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

    c/c++ Tibia 7.6 Exp Ring

    #include "definitions.h" #include <string> #include <sstream> #include <algorithm> #include "game.h" #include "creature.h" #include "tile.h" #include "otsystem.h" #include "player.h" #include "luascript.h" extern LuaScript g_config; using namespace std; OTSYS_THREAD_LOCKVAR...
  2. D

    Sharp Map Tracker 7.6

    bump
  3. D

    c/c++ Tibia 7.6 Exp Ring

    #ifdef HUCZU_STAGE_EXP if(g_config.STAGE_EXP) { int32_t multipiler = 0; if(player) { if(!dynamic_cast<Player*>(this)) multipiler = g_game.getStageExp(player->getLevel(), false); //brak enfo else multipiler =...
  4. D

    c/c++ Tibia 7.6 Exp Ring

    clean #ifdef HUCZU_STAGE_EXP if(g_config.STAGE_EXP) { int32_t multipiler = 0; if(player) { if(!dynamic_cast<Player*>(this)) multipiler = g_game.getStageExp(player->getLevel(), false); //brak enfo else multipiler...
  5. D

    Sharp Map Tracker 7.6

    bump
  6. D

    Sharp Map Tracker 7.6

    bump
  7. D

    Sharp Map Tracker 7.6

    hello someone can give Sharp Map Tracker 7.6 ?
  8. D

    php highscores

    ACC Gesior i want skills load from player_skills like that classes:highscores.php http://wklej.org/id/1833430/ page: highscores.php http://wklej.org/id/1833431/
  9. D

    c/c++ Tibia 7.6 Exp Ring

    ok i try i edit this post when i compile
  10. D

    Downgraded TFS to 7.6/7.4/7.72? Please share with me

    tfs 1.0 work on 7.6 protocol?
  11. D

    c/c++ Tibia 7.6 Exp Ring

    i know i try this exp_t Creature::getGainedExperience(Creature* attacker) { int32_t totaldamage = getTotalInflictedDamage(); int32_t attackerdamage = getInflicatedDamage(attacker); int ring_rate = g_config.getGlobalNumber("exp_ring_rate", 0); exp_t lostexperience =...
  12. D

    Lua attempt to index field `?' (a nil value)

    dont work many error NpcScript onThink: lua error:attempt to call a nil value backtrace and etc error '#'
  13. D

    Lua attempt to index field `?' (a nil value)

    i don't know :D
  14. D

    Lua attempt to index field `?' (a nil value)

    http://pastebin.com/fCbxu8pL
  15. D

    c/c++ Tibia 7.6 Exp Ring

    tibiafun engine i edit this post second creature.cpp full exp_t Creature::getGainedExperience(Creature* attacker) { int32_t totaldamage = getTotalInflictedDamage(); int32_t attackerdamage = getInflicatedDamage(attacker); exp_t lostexperience = getLostExperience(); exp_t...
  16. D

    Lua attempt to index field `?' (a nil value)

    hello i have error when i say a,v,c,bv, g, etc attempt to index field `?' (a nil value) function onCreatureSay(cid, type, msg) msg = string.lower(msg) runeLocator = 0 if (msgcontains(msg, 'hi') and (not isFocused(cid))) and getDistanceToCreature(cid) < 4 then...
  17. D

    c/c++ Tibia 7.6 Exp Ring

    you copy this from tibia.net.pl .................. and i say this dont WORK. source/creature.cpp: In member function `virtual exp_t Creature::getGainedExperience(Creature*)': source/creature.cpp:248: error: redeclaration of `Player*player' source/creature.cpp:244: error: `Player*player'...
  18. D

    c/c++ Tibia 7.6 Exp Ring

    look here i cant use lua....
  19. D

    Hello php/sql Shop when you bouyght item got on deposit/character 7.6

    i change to gesior shopsytem.php
Back
Top