• 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

    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...
  2. 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...
  3. 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){...
  4. rafaeru

    Solved [ZnoteAcc] Lookning for 100% working PayPal

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

    C++ Conditions in items after relog

    bump
  6. 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...
  7. 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...
  8. 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)))...
  9. 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 =...
  10. 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:
  11. rafaeru

    Znote ACC unban

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

    Solved Znote Most Powerfull Guilds Logo

    SOLVED
  13. 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...
  14. rafaeru

    error compiling othire

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

    Lua Protection spell

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

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

    you dont have something like that ? fromvoc
  17. 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
  18. 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
  19. 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
Back
Top