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

Remove the 'finish step to cast spell'

ruda

Member
Joined
Jul 4, 2008
Messages
164
Reaction score
15
Location
Brazil
Is it hard to remove from the sources the part of spells system where you must finish the step to cast a spell? If not, can someone tell me what to replace in sources and I try compile it by myself? Thanks.
 
Is it hard to remove from the sources the part of spells system where you must finish the step to cast a spell? If not, can someone tell me what to replace in sources and I try compile it by myself? Thanks.

Try actions.cpp...

With:
Code:
player->setNextActionTask(NULL);
player->stopWalk();

Its for items (runes) using. :p
 
Ok, but i'm a beginner. I found this part in sources, should I remove it?
 
erp0t, I know deep inside you are a lovely guy, even when you try to be sarcastic =D
 
Back
Top