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

I can summon Dragons, Demons ect and my Last kill and Top Frag list don't works.

Kaywin

Lord of War WoW/Tibia 2D
Joined
Oct 24, 2008
Messages
541
Reaction score
6
Location
SwedeN
Greetings.

1. Players can summon all kind of monsters, dragon lords, demons, dragons, ect with the spell utevo res. How come!? and all monsters is <flag summonable="0"/> and thats mean they can't get summoned by players, but they can it anyways?

2. Next problem is that at my website the last kill page don't works, you can't see players that got killed .

3. Last problem is that my Top frag don't work, you can't see the best top frag player.

PLEASE HELP FAST! I WILL REP EVERYONE WHO WRITE!

This is the error in my console when you kill a player

2cp2pi1.png
 
Greetings.

1. Players can summon all kind of monsters, dragon lords, demons, dragons, ect with the spell utevo res. How come!? and all monsters is <flag summonable="0"/> and thats mean they can't get summoned by players, but they can it anyways?

2. Next problem is that at my website the last kill page don't works, you can't see players that got killed .

3. Last problem is that my Top frag don't work, you can't see the best top frag player.

PLEASE HELP FAST! I WILL REP EVERYONE WHO WRITE!

This is the error in my console when you kill a player

2cp2pi1.png

The problem with the summon, can be that your groups.xml have flags on players.
Just remove flags
 
Greetings.

1. Players can summon all kind of monsters, dragon lords, demons, dragons, ect with the spell utevo res. How come!? and all monsters is <flag summonable="0"/> and thats mean they can't get summoned by players, but they can it anyways?

r u sure ur not at ur gm/god char when summoning, cuz gm/god can summon everything
 
Yes i'm sure, alredy tried it with an normal character myself this is my Groups.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
	<group id="1" name="Player"/>
	<group id="2" name="Tutor" flags="16809984" customFlags="2" 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="3808558964575" customFlags="257215" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="75"/>
	<group id="5" name="Community Manager" flags="3840774348794" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="266"/>
	<group id="6" name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="5000" maxVips="500" outfit="302"/>
</groups>

Shall i remove all all words with "flags" ?? Players don't got any flags :$
 
Back
Top