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

How to make Potion Umlimit?

remove this line
PHP:
doTransformItem(item.uid, EMPTY_POTION)
from every potion file (data/actions/scripts/liquids/)
 
remove this line
PHP:
doTransformItem(item.uid, EMPTY_POTION)
from every potion file (data/actions/scripts/liquids/)

No don't remove it, do like this:

PHP:
--doTransformItem(item.uid, EMPTY_POTION)--
from every potion file (data/actions/scripts/liquids/)
 
Back
Top