• 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!

[help] Battle Charge Spell

Syntax

Developer
Joined
Oct 10, 2007
Messages
2,890
Reaction score
466
Location
Texas
EDIT: spell is done, problem solved

Thankyou slawkens
 
Last edited:
You forgot about somethink
Code:
doMoveCreature(cid, direction)
To:
Code:
doMoveCreature(parameters.cid, direction)
There's also direction not declared.
 
O.o ah thankyou, didn't see that. testing now.

Edit: it worked for the most part, it moves the character and everything...but suggestion how to stop it when it gets to something that blocks its path...cause uhm...right now. it sends the player through anything...walls. trees. creatures.
 
Last edited:
Back
Top