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

    MySQL Error (Losing Conection)

    maybe you need change mysqlReadTimeout = 0 mysqlWriteTimeout = 0 encryptionType = "sha1" passwordType="sha1"
  2. pugamoline

    Rune Exhaust problem..

    try change exhaustion exhaustion="1500" or 1000 as you wish
  3. pugamoline

    Vocations attack

    try 1000 or 900 as you wish
  4. pugamoline

    The Forgotten Dev-Cpp v2.6!

    Another Download metod ? :S speedyshared not work in my country u_u
  5. pugamoline

    If a player dies at lvl 8 it goes back to 1

    or chech in your vocations.xml lessloss="30" change for lessloss="0"
  6. pugamoline

    Vocations attack

    CHANGE IN DATA/XML/VOCATIONS.XML THIS = attackspeed="2000" FOR = attackspeed="200" 2000 = slow 200 = faster
  7. pugamoline

    [REQUEST] OnAdvanced

    fixed by me. closed
  8. pugamoline

    Windows Compiling with CodeBlocks

    same error here :S
  9. pugamoline

    Player not die at 0 hp [MOD]

    bump
  10. pugamoline

    Player not die at 0 hp [MOD]

    bump
  11. pugamoline

    Remake Pyre Map - Knatte1

    thx
  12. pugamoline

    Arteria Island

    Rehost PLease (;
  13. pugamoline

    Player not die at 0 hp [MOD]

    hi this scripts is "zombie event" zombie atack to player and player lose hp ok. and same time player have 0 hp and not die <event type='statschange' name='zombieEventStatsChange' event='script'><![CDATA[ domodlib('zombieEvent_conf') function onStatsChange(target, cid, changetype, combat...
  14. pugamoline

    Solved GESIOR ACC guilds error

    paste error (:
  15. pugamoline

    SD Problem

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) function onGetFormulaValues(cid, level, maglevel) local...
  16. pugamoline

    Windows House.xml BUG

    you need change the exit of house or change door ID, house name is "forgotten head quarter"
  17. pugamoline

    Solved [Modern AAC] Can't create a guild ._.

    maybe your character need > logOut of game or change your guild model
  18. pugamoline

    Error admin.log

    update your rev to last version
  19. pugamoline

    GlobalEvent Guild Clean

    hi :) this script remove inactive players from guild at 7 days. -- [[> Automated Remove Inactive Players From Guild //PUGAMOLINE <]] -- function getLastLoginDiff(name) if type(name) ~= "string" then return name end local res = db.getResult("SELECT `lastlogin`...
  20. pugamoline

    TalkAction Points for Guilds by Gesior edited by Scooty

    big example add reward (crystal coins at lvl 100 and 150) (getPlayerGuildId(cid) == 4 >> change for guilds id function onLogin() if getPlayerStorageValue(cid, 511928) ~= 1 and (getPlayerGuildId(cid) == 4 or getPlayerGuildId(cid) == 6 or getPlayerGuildId(cid) == 9 or...
Back
Top