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

TFS 1.X+ Money is not being recognized in my server

Jeyci

Banned User
Joined
May 6, 2023
Messages
289
Solutions
3
Reaction score
36
Hi
tfs 1.3 downgraded by nekiro, using orts npc pack
While im trying to buy something, npc says that i don't have enough money (when i do). Same in other case in bank, if I want to deposit money, says there's not enough gold, when is not the case.
Post automatically merged:

I can sell things for example a mace to, but the npc is not giving the money.
 
Last edited:
Solution
Hi
tfs 1.3 downgraded by nekiro, using orts npc pack
While im trying to buy something, npc says that i don't have enough money (when i do). Same in other case in bank, if I want to deposit money, says there's not enough gold, when is not the case.
Post automatically merged:

I can sell things for example a mace to, but the npc is not giving the money.
Will you have the worth attribute in items.xml?
Lua:
<attribute key="worth" value="10000" />
Code:
<item id="3043" article="a" name="crystal coin">
        <attribute key="weight" value="10"/>
        <attribute key="worth" value="10000" />
</item>
Hi
tfs 1.3 downgraded by nekiro, using orts npc pack
While im trying to buy something, npc says that i don't have enough money (when i do). Same in other case in bank, if I want to deposit money, says there's not enough gold, when is not the case.
Post automatically merged:

I can sell things for example a mace to, but the npc is not giving the money.
Will you have the worth attribute in items.xml?
Lua:
<attribute key="worth" value="10000" />
Code:
<item id="3043" article="a" name="crystal coin">
        <attribute key="weight" value="10"/>
        <attribute key="worth" value="10000" />
</item>
 
Solution
Will you have the worth attribute in items.xml?
Lua:
<attribute key="worth" value="10000" />
Code:
<item id="3043" article="a" name="crystal coin">
        <attribute key="weight" value="10"/>
        <attribute key="worth" value="10000" />
</item>
And i was Like a stupid looking in libraries, global.lua, even in lib folder an such.....
issue solved, thank you
Lua:
23:20 GM Nasty[37]: hi
23:20 Gorn: Oh, please come in, GM Nasty. What do you need?
23:20 GM Nasty [37]: rope
23:20 Gorn: Do you want to buy 1 rope for 50 gold coins?
23:20 GM Nasty [37]: yes
23:20 Gorn: Here you are.
 
Back
Top