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

Hide players level OnLook?

calum69

New Member
Joined
Aug 12, 2007
Messages
346
Reaction score
3
Location
Great Britain
is it possible to hide players level when another player looks at him so instead of saying

"You See Example (Level 100). He is a Elder Druid."

it will say:

"You See Example. He is a Elder Druid."

and if its possible also to just show:

"You see Example."

the reason being is players always pick on the ones they can kill, but its funnier if they dont know what level they will be attacking so its a risk they take to kill...

anyone know how to do this?
 
To don't let the voc shows, go to your data/xml/vocations.xml and in each race erase the description text...

And for the level, go to data/xml/groups.xml

and change this:

Code:
<group id="1" name="Player"/>

to this:

Code:
<group id="1" name="Player" customFlags="8192"/>

If you don't find the groups.xml in any file from data/ - then go to you DB, it should be there, you just have to change the customflags from none to 8192...

But be careful... i did that in my server and none of the players like it XD

Greetings.

BTW: Sorry 4 my bad english xD
 
players dont like it because they cant pick on the small guy xD

when i play anyone or anything will be attacked xD

Rep ++ thanks :)
 
Last edited:
Back
Top