Quote:
Originally Posted by SilentBill
I was hoping for a command, but yes, you're right.
Try the warp command. The coordinates are somewhere in the server files thread.
|
well, through death or...
if used
syntax: #add_state(StateID, Lvl, Duration, CharacterName)
#add_state(9923, 1, 720000, "YourName") // effect of animal cracker
then you could use
syntax: #remove_state(StateID, Lvl, CharacterName)
#remove_state(9923, 1, "YourName")
so, if you give buffs, just remember the StateID, Lvl and Name
[edit]
same for creatures:
replace #add_state with #add_cstate
and also #remove_state with #remove_cstate
[/edit]