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

    Boss Spawn with storage teleport - TFS 0.4 - 8.6

    Thanks Xikini! This is awesome! You're my hero!
  2. H

    Error with skills - TFS 0.4 - 8.6

    Thanks Xikini, I'll check that out. Sorry for the bump's attack! xD
  3. H

    TalkAction Improved Bounty-Hunter System by Tufte

    This is way better than the old one. BTW, is it possible to add a remove talkaction? Like !hunt remove ? Thanks!
  4. H

    TalkAction Bounty Hunters System (Player Hunt System)

    This is an awesome script... Is there a way to add another talkaction like "!hunt remove" ? Thanks!
  5. H

    Error with skills - TFS 0.4 - 8.6

    @Omni Cloud I can't really tell if the script is working, but thank you very much. I was doing some testing and I realize that God and Players can get up to this limits in skills: Magic: 156 Fist: 56 Club: 37 Sword: 37 Axe: 37 Distance: 38 Shielding: 54 After that, nothing happens Does...
  6. H

    Error with skills - TFS 0.4 - 8.6

    Sorry, I didn't want to look mean to you xD I found this script (which is a skill limiter) in another thread, is it possible to modify it in order to add skills and magic new limit? Thanks! function onAdvance(cid, skill, oldLevel, newLevel) if skill == SKILL_SWORD then if...
  7. H

    Error with skills - TFS 0.4 - 8.6

    Thank you very much. Now level is working... From I can see this works only for Exp Level, not for skills...Is it possible to add skills and magic too? Thanks!
  8. H

    Boss Spawn with storage teleport - TFS 0.4 - 8.6

    Thx Xikini, you're a Master! BTW, I was thinking... In order to avoid several teleports for each boss, I think it would be way better if only using 3 or 4 teleports with something like "If player has X storage, then boss 1 appears, if player has XX storage other boss appears and so on. That will...
  9. H

    Boss Spawn with storage teleport - TFS 0.4 - 8.6

    Actually yes! You got it right. At the begining I was thinking in not using a reward room but sounds great. Using the reward room, the teleport Y (the one in the reward room) would be the one that removes the storage.
  10. H

    Boss Spawn with storage teleport - TFS 0.4 - 8.6

    Hello guys! Currently I'm using the tasks system and it works great but I don't have a boss system. I was thinking in a simple way to implement bosses, so i figured out this. Create teleport which only works if player has X storage. 'Boss' spawns on position [x: xxx, y: xxx, z: x] Only 1...
  11. H

    Error with skills - TFS 0.4 - 8.6

    Thx Xikini! You're a life saver. I want to remove the limit of the max skills a player can get. Where can I change that? Also, magic level on God it can't be more than 150 or server crashes. Here's my vocations.xml <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0"...
  12. H

    Error with skills - TFS 0.4 - 8.6

    Hello guys. Everytime I want to update a God's or a player's skills from mysql I get an error. The error only presents when I use a weapon that belongs to that skill. Let's say I update the table using a value of "200" on the Distance skill. Then, I login to the server (everything normal)...
  13. H

    Lua Vocation Rewards per Level

    Thanks! But in doing that, it will remove the item even if it's in his backpack right? I want it to remove the item only if it's in his hand. How should I do that?
  14. H

    Lua Vocation Rewards per Level

    Is there a way to remove the old item given? Like, removing an axe given before if its in the hand of the player? If not, not remove anything
  15. H

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    Nice! Should I add it to the tasks like this? --Tasks for level 6 to 49. [1] = {killsRequired = 100, raceName = "Trolls", level = {6, 19}, premium = true, creatures = {"troll", "troll champion", "island troll", "swamp troll"}, rewards = { doPlayerAddOutfit(cid, 134, 3), {type = "exp", value =...
  16. H

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    One question... is it possible to give addons as rewards?
  17. H

    Solved Set Storage on a new character - TFS 0.4 - 8.6

    Thank you very much! Now is working. Solved :D
  18. H

    Solved Set Storage on a new character - TFS 0.4 - 8.6

    I understand! I see my login.lua... can you give me a more elaborate example? I want them to start with an storage for a task value 1300, 1. How should I write it in order to work? Thanks!
  19. H

    Solved Set Storage on a new character - TFS 0.4 - 8.6

    Hello guys, I've been trying to add a storage value on a new character but I cant figure it out. Something like $char_to_copy->setLastIP But $char_to_copy->setStorage doesn't work Can you help me? Thanks!
  20. H

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    @Xikini This is more than perfect. Thank you very much man, you're a master!
Back
Top