• 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. Mera Mero

    Spell

    Bump
  2. Mera Mero

    Afk command

    Sorry but i don't know where can i past this one :( this is my exhausted.lua on lib exhaustion = { check = function (cid, storage) if(getPlayerFlagValue(cid, PLAYERFLAG_HASNOEXHAUSTION)) then return false end return getPlayerStorageValue(cid, storage) >=...
  3. Mera Mero

    Afk command

    there is something more :p how can i set exhausted between each command like 10 seconds All COMMANDS <<
  4. Mera Mero

    Afk command

    But i still can walk with it? :S may you tell me which condition for do not able to move? if i make afk on? plus i can spell afk off without have afk on already :( I need to use this command to make afk for player to not move him btw this command cannot use with combat and must be have afk on to...
  5. Mera Mero

    change magic effect after level up.

    Hmm alright but what about add more effects?
  6. Mera Mero

    Afk command

    I've got problem with afk command which makes you to be afk in game if you switch it on , Now i'm trying to setconditionobject but i found some errors local condition1 = createConditionObject(CONDITION_INFIGHT) local condition2 = createConditionObject(CONDITION_EXHAUST) local condition3...
  7. Mera Mero

    Anime Talk

    :( sad moment
  8. Mera Mero

    change magic effect after level up.

    Its working good with me But i've got only one problem when my character level up skill like Distance ,the full message do not appear i mean it's appear like Distance sk and on script there is Distance Skill up << So why there is limit for these words? and please how can i add more effects? TFS...
  9. Mera Mero

    Solved Delete/Create

    #solved
  10. Mera Mero

    Solved Delete/Create

    @Limos Sorry but i found this error when i killed player on server :( [08/03/2015 00:13:19] [Error - CreatureScript Interface] [08/03/2015 00:13:19] data/creaturescripts/scripts/KillMonster 2.lua:onDeath [08/03/2015 00:13:19] Description: [08/03/2015 00:13:19]...
  11. Mera Mero

    Spell

    Bump
  12. Mera Mero

    Solved Delete/Create

    Thanks
  13. Mera Mero

    Solved Delete/Create

    Thanks its working good now but when i tried to make different time between each wall i found that only one wall is working local c = { ["serpent spawn"] = { {id = 1060, pos = {x = 983, y = 994, z = 7},time = 30}, {id = 1060, pos = {x = 983, y = 992, z = 7},time = 50} } }...
  14. Mera Mero

    Solved Delete/Create

    @Limos That's what i made and its worked only with one wall and another one got error on it local c = { ["serpent spawn"] = { {id = 1060, pos = {x = 983, y = 994, z = 7},time = 30}, {id = 1060, pos = {x = 983, y = 992, z = 7},time = 30} } } function onDeath(cid, corpse, killer)...
  15. Mera Mero

    Laggy thing

    Hmm its not from mysql cuz i'm using sqlite atm and i don't get any erros ,its happens on any time not server save :S and i don't think so its cause of RAM
  16. Mera Mero

    Spell

    Hello otlanders ,May you help me with some scripts its actually spells I need 2 spells First one Don't need target (selfspell) And this one give you 10% of your total magic for period of time and need getPlayerStorageValue to use this spell every 5 mints i mean exhaustion of it will be 5 mints...
  17. Mera Mero

    Addskill

    Na its was working good for distance but i commented on these message and i removed it and its working good but the problem now with ml only
  18. Mera Mero

    Addskill

    Ah sorry for my bad English Btw Its working good with all skills instead of magic :P i mean its give 99.9 only and i needed to use spell to pass level of it
  19. Mera Mero

    Addskill

    I typed /addskill shaggy,distance,1 and got these message after every one btw i tried to make up level for distance and this distance was 170 i found like Skill to next level: 2341652 Current Skill Tries: 0 Difference: 21646543 but with these errors which i posted before my distance was 10 only
  20. Mera Mero

    Laggy thing

    Still on my pc and i didn't host it yet
Back
Top