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

Using Mana in Temple / PZ

frankfarmer

who'r ninja now
Premium User
Joined
Aug 5, 2008
Messages
1,581
Reaction score
79
Hello friends of OTLAND. I need your guidance/help.

Is it possible to make it impossible to use mana fluids inside temple? Or where there are PZ?

Because now they train magic level inside temple on my noob war server..

Thanks for the help..

+rep for tha master.
 
Just remove the manafluids? Why would you need manafluids when you don't need to use ur mana until lvl 18 or so?

Maybe you should be able to buy 1 bp mana for 1 soul stone, that way it would stay balanced.


Do what I said and just reset the OT.
I've played it.
 
Code:
if (getTileInfo(getCreaturePosition(cid)).protection) then
	doPlayerSendCancel(cid, "You cannot use potions in protection zones.")
	return true
end
 
Yes, after function onUse........

and before any of the potion function itself (healing, or send effect, etc...)
 
Back
Top