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

Lua Magic level advance effect rep++

Bondy

New Member
Joined
Mar 28, 2009
Messages
282
Reaction score
1
I downloaded Feragon Online server. When u advance a magic level, it has an effect that i dont like. How can i change this? (i just want it to be like in rl tibia, no rare effect)
 
./data/creaturescripts/creaturescripts.xml, remove:
Code:
	<event type="advance" name="advance" script="advance.lua"/>
Note that this way you'll remove effects for all skill advances.
 
Back
Top