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

    Solved [HELP] when i logout my char lose the vocation

    you dont have something like that ? fromvoc
  2. rafaeru

    Wand dont work ? Weird block hits.

    show wand code from weapons.xml and items.xml, you set wand type to energy ? or check weapons.cpp
  3. rafaeru

    Help with client

    you must change version in client use hex editor for example: 854 in hexadecimal is 0356 after revert 5603 assembly push in hexadecimal is 68 so you must find 68 56 03 00 00 and change to correct version
  4. rafaeru

    Gesior ACC Most Powerfull Guilds and Unban

    what table ? i use SQL from tfs 0.3.5 maybe have diference with 0.3.6-0.4.0
  5. rafaeru

    Gesior ACC Most Powerfull Guilds and Unban

    Bring Up My Post
  6. rafaeru

    Market INGAME 8.60 - is possible?

    theoretically you can do it but you must edit client and inject dll this is from 8.54
  7. rafaeru

    Gesior ACC Most Powerfull Guilds and Unban

    Bring Up My Post
  8. rafaeru

    Windows HELP ( from 8.60 to 8.70 )

    you need only change items.otb, map and in resources.h #define CLIENT_VERSION_MIN 860 #define CLIENT_VERSION_MAX 860 but i dont know what with mounts etc.
  9. rafaeru

    Lua Anti Aoe Spell

    change tfs ;d check this simple script function onSay(cid, words, param, channel) if getPlayerSecureMode(cid) == true then doPlayerSendTextMessage(cid,22,"i cant attack other players") else doPlayerSendTextMessage(cid,22,"i can attack") end end
  10. rafaeru

    Gesior ACC Most Powerfull Guilds and Unban

    Bring Up My Post
  11. rafaeru

    Compiling Player secure mode

    check it: int32_t LuaScriptInterface::luaGetPlayerSecureMode(lua_State* L) { //getPlayerSecureMode(cid) ScriptEnviroment* env = getScriptEnv(); Player* player = env->getPlayerByUID((uint32_t)popNumber(L)); if(!player) {...
  12. rafaeru

    Lua Anti Aoe Spell

    function onStatsChange(cid, attacker, type, combat, value) if(attacker and isPlayer(attacker) and (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) and getCreatureName(getCreatureTarget(attacker)) ~= getCreatureName(cid)) then if combat ~= COMBAT_HEALING then...
  13. rafaeru

    Gesior ACC Most Powerfull Guilds and Unban

    i use this gesior: https://github.com/gesior/Gesior2012 TFS 0.3.6 Most Powerfull Guilds dont counting frags, no errors. $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name ...
  14. rafaeru

    DBL Otclient

    napisał ci przecież NG bota a nie Elfbota NG
  15. rafaeru

    Linux Raise Monster DMG

    in config.lua rateMonsterAttack = 1
  16. rafaeru

    Lua Anti Aoe Spell

    https://otland.net/threads/securemode-pvp-system.128600/
  17. rafaeru

    Lua Zugorosh Towers

    solved
  18. rafaeru

    Lua Zugorosh Towers

    how i can create Zugorosh Towers ? if i create monster i see health bar and name any sugestion?
  19. rafaeru

    Editing non-stackable items to stackable on Item Editor 0.3.7

    you need edit otbm and tibia.dat file
  20. rafaeru

    Monster dont move if dont have storage

    doesnt work, monster still follow player
Back
Top