• 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!

Recent content by dualshock3

  1. D

    Exhaustion for teleport command

    can you help me with this, i want to add house location to this lua local teleport = { ['temple'] = {x=100, y=678, z=7}, ['depot'] = {x=64, y=674, z=7}, } local storage = 1000 local time = 30 function onSay(cid, words, param, channel) if exhaustion.check(cid, storage)== true then...
  2. D

    Exhaustion for teleport command

    worked just fine thanks a lot
  3. D

    Exhaustion for teleport command

    how can i add exhaustion to my teleport command, here it is my lua if needed: local teleport = { ['temple'] = {x=100, y=678, z=7}, ['depot'] = {x=64, y=674, z=7}, } function onSay(cid, words, param, channel) local s = teleport[param:lower()] if s then if...
  4. D

    player loss

    never mind i fixed myself
  5. D

    player loss

    where do i change what players lose upon death ? any help here some info crying damson 0.3.6pl don't have login.lua (won't put it again bug)
  6. D

    player login at temple

    try removing login.lua from creaturescripts it fixed another problem to me it may work
  7. D

    little help here

    do u have something like radius sth like this sendmagiceffect radius 7 effect 40
  8. D

    little help here

    -i was wondering if it is possible so send periodically magic effects in a determined area? (lightnings) -also if there is a raid that auto spawns creatures that have been killed
  9. D

    help

    were can i find it ?
  10. D

    help

    can somebody give me a working link to download a yalahar 100% map pls
  11. D

    fix please

    thanks worked just fine
  12. D

    fix please

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatParam(combat, COMBAT_PARAM_EFFECT, 36) local condition = createConditionObject(CONDITION_HASTE) setConditionParam(condition, CONDITION_PARAM_TICKS, 52000) setConditionFormula(condition, 10.7, 20000...
  13. D

    help with formula

    sorry but what means minl? , maxl, minm and maxm??
  14. D

    question and a request

    it is possible to add features to outfits example: 1st warrior addon -- 30 sword skill 2nd warrior addon - 20+ speed ???¿?¿?¿¿? if it is possible can anybody tell me how ----------------------+--------------------- also i have a problem with my custom vocations a player...
  15. D

    help with formula

    can somebody tell me what the hell the numbers mean? (combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 30, 14)
Back
Top