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

    target lost

    check your config.lua :) in CONFIG_HELP have you: ... noDamageToSameLookfeet If enabled, players with same outfit feet color will be unable to attack themselfes. It works only for melee attacks. Default: false ...
  2. andypsylon

    Help with Server

    http://otland.net/f249/martyx-compiling-thread-161747/
  3. andypsylon

    NPC Rashid - with TradeRequest and anti spam! ;) ver.1

    paste here errors. have you "onTradeRequest" in system?
  4. andypsylon

    Linux boost crash !

    maybe you have std::string s = it->path().filename(); change it to -> boost::filesystem::path p = it->path(); std::string s = p.filename().string();
  5. andypsylon

    NPC Rashid - with TradeRequest and anti spam! ;) ver.1

    if you do not want wandering Rashid, then ignore globalevents.
  6. andypsylon

    RME 2.2 finally released!

    great :)
  7. andypsylon

    Lua Simple script, doesn't work.

    local rep_storage = 73337 --storagevalue for your rep local REWARDS = { {301, 50}, --everyone higher than level 301 that dies will give 50 rep {201, 25}, --everyone higher than level 201 that dies will give 25 rep {150, 5} --etc... } function onKill(cid, target, lastHit) if...
  8. andypsylon

    Zmiana maksymalnego zasięgu chodzenia NPC'a, pytanie..

    jesli to maly obszar to podepnij special(niewidzialny) item, pod tile.lua w movements, przypisz mu odpowiednie aid nr 196(standardowo w tfs), i rozstaw ten item wokolo npc.
  9. andypsylon

    Yet another items.otb error! 8.60

    for example: OtLand - Compiling The Forgotten Server 0.2 with Code::Blocks in Windows
  10. andypsylon

    Lua Shop bug

    errors in the console?
  11. andypsylon

    Lua onAddItem

    i think you want this: http://otland.net/f35/creatureevent-onmove-very-advanced-134016/
  12. andypsylon

    Where i can find this file??

    Subversion
  13. andypsylon

    Connection refused after some time!

    maybe you need a powerful computer
  14. andypsylon

    Windows How to (add & Edit) Tibia's Items

    so you need xml tools plugin Notepad++ Plugins - Browse /XML Tools/Xml Tools 2.3.1 r764 Unicode Beta1 at SourceForge.net items.otb can you open with otitemeditor
  15. andypsylon

    I Have Timeout Error

    in console or as client or where? :)
  16. andypsylon

    Lua Storage Other Player

    for example talkaction storage.lua write in game as God or CM /storage falk, 12345 where: falk - player name 12345 - storage id
  17. andypsylon

    Lua See IP

    TheForgottenServer Custom Flags 257207 without "Can see creature details onLook" change: <group id="4" name="Gamemaster" flags="3808558964575" customFlags="257215" access="3" depotLimit="3000" maxVips="300" outfit="75"/> --> <group id="4" name="Gamemaster" flags="3808558964575"...
  18. andypsylon

    Help with script new to lua.

    function onSay(cid, words, param) local pos = {x=1111, y=1111, z=7} -- tp position if getCreatureCondition(cid, CONDITION_INFIGHT) then doCreatureSay(cid, "You aint able to use the teleport function if you are skulled", TALKTYPE_MONSTER) elseif doPlayerRemoveMoney(cid, 15000) then --[[...
  19. andypsylon

    Zamiennik funkcji doSendAnimatedText

    http://otland.net/project.php?issueid=2010
Back
Top