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

BreakChance Bugged!

eSpox

Friendly Support
Joined
Aug 25, 2009
Messages
50
Reaction score
0
PHP:
    <item id="2389" article="a" name="spear" plural="spears">
        <attribute key="weight" value="2000"/>
        <attribute key="attack" value="25"/>
        <attribute key="weaponType" value="distance"/>
        <attribute key="shootType" value="spear"/>
        <attribute key="range" value="5"/>
        <attribute key="breakchance" value="0"/>
        <attribute key="ammoAction" value="moveback"/>
    </item>


Our spears still dispapear!

We add it at weapons.xml too but without success:huh:

I dont know what i can try please help me!

At the moment our spears dont disapear after every shoot but they disapear!



Using: TFS 0.3.4(pl)


Edit. Hope found right section!
 
Last edited:
We already tried to remove:

<attribute key="breakchance" value="0"/>
<attribute key="ammoAction" value="moveback"/>


First time we removed one of both.

Second time we moved both.

No success!


best regards

eSpox
 
local reloadinfo = {
{reload_actions, "actions", "action"},
{reload_chat, "chat", "channels"},
{reload_config, "config", "configuration"},
{reload_creatureevents, "creatureevents", "creature events", "creaturescripts", "creature scripts"},
{reload_gameservers, "gameservers", "game servers", "servers"},
{reload_globalevents, "globalevents", "global events"},
{reload_groups, "groups"},
{reload_highscores, "highscores", "scores"},
{reload_houseprices, "houseprices", "house prices", "prices"},
{reload_items, "items", "item"},
 
Okay i will try to change it to:

<item id="2389" article="a" name="spear" plural="spears">
<attribute key="weight" value="2000"/>
<attribute key="attack" value="25"/>
<attribute key="weaponType" value="distance"/>
<attribute key="shootType" value="spear"/>
<attribute key="range" value="5"/>
<attribute key="ammoAction" value="moveback"/>
</item>

...then we will restart!...


...thanks for ideas I will test it!....
 
Last edited:
Back
Top