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

    Gesior ACC Most Powerfull Guilds and Unban

    Bring Up My Post
  2. 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
  3. rafaeru

    Gesior ACC Most Powerfull Guilds and Unban

    Bring Up My Post
  4. 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.
  5. 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
  6. rafaeru

    Gesior ACC Most Powerfull Guilds and Unban

    Bring Up My Post
  7. 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) {...
  8. 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...
  9. 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 ...
  10. rafaeru

    DBL Otclient

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

    Linux Raise Monster DMG

    in config.lua rateMonsterAttack = 1
  12. rafaeru

    Lua Anti Aoe Spell

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

    Lua Zugorosh Towers

    solved
  14. rafaeru

    Lua Zugorosh Towers

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

    Editing non-stackable items to stackable on Item Editor 0.3.7

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

    Monster dont move if dont have storage

    doesnt work, monster still follow player
  17. rafaeru

    Monster dont move if dont have storage

    Hello, i have question: How i can do if player have storage value different than 13 monster no move ( as GOD ) if getPlayerStorageValue(cid, 29004) ~= 13 then MONSTER DONT MOVE TO PLAYER end I search this in monster.cpp but i cant find. Any suggestions ?
  18. rafaeru

    limos npc missions

    creaturescripts
  19. rafaeru

    limos npc missions

    change startstorage = 45551
  20. rafaeru

    Lua One raid at one time.

    Hello, i have raid and how i can do if nobody kill raid boss next raid will not be executed? tfs 0.3.6 <raid name="runuganga" file="runuganga.xml" interval2="60" chance="100" margin="0" ref="no"/>
Back
Top