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

Players can have Gods' addons

Ldrozd

Piszę skrypty w zeszycie.
Joined
Dec 13, 2008
Messages
430
Reaction score
2
Location
Guess where!
Players can have Gods' addons but only female. I dunno why it happens.

Here are files which my help my command.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<outfits>
<!-- Female outfits -->
<outfit type="0" looktype="136" enabled="1" name="Citizen" premium="0"/>
<outfit type="0" looktype="137" enabled="1" name="Hunter" premium="0"/>
<outfit type="0" looktype="138" enabled="1" name="Mage" premium="0"/>
<outfit type="0" looktype="139" enabled="1" name="Knight" premium="0"/>
<outfit type="0" looktype="140" enabled="1" name="Noblewoman" premium="1"/>
<outfit type="0" looktype="141" enabled="1" name="Summoner" premium="1"/>
<outfit type="0" looktype="142" enabled="1" name="Warrior" premium="1"/>
<outfit type="0" looktype="147" enabled="1" name="Barbarian" premium="1"/>
<outfit type="0" looktype="148" enabled="1" name="Druid" premium="1"/>
<outfit type="0" looktype="149" enabled="1" name="Wizard" premium="1"/>
<outfit type="0" looktype="150" enabled="1" name="Oriental" premium="1"/>
<outfit type="0" looktype="155" enabled="1" name="Pirate" premium="1"/>
<outfit type="0" looktype="156" enabled="1" name="Assassin" premium="1"/>
<outfit type="0" looktype="157" enabled="1" name="Beggar" premium="1"/>
<outfit type="0" looktype="158" enabled="1" name="Shaman" premium="1"/>
<outfit type="0" looktype="252" enabled="1" name="Norsewoman" premium="1"/>
<outfit type="0" looktype="269" enabled="1" name="Nightmare" premium="1"/>
<outfit type="0" looktype="270" enabled="1" name="Jester" premium="1"/>
<outfit type="0" looktype="279" enabled="1" name="Brotherhood" premium="1"/>
<outfit type="0" looktype="288" enabled="1" name="Demonhunter" premium="1"/>
<outfit type="0" looktype="324" enabled="1" name="Yalaharian" premium="1"/>
<outfit type="1" looktype="329" enabled="1" name="Married" premium="1"/>

<!-- Male outfits -->
<outfit type="1" looktype="128" enabled="1" name="Citizen" premium="0"/>
<outfit type="1" looktype="129" enabled="1" name="Hunter" premium="0"/>
<outfit type="1" looktype="130" enabled="1" name="Mage" premium="0"/>
<outfit type="1" looktype="131" enabled="1" name="Knight" premium="0"/>
<outfit type="1" looktype="132" enabled="1" name="Nobleman" premium="1"/>
<outfit type="1" looktype="133" enabled="1" name="Summoner" premium="1"/>
<outfit type="1" looktype="134" enabled="1" name="Warrior" premium="1"/>
<outfit type="1" looktype="143" enabled="1" name="Barbarian" premium="1"/>
<outfit type="1" looktype="144" enabled="1" name="Druid" premium="1"/>
<outfit type="1" looktype="145" enabled="1" name="Wizard" premium="1"/>
<outfit type="1" looktype="146" enabled="1" name="Oriental" premium="1"/>
<outfit type="1" looktype="151" enabled="1" name="Pirate" premium="1"/>
<outfit type="1" looktype="152" enabled="1" name="Assassin" premium="1"/>
<outfit type="1" looktype="153" enabled="1" name="Beggar" premium="1"/>
<outfit type="1" looktype="154" enabled="1" name="Shaman" premium="1"/>
<outfit type="1" looktype="251" enabled="1" name="Norseman" premium="1"/>
<outfit type="1" looktype="268" enabled="1" name="Nightmare" premium="1"/>
<outfit type="1" looktype="273" enabled="1" name="Jester" premium="1"/>
<outfit type="1" looktype="278" enabled="1" name="Brotherhood" premium="1"/>
<outfit type="1" looktype="289" enabled="1" name="Demonhunter" premium="1"/>
<outfit type="1" looktype="325" enabled="1" name="Yalaharian" premium="1"/>
<outfit type="1" looktype="328" enabled="1" name="Married" premium="1"/>

