• 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

    Post w Advertisement

    Witam, jakie warunki trzeba spełniać aby utworzyć temat w dziale Advertisement ? Gdy chce utworzyć nowy temat wyszarza się na chwilę button 'Create Thread' po czym po paru sekundach znowu można go kliknąć a post się nie dodaje. W prezentacji jak i w temacie zamieszczam wszystkie informacje takie...
  2. rafaeru

    AAC Znote death list

    How i can change in znote acc character death list like in gesior acc to show all killers not only one. example. ZnoteAcc: Killed at level 1133 by player: Windyy GesiorAcc: Killed at level 356 by a grim reaper, Bisu and Best Ek.
  3. rafaeru

    Solved Monster spell damage with addEvent

    I have strange bug with spells where is addEvent (TFS 0.3.6). onCastSpell1 show only position where spell will shoot and after 2 seconds onCastSpell2 deal damage but this damage depends on second attack "melee" in range = 1. When i change time in addEvent on >250 ms all works fine. I traced...
  4. rafaeru

    Solved Loop with itemEx

    You dont understand me I want to get new itemEx every loop to get new aid of item
  5. rafaeru

    Solved Loop with itemEx

    Hello, i use TFS 0.3.6 and i cant get the idea for increment action id of item by item. The problem is itemEx is taked only on first loop on script. Ex. I have 20 items ( this item increment action id ) in stack and 1 item with aid = 200 ( armor ) when i use 20 items in to armor i get armor with...
  6. rafaeru

    C++ TFS 0.3.6 Delay of the first attack

    Hello, i have a problem with add delay of the first attack. I have attack speed on my server and i want this because players use script in elfbot on target and stop target very fast. I try add lastAttack after new target but something doesn't work. Piece of code: void...
  7. rafaeru

    Solved [ZnoteAcc] Lookning for 100% working PayPal

    I have too much changes in my acc i cant download last version. I check paypal files from last version and i have all good. I think my ipn.php doesnt start. I need chmods or something ? Edit: Ok, my IPN.php works but i have error: function VerifyPaypalIPN(array $IPN = null){...
  8. rafaeru

    Solved [ZnoteAcc] Lookning for 100% working PayPal

    Hello, someone have 100% working paypal for znote acc ? My doesnt give premium points for buyer.
  9. rafaeru

    C++ Conditions in items after relog

    bump
  10. rafaeru

    C++ Conditions in items after relog

    Hello, i have big problem with conditions in items after relog. I use tfs 0.3.6pl1. For example: When i equip energy ring all works fine i have mana shield but if i do relog they dont come back after. GIF: Bonus skills in items work fine but only: mana shield, regeneration etc. I think its a...
  11. rafaeru

    Lua Add one function to talkaction

    local storage = 8888 local config = { --[vocation id] = { level, nova voc, looktype, efeito} -- Goku [1] = { 30, 2, 3, 118}, [2] = { 50, 3, 4, 114}, [3] = { 75, 4, 5, 114}, [4] = { 100, 5, 6, 121}, [5] = { 150, 6, 7, 114}, [6] = { 180, 7, 8, 116}, [7] = { 200, 8, 9, 114}, [9] = { 50, 10, 11...
  12. rafaeru

    Compiling Most Damage Loot 0.3.6

    I try to do loot for most damage player. I found this but i dont know how damageMap work. Any hints ? I work on TFS 0.3.6 DeathList Creature::getKillers() { DeathList list; Creature* lhc = NULL; if(!(lhc = g_game.getCreatureByID(lastHitCreature)))...
  13. rafaeru

    Lua How to make this script to check vocation?

    -------------------- ---- CONDITION ----- -------------------- local sorcerer = createConditionObject(CONDITION_OUTFIT) setConditionParam(sorcerer, CONDITION_PARAM_TICKS, -1) addOutfitCondition(sorcerer, {lookType = 4, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0}) local druid =...
  14. rafaeru

    Znote Shop item to other player

    Hello, i try to create selection item to other player on Znote ACC. Someone maybe have advice for me how i can write it ? Like this:
  15. rafaeru

    Znote ACC unban

    Hello, im looking for unban to sms shop. Anyone have code to it ?
  16. rafaeru

    Solved Znote Most Powerfull Guilds Logo

    SOLVED
  17. rafaeru

    Solved Znote Most Powerfull Guilds Logo

    hello i try to show guild logo on most powerfull guilds in znote acc its piece of code: // Most powerful guilds for TFS 0.3/4 and 1.0 //////////////////////// // Create a cache file to avoid high SQL load $cache = new Cache('engine/cache/guilds'); if ($cache->hasExpired()) { // Fetch guild...
  18. rafaeru

    error compiling othire

    here is your error: Cannot open include file: 'libxml/xmlmemory.h': No such file or directory
  19. rafaeru

    Lua Protection spell

    i dont have full solution for you problem but you can create absorb in game.cpp bool Game::combatChangeHealth
Back
Top