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

    How to Put Cooldown on Spells

    Fail...' spell It does not appear
  2. CollapserMemory

    How to Put Cooldown on Spells

    Fail man :/ don't work
  3. CollapserMemory

    How to Put Cooldown on Spells

    See the spell now ... no have error but the spell It does not appear. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT,CONST_ME_ICEATTACK) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT...
  4. CollapserMemory

    Monster Get Experience Percent

    I looked at the script (though not quite understand) it seems that the error is in this line -> getCreatureName if (target): lower () == monsters : lower () then <- or else - > if not isMonster (target) then return true end if not isPlayer (cid) then <-
  5. CollapserMemory

    Monster Get Experience Percent

    It will now be difficult to discover the error. Nothing appears on the TFS more after killing the monster Server Closes getCreatureName(target) -- is it the function?
  6. CollapserMemory

    Monster Get Experience Percent

    On XML are -- <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <event type="login" name="PlayerLogin" script="login.lua"/> <event type="statschange" name="ReflectDamage" script="reflect.lua"/> <event type="login" name="FirstItems" script="firstitems.lua"/> <event...
  7. CollapserMemory

    Monster Get Experience Percent

    function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then for i = PLAYERLOSS_EXPERIENCE, PLAYERLOSS_ITEMS do doPlayerSetLossPercent(cid, i, getConfigValue('deathLostPercent')) end end registerCreatureEvent(cid...
  8. CollapserMemory

    Monster Get Experience Percent

    fail man :x -- I login last i summon monster... [27/07/2015 00:33:16] Kboing has logged in. [27/07/2015 00:33:16] Lua Script Error: [CreatureScript Interface] [27/07/2015 00:33:16] data/creaturescripts/scripts/login.lua:onLogin [27/07/2015 00:33:16] luaRegisterCreatureEvent(). Creature not...
  9. CollapserMemory

    Monster Get Experience Percent

    well I thought different, haha. On My Tfs is - RegisterCreatureEvent -
  10. CollapserMemory

    Monster Get Experience Percent

    [27/07/2015 00:19:39] ¤~Vinny~¤ has logged in. [27/07/2015 00:19:39] Lua Script Error: [CreatureScript Interface] [27/07/2015 00:19:39] data/creaturescripts/scripts/login.lua:onLogin [27/07/2015 00:19:39] data/creaturescripts/scripts/login.lua:15: attempt to index global 'player' (a nil...
  11. CollapserMemory

    How to Put Cooldown on Spells

    ahah, I see. thank you for help, you are very beast
  12. CollapserMemory

    How to Put Cooldown on Spells

    -- No Say Spells -- [27/07/2015 00:03:31] Lua Script Error: [Spell Interface] [27/07/2015 00:03:31] data/spells/scripts/gran frigo.lua:onCastSpell [27/07/2015 00:03:31] data/spells/scripts/gran frigo.lua:11: attempt to call global 'doPlayerSetStorageValue' (a nil value) [27/07/2015 00:03:31]...
  13. CollapserMemory

    Monster Get Experience Percent

    where I can see what functions have?
  14. CollapserMemory

    How to Put Cooldown on Spells

    -- See All Erros --- [26/07/2015 23:53:55] Warning: [Event::loadScript] Can not load script. data/spells/scripts/.lua [26/07/2015 23:53:55] cannot open data/spells/scripts/.lua: No such file or directory [26/07/2015 23:53:55] Lua Script Error: [Spell Interface] [26/07/2015 23:53:55]...
  15. CollapserMemory

    Monster Get Experience Percent

    have the -- ..getPlayerName(cid).. -- and --- doPlayerAddExp --- Can u use this ?
  16. CollapserMemory

    How to Put Cooldown on Spells

    data/spells/scripts/gran frigo.lua:20: '<eof>' expected near 'end'
  17. CollapserMemory

    Monster Get Experience Percent

    I understand, thank you!. I will ask someone to convert it -- is possible add more functions on lib for this script succeed?
  18. CollapserMemory

    How to Put Cooldown on Spells

    Now -- data/spells/scripts/gran frigo.lua:18: '<name>' expected near 'end'
  19. CollapserMemory

    Monster Get Experience Percent

    My Tfs is 0.3.1 i'm using server 8.40 :'( i'm searching for any tfs 0.3.2 but i don't find ... my tfs no can use MODS ?
  20. CollapserMemory

    How to Put Cooldown on Spells

    Error --- data/spells/scripts/gran frigo.lua:3: ')' expected near 'then'
Back
Top