please share again your carlin coryms RP scrypt
please share again your carlin coryms RP scrypt
I use your hellgate script, Will you update it soon? btw some loot is missing like black pearls and some loot is not depositing like demonic hand. etc
and u should fix the key stuff the bridge and the parcel stuff with an update one day
Also I have a sugggestion could u do deeper dark cathedral? would be nice because there u can loot reins and stuffed toad and it is very empty... Just would be hard to make it happen with the switches
Last edited by holos; 01-12-2016 at 10:20 AM.
Maybe you will make kazordoon dwarfs script, which you can choose to run this dwarfs inside town or those one outside? Thanks
Where I can downolad carlin coryms for Rp?
Yeah, wanted carlin coryms too ):
anyway, thank you for the work Ni!!
@nixez Bro you have tested the ghostland script for mage?? It is really not well done, script heals with knight spells, doesn´t shoots spells and avas.. etc..
“When you want to succeed as bad as you want to breathe, then you'll be successful.”
― Eric Thomas, The Secret To Success
@derkonsito i was retired the last 2 months, just came by today and i will check that script for ya and then give you my confirmation
and for other people i will read your requests and get them done soon
/Nixez
@nixez Thanks Bud!
“When you want to succeed as bad as you want to breathe, then you'll be successful.”
― Eric Thomas, The Secret To Success
Hello! Im using your mintwallin script and it works great but it doesnt deposit items in Thais, can you check it or tell me where i can change it?
your script 'Venore East Rotworms.' for ek have a little bug in 'suppcheck' script... it only checks mana pots and health pots, does not check cap...
if (labelName == "suppcheck") then
if (Self.ItemCount(HealthPots) < HpLeave) or (Self.Cap() < CapLeave) then
Walker.Goto("Leavecave")
print([[Low Health pots.]])
elseif (Self.ItemCount(ManaPots) < MPLeave) then
Walker.Goto("Leavecave")
print([[Low mana pots, Going Refill ]])
else
Walker.Goto("start")
print([[Enough supplies & cap.]])
end