• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Request] doSendSpell(creature, spellname)

conde2

Active Member
Joined
Jun 22, 2008
Messages
348
Reaction score
44
I need one function named: doSendSpell(creature, spellname)
What this function will do simply like send one spell o.O
Someone can make this code for me?
I need to use spells in Actions and there aren't function to do this =(

HELP PLZ
 
As far as i understand he's requesting function that cast spell from /data/spells/

fe.
Code:
doCastSpeel(cid, "light")

And it'll cast combat from /data/spells/support/light.lua
 
Back
Top