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

    TFS 0.X (lua) HELP NPC QUEST with storage

    @Xikini thank you! I was thinking exactly about that when I woke up looking at another old post I made some months ago and it has basically the same structure as you say (@Evil Puncker helped me that time lol) I think the problem lies (basically) here: change this : if(msgcontains(msg...
  2. royalpala

    TFS 0.X (lua) HELP NPC QUEST with storage

    Good evening, people I am working on a Quest NPC and had some problems while testing into my OTserver Im not a pro but i did my best and I dont know whats wrong with this npc is responding various texts when I say "reborn" ,"reborn knight" "reborn paladin" "reborn druid" "reborn sorcerer". when...
  3. royalpala

    TFS 0.X Critical Hit Chance with Bug items tile on Client

    if your server uses tfs 0.4 i think that just dropping the yurots .exe file on your folder can do the trick since the source of yurots is embebed in the exe Im trying to help but Im not a pro on this topic
  4. royalpala

    TFS 0.X Critical Hit Chance with Bug items tile on Client

    search for the Yurots 1.2 [8.6] it was made using TFS 0.4 and the source uses the critical hit chance (and it's the same OTserver I use) or make a LUA script with onUseWepon function with weapons table, local chance = math.random(1,20) if chance == 1 then ----your text effect "CRITICAL" then...
  5. royalpala

    HELP with script for weapon

    ------------------------------------------------------------------------ local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ARROW)...
  6. royalpala

    HELP with script for weapon

    Hi, guys, need a little help with the following script, it works this way: you have to attack using a specific bow and arrow in order to activate this effect and when you attack there´s a chance to change to another vocation for 3 seconds and when those 3 seconds end you come back to your...
  7. royalpala

    New: What song are you listening to thread

    dun dun by everglow im a grown 26 YO man, don't judge me
  8. royalpala

    The door won't close itself

    look at what Limos Said on here https://otland.net/threads/vocation-door.236442/#post-2283153
  9. royalpala

    The door won't close itself

    @carre look at my previous comment, I added something at the end I know that the closed door is on closingdoor and movevents and so on, but forget about that and (maybe)use a simple script, also I know that you dont want to use teleports but this is the safest choice. I'm at work rigth now so i...
  10. royalpala

    The door won't close itself

    hey @carre look at this https://otland.net/threads/vocational-door.191829/ hope it helps it mantains the door closed but teleports the player inside the room... since I don't know how to code properly, I would: 1. on use transform item to open door ID 2. make player move 2 squares inside the...
  11. royalpala

    [TFS 0.4] Slot system by Mock [modified]

    this is the same script, I tried to make it shorter than before and added a script (slot remover) made by Summ on Solved - Upgrading System Heko (https://otland.net/threads/upgrading-system-heko.172509/#post-1681118) I don't know if it works well, going to try today or tomorrow. --[[ Slot...
  12. royalpala

    Hunting Ground Rebalancing

    yes I am
  13. royalpala

    Hunting Ground Rebalancing

    that's just a meme I searched on the page and it's different
  14. royalpala

    Manarune - 8.0 and others

    5 or 6 shots to full mana ---- 15-20% as Nemphis said, script them to be made only by sorcs & druids to let flow the economy (bps of mana runes) and if you want to make different levels of mana rune depending or your ml or vocation is good too.
  15. royalpala

    Manarune - 8.0 and others

    OP just wanted options so...
  16. royalpala

    Searching for an old Tibian buddy named Creiya on Azura back in the day (around 2004-2008)

    post this on the Tibia sub reddit, hope you can find her :)
  17. royalpala

    Food is useless

    IMO food is for low lvls bc of the low profit, high profit = mana potions
  18. royalpala

    Hunting Ground Rebalancing

    also cipsoft released a 15,000 pack of tibia coins to buy, obviously they saw their mistake and fixed it. money money money...
  19. royalpala

    Manarune - 8.0 and others

    strictly balanced = go with the % player mana magiclevel balanced = add creature mana = maglvl * 17.5 based on lvl & maglvl = lvl *1.2 + maglvl * 12 based on max health & max mana average = get creature max health * 0.07+ get creature max mana * 0.20 based more on sorc & druid use = get...
  20. royalpala

    [TFS 0.4] Slot system by Mock [modified]

    hello people, i did small changes on the script that Mock made long ago, this because i didnt like the function of random selection of attributes with just one item, instead I modified the script -just copy&paste and adding items ids- on the script to work with a specific item for a specific...
Back
Top