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

    Remove aim through hotkeys 8.6 Great Pay Job!

    I can remove the aim by the hotkeys and battle sends me message in the private one sorry my english
  2. Z

    AAC WebSite

    Hey, guys Can someone explain how to create a new template from scratch using myaac
  3. Z

    C++ Part of the game.cpp code, is that correct?

    edited
  4. Z

    C++ To create new condition

    Up In other files a CONDITION_PARALYZE2 has already been created; ConditionType_t2 conditionType2 = CONDITION_PARALYZE2; if(speedChange > 0){ conditionType2 = CONDITION_HASTE; if(aggressive == AUTO) aggressive = NO; } else if(aggressive == AUTO) aggressive = YES...
  5. Z

    C++ To create new condition

    To create new condition, if I just copy one that already exists and change only its name will work? What else do I need to do? I use trunk.r3884
  6. Z

    Free Advertisement on OTList for 10 People

    My username: Vagner
  7. Z

    Free Advertisement on OTList for 10 People

    @Extrodus Hello, you're wrong to register ...
  8. Z

    Lua Spell TFS 1.3

    @Apollos Thank you, I'm at work too, when I get home, I'm going to test what you said above. I solved using the local p = Player(cid) p:getExhaustion(storage) < 0
  9. Z

    Lua Spell TFS 1.3

    Arr1, 2, and 3 are sim only in the spell / lib folder
  10. Z

    Lua Spell TFS 1.3

    Guys I'm passing a spell from 8.6 to version 10.98 can anyone tell me what's wrong with it? local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_GIANTICE) combat:setFormula(COMBAT_FORMULA_LEVELMAGIC, -4.5, -400...
  11. Z

    New AAC using MVC

    I'm doing some tests with laravel. If I get dominalo I intend to use it ...
  12. Z

    New AAC using MVC

    Good afternoon! I'm doing a site using Znote AAC Of course with a totally different layout and I'm doing this in MVC I want to know if anyone can tell me if this is bad or good I hope some tips ...
  13. Z

    Windows Two-factor authentication

    Hello everybody wanted to know if you already have some AAC with Two-factor authentication If you have what? thank you.
Back
Top