<!-- Custom outfits -->
<outfit type="2" looktype="12" enabled="1" name="Archdemon" premium="1" quest="30015"/>
<outfit type="2" looktype="159" enabled="1" name="Elf" premium="1"/>
<outfit type="2" looktype="160" enabled="1" name="Dwarf" premium="1"/>
<outfit type="2" looktype="226" enabled="1" name="Frog" premium="1"/>
<outfit type="2" looktype="194" enabled="1" name="Cult" premium="1"/>
<outfit type="2" looktype="253" enabled="1" name="Headsplitter" premium="1"/>
<outfit type="2" looktype="254" enabled="1" name="Skullhunter" premium="1"/>
<outfit type="2" looktype="255" enabled="1" name="Bloodwalker" premium="1"/>
<outfit type="2" looktype="264" enabled="1" name="Brutetamer" premium="1"/>

<!-- Group outfits -->
<outfit type="0;1;2" looktype="75" enabled="1" name="GM Outfit" access="3"/>
<outfit type="0;1;2" looktype="266" enabled="1" name="CM Outfit" access="4"/>
<outfit type="0;1;2" looktype="302" enabled="1" name="God" access="5"/>
</outfits>

Commands.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?> 
<commands> 
<command cmd="/b" group="2" acctype="1"/> 
<command cmd="/i" group="6" acctype="5"/> 
<command cmd="/n" group="5" acctype="4"/> 
<command cmd="/reload" group="6" acctype="5"/> 
<command cmd="/s" group="6" acctype="5"/> 
<command cmd="/openserver" group="5" acctype="4"/> 
<command cmd="/closeserver" group="5" acctype="4"/> 
<command cmd="/ghost" group="3" acctype="2"/> 
<command cmd="/owner" group="5" acctype="4"/> 
<command cmd="/goto" group="4" acctype="3"/> 
<command cmd="/a" group="4" acctype="3"/> 
<command cmd="/c" group="4" acctype="3"/> 
<command cmd="/m" group="4" acctype="3"/> 
<command cmd="/summon" group="3" acctype="2"/> 
<command cmd="/kick" group="3" acctype="2"/> 
<command cmd="/B" group="4" acctype="3"/> 
<command cmd="/q" group="4" acctype="3"/> 
<command cmd="/info" group="4" acctype="2"/> 
<command cmd="/gethouse" group="5" acctype="4"/> 
<command cmd="/t" group="4" acctype="3"/> 
<command cmd="/up" group="4" acctype="3"/> 
<command cmd="/down" group="4" acctype="3"/> 
<command cmd="/newtype" group="4" acctype="3"/> 
<command cmd="/pos" group="3" acctype="2"/> 
<command cmd="/r" group="4" acctype="3"/> 
<command cmd="/town" group="4" acctype="3"/> 
<command cmd="/raid" group="5" acctype="4"/> 
<command cmd="/addskill" group="6" acctype="5"/> 
<command cmd="/unban" group="6" acctype="5"/> 
<command cmd="/clean" group="4" acctype="3"/> 
<command cmd="/mccheck" group="3" acctype="2"/> 

<command cmd="!online" group="1" acctype="1"/> 
<command cmd="!buyhouse" group="1" acctype="1"/> 
<command cmd="!sellhouse" group="1" acctype="1"/> 
<command cmd="!serverinfo" group="1" acctype="1"/> 
<command cmd="!kills" group="1" acctype="1"/> 
<command cmd="!createguild" group="1" acctype="1"/> 
<command cmd="!joinguild" group="1" acctype="1"/> 
</commands>

As you can see group outfits has access higher than player access. And even I set enabled=0 they still can change outfit into god's outfit.

Please help me!
 
Lol, check the newtypes in your gm. Type: /newtype and check the females newtype. May be someone wrong written or something :D
 
i had same...

u need to go into phpmadmin
groups>>players>and change acces till 0, frags till 0, everything till 0
without the name "player"
and the id..
it will be fine..

REP??
 
in localhost 'player' change the start addon to 136 and in commands take the "/newtype_" higher like acc typ 6 group 6 so they cant have it and make sure that player use 1!


<command cmd="/newtype" group="4" acctype="3"/>
change to
<command cmd="/newtype" group="4" acctype="5"/>
 
Code:
<outfit type="0;1;2" looktype="302" enabled="1" name="God" access="5"/>

Shouldnt happen since the looktype 302 is only available when your access level equals 5 :S.
 
Back
Top