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

Search results

  1. L

    How i can read map.otbm by PHP or NODE?

    Hello, how i can read Map.otbm by PHP or NODE and send it to client (javascript/jquery) and display the map? Also: -how to get height/width map Etc
  2. L

    regexp for character name tfs 1.2 like official tibia.com

    hello, someone can give me a regexp like as official tibia.com have for character name? thanks
  3. L

    what font is this?

    what font is this? can't find it on google
  4. L

    Layout/Web Design WODBO

    hello, someone have and can give me a link for it? i can't find any nice layout/web design WODBO
  5. L

    C++ getManaForNextMLevel from table

    Hello, i tried to table for magicLevel, how much mana you need spent for next magic level. my code: uint64_t Player::getManaForNextMLevel(){ uint64_t ManaForNextML[200] = { 500, 1000, 1500, 3000, 6000, 12000, 24000, }; //will...
  6. L

    [OTSERV]Add level before Name monster

    Hello, i need add level before name monster.
  7. L

    [QUESTION]Animation or effect it is Possible?

    hello, i have one question. its possible to create animation when you do spells? like kamehameha with animation character move hand and create ball..... if this possible how hard its will be and how much cost? because it very interesting.
  8. L

    Compiling DBOROX compiling on Debian 7 [ERROR]

    Hello, i trying compiling DBOROX on Debian 7, but i got this error: root@legadoyo:/srr# ./build.sh TheForgottenServer build script- seems to speed things up ALOT. CCache: OK CCache binaries located in /usr/lib/ccache Building on 2 cores, using 3 processes CDPATH="${ZSH_VERSION+.}:" && cd . &&...
  9. L

    [QUESTION]]DBOROX how i can set outfit for vocation id and etc

    hello, how i can change outfit for vocation id=2 etc? and how i can active super saiyan etc? someone have few minutes for answer and help to understand how it work?
  10. L

    DBO, Aura effect work for few minutes >= 5000 mana

    hello, how i can make this spell: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, 91) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition = createConditionObject(CONDITION_LIGHT) setConditionParam(condition, CONDITION_PARAM_LIGHT_LEVEL, 8)...
  11. L

    Edit client 8.6

    Hello, i download Dborox, and now how i can change ip on client?
  12. L

    [QUESTION]Why Dragon Ball Characters are 32x32?

    Hello, why Dragon Ball Characters are 32x32. why not 48x48 or 64x64?
  13. L

    Looking for DBKO or other DB Source

    Hello, someone can share link to some datapack + source files?
  14. L

    [7.6]Bank NPC for otserv

    Hello, i need a npc for otserv 7.6 bank you can deposit and withdraw money.
  15. L

    Dragon with multiple color

    Hello, can someone made a dragon with like as outfit? you can change color by set it in looktype="123" body="64" legs="64" head="128" feet="128"
  16. L

    Tibia 7.6 Yourots what is (exhaustion, probability)

    Hello, i use Yourots 7,6 and there monsters have this: exhaustion probability how it work?
  17. L

    [QUESTION]Why Tfs not load items from database?

    Hey, why Tfs 1.x still load items from items.xml? why not from database? also monsters,npc why tfs load it from xml?
  18. L

    Exp Gain Percent from item how to calculate?

    hello, how i can get percent from item ? expPercentBonus += g_config.EXP_MUL * 100 / ring->getItemExpPercentFromItemXML(); this work wrong... g_config.EXP_MUL is 100% exp and i want get + 100% from getItemExpPercentFromItemXML(); how i can achieve it?
  19. L

    Otserv 7.6 Where i can find send effect attacked monster like ctricila damage

    Hello! where i can find and edit showing damaged monster damage? when hit monster there are damage display where i can find it and edit? like xxx 123
  20. 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)...
Back
Top