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

Recent content by Aggroz

  1. A

    Script Npc: doPlayerAddItem

    erase the while loop local onBuy = function(cid, item, subType, amount, ignoreCap, inBackpacks) if items[item].buy ~= 0 then doPlayerRemoveMoney(cid, amount * items[item].buy) doPlayerAddItem(cid, items[item].id, amount) npcHandler:say("Tu compraste "..amount.."...
  2. A

    Script Npc: doPlayerAddItem

    Hi, im copy a code from npc sell items but if i buy amount less than 20. used 2 slot in inventory and bought four instead of two i bought 10 small healt potion and used 5 slot in bag my question is how can I use only 1 slot. if i bought 2 health in bag appear as 4 Sorry for my bad...
Back
Top