• 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!

Recent content by d0gw4r

  1. d0gw4r

    MyAAC v0.7.12

    SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql_ac0_0); waiting for someone to free some space... Any idea about this error? I've already checked /tmp folder and found nothing.
  2. d0gw4r

    [MyAAC][Plugin] Gesior Shop System

    @slawkens Is there any way to leave the shop with the payment options of pagseguro and paypal and at same time and delivering coins? After I install the Gesior Shop System and then the Pagseguro plugin, I can only have the pagseguro payment option in my website shop.
  3. d0gw4r

    [MyAAC][Plugin] Gesior Shop System

    Try reinstall the plugin and install php5-curl in linux terminal.
  4. d0gw4r

    [BRAZIL] [12.00] Old Rush Global Server

    Dear user, we're here to invite you to play on Old Rush Server. >>SITE<< Server Details: Global Map Unlimited duration for Spectral Bolt and Diamond Arrow Non-Infinite Runes, Potions and Ammo Host BR EXP Bonus for Client 12 Rates by Stages Shop In-Game 24h Online! Suports Client 10 and 12...
  5. d0gw4r

    MyAAC v0.7.12

    My samples aren't hidden from highscores page. This happened after I change deletion '1' to '0'. They're in an account with ID and Name = 1. I did this because if I let deletion set to '1', then the database will erase the Samples. :( Edit: About recaptcha... Yes, figured it out, now it's...
  6. d0gw4r

    AutoLoot System for tfs 1.x

    You were right, but now I've noticed an terminal error: [Warning - Event::checkScript] Event onKill not found. scripts/autoloot.lua How can I register this event? Edit: Never mind, now it's working, lol :b I've just cut out half of the creaturescript code. Thank you for help!
  7. d0gw4r

    AutoLoot System for tfs 1.x

    Hi, I'm receiving this error in terminal: Lua Script Error: [TalkAction Interface] data/talkactions/scripts/autoloot.lua:onSay data/talkactions/scripts/autoloot.lua:6: attempt to index a nil value stack traceback: [C]: in function '__index'...
  8. d0gw4r

    [TFS 1.2] Bonus XP for using Client 12, instead of 10

    Now it worked!! Thank you very much!! And Thanks for being patient with me. I'm very newbie with scripting. And thank you too @Westwol
  9. d0gw4r

    [TFS 1.2] Bonus XP for using Client 12, instead of 10

    Now it's giving me this error in terminal: Lua Script Error: [Event Interface] data/events/scripts/player.lua:Player@onGainExperience data/events/scripts/player.lua:738: attempt to index global 'player' (a nil value) stack traceback: [C]: in function '__index'...
  10. d0gw4r

    [TFS 1.2] Bonus XP for using Client 12, instead of 10

    Now it's giving exp rate x1, instead of staged. Edit: I guess it wasn't suppose to happen... '-' It seems that end closed the function.
  11. d0gw4r

    [TFS 1.2] Bonus XP for using Client 12, instead of 10

    Here: function Player:onGainExperience(source, exp, rawExp) if not source or source:isPlayer() then local clientVersion = player:getClient().version if clientVersion >= 1200 then exp = exp * 2 end return exp end -- Soul Regeneration...
  12. d0gw4r

    [TFS 1.2] Bonus XP for using Client 12, instead of 10

    It stills don't work. Edit: Where should I put this? print(player:getClient())
  13. d0gw4r

    [TFS 1.2] Bonus XP for using Client 12, instead of 10

    I already have this here: I just don't know where/how I can see the client version. I tried to set it manually from config.lua, and only my client 12 worked. -- Version Manual clientVersionMin = 1200 clientVersionMax = 1200 But the exp bonus isn't working yet.
  14. d0gw4r

    [TFS 1.2] Bonus XP for using Client 12, instead of 10

    Sorry, but where should I put this code?
  15. d0gw4r

    [TFS 1.2] Bonus XP for using Client 12, instead of 10

    Hello there, Can someone help me with giving a exp bonus for who uses a client instead of another? I tried to put a code inside this function, but when I login client 12 the exp given is the same as the client 10. The following image shows how the code is set: (folder...
Back
Top