• 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. themate0

    Corpse ondeath!

    #### 1 way #### go to the uint16_t Player::getLookCorpse() const in player.cpp and change this function with this: uint16_t Player::getLookCorpse() const { uint16_t corpse; switch(getVocationId()) { case 1: case 2: case 3: case 4: case 5: case 6: // vocation id corpse = 2886; //...
  2. themate0

    absorb - impossible to kill

    delete solved.....
  3. themate0

    What is your tibia idol?

    lol niklas and bsp
  4. themate0

    absorbPercent in ConditionParam ?

    bump
  5. themate0

    [C++ or/and LUA] Energy skill (required: Cykotitan)

    bump does some1 have it?
  6. themate0

    Lua Function doAbsorbCombatPercentage && getCombatPercentageAbsorbed

    nvm i fixed it: change static int32_t luaDoCombatAbsorbPercentage(lua_State* L); to static int32_t luaDoAbsorbCombatPercentage(lua_State* L); well, you cannot attack with this script, any ideas how to fix it?
  7. themate0

    Lua Function doAbsorbCombatPercentage && getCombatPercentageAbsorbed

    bump got same problem as up any ideas how to fix it?
  8. themate0

    /gmisland talkaction for staffs.

    local cpos = getCreaturePosition(cid) local pos = {x = 1234, y = 1234, z = 5} -- teleport place x,y,z coords. function onSay(cid, words, param, channel) if getPlayerAccess(cid) >= 3 then if getCreatureCondition(cid, CONDITION_INFIGHT) == FALSE then doPlayerSendTextMessage(cid...
  9. themate0

    Monster Sexy Minotaur Archer (Fusion monster) 8.7+

    trololo thats amazing XDD
  10. themate0

    RSA Key Client 8.70

    does some1 have that rsa key? #fixed i cannot find it on this forum so i put it here...
  11. themate0

    Liczba graczy na OTS

    w ogole sie nie znacie :| rl tibia upada i gra coraz mniej osob - kazdy przechodzi na otsy 3 lata temu na rl gralo po 100k osob, dzis max 35k
Back
Top