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

Amulet charge problem on 7.6

carre

Advanced OT User
Joined
Apr 23, 2013
Messages
881
Solutions
1
Reaction score
157
Location
Sweden
I'm using otserv 7.60 avesta i try change stone skin amulet charge to 5 in item.xml
Still show 1 charge left.

Here is my items.xml stone skin amulet
Code:
<item id="2197" article="a" name="stone skin amulet">

        <attribute key="weight" value="760"/>
        <attribute key="slotType" value="necklace"/>
        <attribute key="charges" value="5"/>
        <attribute key="showcharges" value="1"/>
        <attribute key="absorbPercentPhysical" value="80"/>
    </item>
Here picture of it
http://3.1m.yt/gIvoWvm.png
gIvoWvm.png

REPP++ Help
 
I'm using otserv 7.60 avesta i try change stone skin amulet charge to 5 in item.xml
Still show 1 charge left.

Here is my items.xml stone skin amulet
Code:
<item id="2197" article="a" name="stone skin amulet">

        <attribute key="weight" value="760"/>
        <attribute key="slotType" value="necklace"/>
        <attribute key="charges" value="5"/>
        <attribute key="showcharges" value="1"/>
        <attribute key="absorbPercentPhysical" value="80"/>
    </item>
Here picture of it
http://3.1m.yt/gIvoWvm.png
gIvoWvm.png

REPP++ Help

Because you create them with 1 charge I'd guess.
showcharges can ONLY be 0 and 1, there 0 is no and 1 is yes..

create a stoneskin with charges instead.. /n stone skin amulet 5
or /i stone skin amulet, 5 depending on what kind of server you're using.

When looted by monster, they should drop them in the amount of charges mentioned in items.xml
 
Because you create them with 1 charge I'd guess.
showcharges can ONLY be 0 and 1, there 0 is no and 1 is yes..

create a stoneskin with charges instead.. /n stone skin amulet 5
or /i stone skin amulet, 5 depending on what kind of server you're using.

When looted by monster, they should drop them in the amount of charges mentioned in items.xml
Thank you it work but i got other issue
When i copy stone skin amulet text and get this hack link..
Here pic of it
Pic 1
http://2.1m.yt/EiboP8B.png
EiboP8B.png

pic 2
http://2.1m.yt/jQI5_t.png
jQI5_t.png
 
Back
Top