• 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 [Problem] Players can logout/relog while in battle

tatanxx

New Member
Joined
Jan 5, 2009
Messages
61
Reaction score
1
Location
Chile
i been looking and griding my lua files.. and cant find any single sign of where im able to change the delay time for this..
players are able to relog whenver they want, even if they are in battle <_<

using 4fun server for 9.10 (crystal server 0.1.5)

Edit- login problem got fixed.. but fist fighting is still goin on.. :'c

oh and my other problem is.. well maybe this will sound noob... because i used to be an old player of tibia (tibia 6.0´+ ish.. ) .. why doesn't fist fighting advance anymore? might it be a Lua problem or the game just changed like that now adays?
 
Last edited:
this is flag fixing. (data/xml/groups.xml)


Try using this one:

XML:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
	<group id="1" name="Player"/>
	<group id="2" name="Tutor" flags="16809984" customFlags="20" access="1" violationReasons="4" nameViolationFlags="2"/>
	<group id="3" name="Senior Tutor" flags="68736352256" customFlags="14" access="2" violationReasons="10" nameViolationFlags="2" statementViolationFlags="63" maxVips="200"/>
	<group id="4" name="Gamemaster" flags="34448854875999" customFlags="257215" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="75"/>
	<group id="5" name="Community Manager" flags="34629247434751" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="266"/>
	<group id="6" name="God" flags="57172457136122" customFlags="12582911" access="5" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="5000" maxVips="500" outfit="302"/>
</groups>

and about the fist fighting, maybe its a flag problem too, if doesn't, u should download another .exe
 
Thanks, gonna test it out now!
i used to have this
XML:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
	<group id="1" name="Player"/>
	<group id="2" name="Tutor" flags="16809984" customFlags="2" access="1"/>
	<group id="3" name="Senior Tutor" flags="68736352256" customFlags="14" access="2" maxVips="200"/>
	<group id="4" name="Gamemaster" flags="3808558964575" customFlags="257215" access="3" depotLimit="3000" maxVips="300" outfit="75"/>
	<group id="5" name="Community Manager" flags="3840774348794" customFlags="781823" access="4" depotLimit="4000" maxVips="400" outfit="266"/>
	<group id="6" name="God" flags="3845069447162" customFlags="50331647" access="5" depotLimit="5000" maxVips="500" outfit="302"/>
</groups>
 
Bump!
aw it didnt worked :'c ..
i wonder what could be wrong with this T_T.. dunno where could i try out another exe.. thanks anyway T.T

Edit:- is this normal too?

"02:27 Reloading groups...
02:27 Failed to reload."

when trying to do /reload groups @_@

2nd Edit;- Fixed the logout problem... but fist fighting problem persist u_u
 
Last edited:

Similar threads

Back
Top