• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. L

    Box Give RadomItem with chance

    it will return 1 item?
  2. L

    Box Give RadomItem with chance

    hey, i trying to create a box with giving item from table table { [2160] = {chance = 1000} -- 1% [2152] = {chance = 2500} -- 2,5% ............ .... ... ... .. } rand = math.rand(1,100000) if(rand <= chance) then player:addItem(?,?) end can someone help? thanks
  3. L

    Lua How i can Display icon of item in NPC/ACTIONS Script

    Hey, how i can display icon of item np. 2160 is crystal coin and i want see it in modal window in npc and on actions scripts. How i can it achieve? Thanks
  4. L

    [OT]TibiaMe Server

    Hey, what do you think about ot with sprites and gameplay like 90% Tibiame? It will be version for pc with Otclient. Exp rates:1x (the same) Loot:1x (the same) Map: (TibiaMe) Npc:(TibiaMe) Quests(TibiaMe) And all from TibiaMe mobile version. Profession:(Wizard,Warrior) I have one programmer...
  5. L

    Action [TFS 1.1] Item's upgrading by jewels

    i change cid to player on action/upgrading.lua but still the same error local conf = { ["level"] = { -- [item_level] = {successPercent= CHANCE TO UPGRADE ITEM, downgradeLevel = ITEM GETS THIS LEVEL IF UPGRADE FAILS} [1] = {successPercent = 85, downgradeLevel = 0}, [2] =...
  6. L

    Action [TFS 1.1] Item's upgrading by jewels

    you are the best troll, on this forum i ever see
  7. L

    Upgrading Item (blacksmith) TFS 1.2 ModalWindow NPC

    hey, i need a script like Metin2 Upgrading Blacksmith can someone do it for me? because its to hard for me. i arleady looking it on forum but i don't find anything. ModalWindow with move item to NPC then show modalwindow with image item and images and requires resource to upgrade item i know...
  8. L

    [TFS 1.x] Crafting System

    don't work i can go to tile because "22:16 The tile seems to be protected against unwanted intruders." and "You need to learn some blacksmithing recipes first" i used tfs 1.2. can someone help, fix it?
  9. L

    [OTClient]colored items prefix name, attributes etc

    can you tell me how i can colored like Armor: 15 on red and Def:5 on color yellow?
  10. L

    [OTClient]UI Work On Sloot rings

    hey, how i can change size just only for like ring and necklace? Item < UIItem size: 34 34 padding: 1 image-source: /images/ui/item font: verdana-11px-rounded border-color: white color: white ith change all from inventory how to just change size for necklace?
  11. L

    [OTClient]colored items prefix name, attributes etc

    just lua code or c++ too? and one more question. if i want add one more slot to my inventory i need something edit on items editor etc? or just client side and serverside
  12. L

    [OTClient]colored items prefix name, attributes etc

    hey, how i can achieve someting like this: like [upgraded] Fire sword upgraded with golden color and next question is attributes like this:
  13. L

    ObjectBuilder [10.32]

    rip? Find code, projects, and people on GitHub:
  14. L

    TibiaMe Server with 10.41+

    hey, guys someone will be play on TibiaMe ots? i mean i can create it on otclient exp rate 10x loot 2x maybe with skills fighting but its optional on tibiame you dont have skills lvl vocation:warrior, wizard or give me you suggest, On which server you would play
  15. L

    ACC GESIOR CHATBOX / LIVE CHAT

    hey, i need chatbox or livechat to acc gesior someone have or can do this? thanks!
  16. L

    C++ Multiworld System 7.6

    hey, i need a little help to create multiworld system for 7,6 servers anyone can help? here or in pm thanks. yourots, kentana etc
  17. L

    [7.6][C++]Only profesion knight can use this weapon

    thanks its work! just change getItemId to getID
  18. L

    [7.6][C++]Only profesion knight can use this weapon

    you can download it from chomikuj.pl btw i can show you on tv here is code /*->inventory*/ bool Game::onPrepareMoveThing(Player *player, const Item *item, slots_t toSlot, int count) { switch(toSlot) { case CONST_SLOT_HEAD: if(item->getSlotPosition() & SLOTP_HEAD)...
  19. L

    OpenTibia [RME 3.x] RME Modification 3

    you wrong understand me. when you edit map and save. and run you otserv.exe you got error can't run server. its not supported for older server 7.6
Back
Top