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

  1. H

    Compiling RME with zones and over 100stack size

    dont have u16, im using it currently
  2. H

    Compiling RME with zones and over 100stack size

    Anyone got compiled RME with Oskar zone system and increased stack size to u16? I cant compile myself because dont have space on my pc for libs
  3. H

    Lua How can i prevent this error

    just error in console that does no impact just annoying error that ruins the aesthetics
  4. H

    Lua How can i prevent this error

    I think it happens on sell amount so since all item ids are correct, my speculation like you mentioned when player sells those items probably npc has to pay out amount of money that is out of bit range or something like that. Because error on this line [TAG_TOTALCOST] = amount * shopItem.sell,
  5. H

    Lua How can i prevent this error

    when you mentioned the uint64 bit maybe my uses 8bit and item id is higher then 8bit can support? Where can i check that?
  6. H

    Lua How can i prevent this error

    i just went trough all npc trader item ids and all of those items exist in items.xml so hella confusion, isnt it possible to add some sort of prints that catches exact nil item?
  7. H

    Lua How can i prevent this error

    I already have if shopItem == nil then error("[ShopModule.onSell] items[itemid] == nil") return false end which doesnt help me in any way to locate the issue
  8. H

    Lua How can i prevent this error

    Not sure how this happens but i assume its because maybe there is item that doesnt exist in the traders? But tracking it is just wild Lua Script Error: [Npc interface] (Unknown scriptfile) data/npc/lib/npcsystem/modules.lua:1017: [ShopModule.onSell] items[itemid] == nil stack traceback...
  9. H

    C++ GetName and add to the right

    Cant figure out how to achieve it but i want to make sure the icon is displayed to the right of the name because now it doesnt scale depending on the size of name because its hardcoded value .Anyone know how to make dynamic and place it depending on the name of person? if (m_special !=...
  10. H

    OTClient How to use image cliping in otclient

    Trying to modifie the tooltip.lua so made a simple image The problem im facing is that the tooltip background image always scaling dynamically with text size so it makes my image stretch so i was wondering how or if its even possible to dont affect the sides of the images so it wonth stretch...
  11. H

    Programmer Looking to buy guild module

    To much custom stuff in src ;D
  12. H

    Programmer Looking to buy guild module

    way to lazy to track it down and convert it to tfs 1.2 :D because that one has revscript 1744051824 Yea talked with Oen before hes not suporting old tfs
  13. H

    Programmer Looking to buy guild module

    TFS 1.2 i would be interested in buying guild module. Having guild higscores Request joining, inviting Depositing gold, premium points (balance) Upgrading guild like increasing memeber sizes, buffs, guild level guild banner customizations managing members, adding ranks, titles war invite...
  14. H

    How to change formula expFromPlayersLevelRange

    Hey how can i decrese the gained experience for killing player i would like to decrease it by half somehow, checked config there is nothing.
Back
Top