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

Solved Sell stackable items trough trade window.

Sir_Snor

New Member
Joined
Sep 2, 2015
Messages
2
Reaction score
0
I can't sell stackable items trought the trade window. The only way i can sell them at the moment is by typing it the old fashion way. I just started with The Forgotten Server v0.2.11pl2 Mystic Spirit and tried already to update the modules.lua from this post. But the difference is that i can't even sell it when it's just one.

Help please???;):(o_O

Corekath.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<npc name="Corekath" script="data/npc/scripts/default.lua" walkinterval="2000" speed="100" walkradius="4" floorchange="0" speechbubble="1">
    <health max="100" now="100"/>
    <look type="153" head="59" body="38" legs="38" feet="97" addons="0" mount="0"/>
    <parameters>
        <!--SHOP-->
        <parameter key="module_shop" value="1"/>
        <parameter key="shop_buyable" value="meat,2666,6;carrot,2684,4;cheese,2696,8"/>
        <parameter key="shop_sellable" value="meat,2666,2;carrot,2684,1;cheese,2696,2"/>
    </parameters>
</npc>
 
Thank you very much this is the solution indeed. The runes.lua script of Eryn wasn't very clear cause of the free starting items but i am able to sell stackable items in the trade window now.
 
Back
Top