• 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

    Lua Money to bank instead of player - Offline Market - TFS 0.4

    I'm currently using this script made by VDK. It works really well, but I was wondering if it's possible to remove the !offer, withdraw option and sending the money to the player's bank, the one who sold the Item. I was working on the script and I already changed this part...
  2. H

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    Here's the talkaction in file <talkaction words="/task" event="script" value="task.lua"/> and the file in data/talkactions/script has the same name as value. I copied your script again, now is not giving errors in console but even when I already started the task, it says "Trolls not started"...
  3. H

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    @Xikini I tested out the script, it looks awesome! but is not working :( it does not show if I started the task, it says "Crocodiles not started", also has an error in console " Cant find race 'crocodiles' " or the started task when I killed a monster. BTW I really apreciate the time and work...
  4. H

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    Hahaha thank you both. You're really amazing and kind gentlemen. Maybe an script update would be cool but, who am I to say that? xD I'll try it now.
  5. H

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    By the way, does anyone know if there's a talkaction to check your current tasks? Like: !tasks = Your current tasks are: Trolls: 100/300 Rotworms: 20/300 Thanks again
  6. H

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    Thank you very much. Now is working. I think I copied an old version of the script.
  7. H

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    Hi, this is working great in TFS 0.4 8.6 But summoned monsters count as part of the task. What do I have to do in order to avoid that? Thanks!
  8. H

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

    Does someone has a talkaction for this... like !tasks and show the number of monsters killed and tasks you're currently doing in the default channel or something? Like: Player: !tasks Current tasks: Trolls (20/100), Hydras (100,500), Demons (1,200) Thanks!
  9. H

    [Npc] Npc that gives blessings to each level a price

    Thanks! Is working now. Just 2 things.. 1. In the code you wrote there's a ")" missing before the first "then" 2. I see that the private NPC channel is working but the bless NPC still talks in the private and default channel, but only this 3 things npcHandler:setMessage(MESSAGE_GREET, "Hello...
  10. H

    Solved Items by level and vocations Error

    Hi guys! What can I do to make this script compatible with TFS 0.4 8.6? Thx!
  11. H

    [Npc] Npc that gives blessings to each level a price

    Thanks man! Is working now!! :D Just one more question... How can I add something when the player says "no", the NPC conversation ends and the NPC says something like "ok, bye then"
  12. H

    [Npc] Npc that gives blessings to each level a price

    This works for 8.6 but I got the messages on both default and NPC's Channel. Is there a way to avoid that? Also, it doesn't say anything when I say "no" to the blessings. TFS - 0.4
  13. H

    Frag reward with lvl and ip restriction - TFS 0.4 - 8.6

    Nevermind guys, the creature script was wrong. I changed it and now it's working like a charm. Thank you very much!
  14. H

    Frag reward with lvl and ip restriction - TFS 0.4 - 8.6

    Hi guys! I got an error in console... "Function ondeath not found". I change the function to onKill to onDeath and it doesn't show no errors but nothing happens. Do you know why? THx!
  15. H

    Frag reward with lvl and ip restriction - TFS 0.4 - 8.6

    Wow! Awesome, thx. Is there a way to add a text for IP and level? Like: "No reward for killing a player with the same IP" And "No reward for killing a player under lvl 100" Thanks again.
  16. H

    Frag reward with lvl and ip restriction - TFS 0.4 - 8.6

    Hello guys. I found a script for a frag reward in this thread That is good, but I need that you only get reward if the player is higher than certain lvl and that doesn't have the same IP as you. Can you help me? Thx!
  17. H

    [Gesior 2012] First Tibia Global Layout

    This layout works great but It still has the problem with the ajax files on account folder: ajax_accountname.php ajax_charactername.php ajax_email.php ajax_password.php Even with the fixes include("../config/config.php"); $conn = mysql_pconnect($config['site']['sqlHost']...
  18. H

    Limit password and account characters - Gesior 2012 - TFS 0.4

    Thx Codex NG but when I said characters I meant the number of letters and numbers used when creating an account. Sorry for not being that specific.
Back
Top