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

    watering can

    I GOT THIS ERROR Q.Q [27/06/2018 17:06:15] [Error - LuaScriptInterface::loadFile] data/actions/scripts/tools/watercan.lua:43: '<name>' expected near 'function' [27/06/2018 17:06:15] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/tools/watercan.lua) [27/06/2018 17:06:15]...
  2. oliverpadron86

    watering can

    function onUse(cid, item, fromPosition, itemEx, toPosition) if (itemEx.itemid == 3984) then doTransformItem(itemEx.uid, 3985) doSendMagicEffect(toPosition, 5) return true elseif (itemEx.itemid == 2781) then doTransformItem(itemEx.uid, 2782) doSendMagicEffect(toPosition, 5)...
  3. oliverpadron86

    Help with rune

    [25/06/2018 18:33:08] [Error - Action Interface] [25/06/2018 18:33:08] data/actions/scripts/changeOutfit.lua:onUse [25/06/2018 18:33:08] Description: [25/06/2018 18:33:08] data/actions/scripts/changeOutfit.lua:12: attempt to call global 'Player' (a nil value) [25/06/2018 18:33:08] stack...
  4. oliverpadron86

    Watering Can 0.3.6

    function onUse(cid, item, fromPosition, itemEx, toPosition) if (itemEx.itemid == 3984) then doTransformItem(itemEx.uid, 3985) doSendMagicEffect(toPosition, 5) return true elseif (itemEx.itemid == 2781) then doTransformItem(itemEx.uid, 2782) doSendMagicEffect(toPosition, 5) return...
  5. oliverpadron86

    how to increase magic level limit?

    any idea? crying damson server 0.3.6
  6. oliverpadron86

    Upgrade Kit

    Sorry man xD Its working it was my fault ;p
  7. oliverpadron86

    Upgrade Kit

    still not working, any idea? q.q
  8. oliverpadron86

    Upgrade Kit

    ISNT WORKING Q.Q
  9. oliverpadron86

    Upgrade Kit

    hi everyone im just looking for a upgrade key.. example if i use xxx key on a xxx sword its transform into a xxx donation sword.. im using crying damson server 0.3.6
  10. oliverpadron86

    Fishing Script Help..

    Hi everyone i'm looking for a fishing script that when u caught a monster appears a message(broadcast) like this.. Triton Has been caught by Juan! I got this script.. Im using crying damson server 0.3.6 local config = { waterIds = {493, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615...
  11. oliverpadron86

    Help with rune

    I GOT THIS.. [30/05/2018 14:13:13] [Error - Action Interface] [30/05/2018 14:13:13] data/actions/scripts/changeOutfit.lua:onUse [30/05/2018 14:13:13] Description: [30/05/2018 14:13:13] data/actions/scripts/changeOutfit.lua:13: attempt to index local 'player' (a number value) [30/05/2018...
  12. oliverpadron86

    Help with rune

    Hi everyone i'm looking for a newtype rune that changes outfit every time you use it
  13. oliverpadron86

    Players die and go level 1 :(

    -- Blessings -- NOTE: blessingReduction* regards items/containers loss. -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss. blessingOnlyPremium = false blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 8 I GOT THIS..
  14. oliverpadron86

    Players die and go level 1 :(

    How i can fix that?
  15. oliverpadron86

    Players die and go level 1 :(

    Cryingdamson Server 0.3.6 8.60
  16. oliverpadron86

    Players die and go level 1 :(

    I already change this on login.lua local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 0) doPlayerSetLossPercent(cid, PLAYERLOSS_LEVEL, 0) doPlayerSetLossPercent(cid, PLAYERLOSS_SKILLS, 0) doPlayerSetLossPercent(cid...
  17. oliverpadron86

    Why if characters die they go to level 1?

    Any idea? crying damson server 0.3.6.
  18. oliverpadron86

    NPC

    Hi everyone, i'm new here. Im just looking for an NPC that sells items for vip coins(on this case christmas tokens) Im using Crying Damson Server V8.2 [TFS 0.3.6]
  19. oliverpadron86

    New Vocations Problem!

    I got this man q.q <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000"...
  20. oliverpadron86

    New Vocations Problem!

    [16/04/2018 12:44:42] >> Loading chat channels [16/04/2018 12:44:43] [Warning - Vocations::getVocation] Vocation 9 not found. [16/04/2018 12:44:43] [Warning - Chat::loadFromXml] Wrong vocation id: 9 can someone help me? i got this on data/lib/vocations.lua function isSorcerer(cid) return...
Back
Top