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

GMP, Using from range!

Coolguy

Banned User
Joined
Jan 7, 2010
Messages
441
Reaction score
0
If I stand more then 1 square away from my friend, I shouldnt be able to use pots at him, anyone know how to fix it?
 
actions.xml, remove allowfaruse="1" for potions :)
Code:
	<!-- Potions -->
	<action itemid="7588-7591;8472-8473;7618;7620;8704" event="script" value="liquids/potions.lua"/>
	<action itemid="7439" event="script" value="liquids/berserk_potion.lua"/>
	<action itemid="7440" event="script" value="liquids/mastermind_potion.lua"/>
	<action itemid="7443" event="script" value="liquids/bullseye_potion.lua"/>
	<action itemid="8474" event="script" value="liquids/antidote_potion.lua"/>
 
Back
Top