• 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

    lua_pop(L, 2) and lua_pushnumber()

    okey, i understand a little bit now, but how i can achieve like this? if getitemcount(2160) > 10 at this moment function work like this: if getitemcount(2160, 10)
  2. L

    lua_pop(L, 2) and lua_pushnumber()

    Hello, can someone explain what mean lua_pop? there i have example code: int32_t NpcScript::luaGetItemCount(lua_State* L){ int item_count= (int)lua_tonumber(L, -1); uint32_t item_id = (uint32_t)lua_tonumber(L, -2); int32_t id = (int32_t)lua_tonumber(L, -3); lua_pop(L, 3)...
  3. L

    Tibia 11+ Downgrade tool

    can someone convert the new client for me to download them? thanks
  4. L

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    i have a suggestion: 1.Dexterity give chance to dodge damage 2.LUC raise chance to no dodge and raise chance for critical damage
  5. L

    [7.6]Client Tibia, possible give monster a skull ?

    hello, its possible in 7,6 tibia client give a monster red skull or white skull? where i can do this? thanks.
  6. L

    Tibia 7.6 Crash addByte MagicLevel

    hello, tibia client 7.6 no have supported magic level as like sword ring? i arleady added to AddPlayerSkills this msg.AddByte(player->getSkill(SKILL_MAGLEVEL, SKILL_LEVEL)); but when i try log in my client crashed. any idea why?
  7. L

    FIX this `doPlayerAddItem' (a nil value)

    can someone fix this? engine: otserv focuses = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} target = 0 following = false attacking = false focus2 = 0 move = true local function isFocused(cid) for i, v in pairs(focuses) do...
  8. L

    C++ getPlayerItemCont -> `getPlayerItemCount' (a nil value)

    hello, someone can a little help? NPC: if getPlayerItemCount(cid, 2160) >= 1 then c++ action.cpp #ifdef ITEM_COUNT int ActionScript::luaActionGetPlayerItemCount(lua_State *L) //By Black Boss nigger { //getPlayerItemCount(uid,itemid) int itemid = (int)internalGetNumber(L); unsigned...
  9. L

    [HEX]Tibia 7.6

    yeah i know. but i can't find adress where the BYTE, short are
  10. L

    [HEX]Tibia 7.6

    Bump
  11. L

    [HEX]Tibia 7.6

    Hello, i have a job for someone how understand Cheat Engine etc and can edit normal Tibia 7.6 client. what i need? change max sprites change maxhealth/maxmana and etc pm me there
  12. L

    C++ Crash on Debian 9 iomapotbm.cpp:411:32: error: cannot convert ‘bool’ to ‘Item*’ in return

    iomapotbm.cpp:411:32: error: cannot convert ‘bool’ to ‘Item*’ in return return false; Container* container; if(container = dynamic_cast<Container*>(item)){ uint32_t type; NODE item_node = f->getChildNode(node, type); while(item_node){ if(type == OTBM_ITEM){ Item* item =...
  13. L

    C++ Crash on Debian 9 iomapotbm.cpp:411:32: error: cannot convert ‘bool’ to ‘Item*’ in return

    note: this not happen on debian 7/8 gdb log: Switching to Thread 0x7ffff327b700 (LWP 1417)] 0x0000555555658547 in NpcScript::luaSelfGetPos(lua_State*) () int32_t NpcScript::luaSelfGetPos(lua_State *L){ lua_pop(L,1); Npc* mynpc = getNpc(L); lua_pushnumber(L, mynpc->pos.x)...
  14. L

    New Items.tb->xml work like tibia 8.0 or 10.41

    hello, i have a Yourots 7.6 and i want items.otb for 8.0+ or 10.41 set weight name attack defense etc on items.xml msg me there how much you want
  15. L

    MyAAC v0.7.12

    what if i have hosting for website and dedicate server for server? then how i can load config.lua? LMAOOO
  16. L

    [10.98] Requested Real Map Datapack

    anyone have new Rookgaard IslanD?
  17. L

    Archive of Tibia files

    Could you share with me?
  18. L

    Programmer C++ Fix issue with the same clientid

    how much you want? im not programmer so i don't know how hard this issue is to fix
  19. L

    Programmer C++ Fix issue with the same clientid

    Hello, i have a problem i can't create 2x the same item with the same clientid example items.otb itemid= 6000 ->clientid 2160 itemid= 6001 ->clientid 2160 Issue: i can't take item from ground or equip i will pay for fix this problem Source 7.6 (otserv)
  20. L

    Searching Web Designer

    both, you need create images and layout Layout similar to this: VestiaOT - Newsy with few changes
Back
Top