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

    Port forwarding

    already tried stll not work bro i wonder wtf is goin on...
  2. M

    Port forwarding

    Already tried only TCP and doesnt work
  3. M

    Port forwarding

    https://imgur.com/a/rC2W6 Yes, no errors in the .exe, also i can login with 127.0.0.1
  4. M

    [REQUEST] This spell

    http://www.youtube.com/watch?v=JEYkt7sf1ow some1 can share any spell like that?
  5. M

    Help me improve this npc!

    Okay, i looked whole internet and ot forums for a npc which summons monster, but i all i got is broken scripts... Im trying to start from scratch, but i got poor scrippiting skills 1) Its suppose to be a npc thats summon random monsters, only one per turn, in a 'x' location... 2) When the...
  6. M

    items.xml 8.60 full without bugs?

    Thanks from the future.
  7. M

    Solved Animation on potions

    its send effect for life potion and another effect for mana potion, so, when u splash the potion on the ground, its keep sending effect, i wont it... i already tested and its send both animation for mana potion and life potion... - - - Updated - - - nvm, fixed, just removed the 'else' on...
  8. M

    Solved Animation on potions

    if(isInArray({7618, 7588, 7591, 8473}, item.itemid)) and isPlayer(itemEx.uid) then doSendMagicEffect(getThingPosition(itemEx.uid), 77) else doSendMagicEffect(getThingPosition(itemEx.uid), 78) end this is my code, when u use potions u get animations... How i do to not...
  9. M

    Make this spell execute several times?

    hey thanks, but still giving error attempt to index a nil value in 'doCombat' in function 'healParty'
  10. M

    Make this spell execute several times?

    Huuum, thanks for now but its not working brothas so whats about the addEvent?
  11. M

    Make this spell execute several times?

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, 14) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) function onCastSpell(cid, var) if isInParty(cid) then local lid =...
  12. M

    [8.60] Tracked Tibia Map (RME 2.1)

    Can some1 share the houses.xml? i tried with other files, just got error: could not load the houses...
  13. M

    Lua Help onLogin

    Hey Tai, thanks, but this script works for free account too... i need only for premium and its onAdvance, i need onLogin.. Thanks anyway
  14. M

    Lua Help onLogin

    Well, trying to do players(if is premium) when reaches level 20 get promotion automatically, i've tried this before the last return TRUE on login.lua: if getPlayerLevel(cid) >= 20 then doPlayerSetPromotionLevel(cid, isPremium(cid) == FALSE and 0 or 1) end but seems not work, players still...
  15. M

    Set vocation on this!

    Okay, im almost TWO hours trying to set vocation on this simple talkaction, ive looked every where, in my scripts, google and lookin for help in otland was my last option, so here it goes: local waittime = 120 -- 120 Segundos = 2 minutos local storage = 7594 function onSay(cid, words, param)...
  16. M

    Compiling fist damage...

    Hi otlanders... Im in a project and i need to reduce the fist damage, its too high, i googled it and cant find.. example: EK, 100 sword fighting with SoV damages in training monk: 200~400 EK, 100 fist fighting with custom fist weapon (atk 47) damages in training monk: 400~900 where...
  17. M

    Party Heal

    thank you, works like a charm :)
  18. M

    Party Heal

    any chance to make it send distance effect on party members?
  19. M

    A monster that heal the owner..

    Its possible? How can i get started?
  20. M

    items.xml 8.60 full without bugs?

    Can any1 share? Thanks.
Back
Top