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

Search results

  1. Ahead

    CreatureEvent [TFS 1.1] Revive System

    Lol i had understood it wrong from the beginning. Thank you so much, master. ^^.
  2. Ahead

    CreatureEvent [TFS 1.1] Revive System

    That's the problem. I don't know how to remove the loop properly. Always get an error on trying.
  3. Ahead

    CreatureEvent [TFS 1.1] Revive System

    When i die, in the modal windows appears like 20 times "Thais". I just want to remove all of them. So basically teleporting only to thais (town id: 2). I'm using the code Ninja proposed: local towns = Game.getTowns() for i = 1, #towns do local town = towns[i] modal:addChoice(2, "Thais") end
  4. Ahead

    CreatureEvent [TFS 1.1] Revive System

    How can i removw the loop properly? I've been modifying the code but always get errors :( Ty!.
  5. Ahead

    CreatureEvent [TFS 1.1] Revive System

    This works!. Thank you so much. How would it be if i only want Thais to appear in the list?.
  6. Ahead

    CreatureEvent [TFS 1.1] Revive System

    Of course i have more than 1 town and they have ids, we can see it as easy as looking at map editor: With the original code (only with 1 number) the script is not working for me, lmao. But if i make it functional, it's bugged. So, what's the solution? Aren't any there?. Thanks!.
  7. Ahead

    CreatureEvent [TFS 1.1] Revive System

    Ok, let's go by parts. 1. It seems the error was caused because you must put more than 1 town. The public script in page 1 of this topic got this: for i = 1, #Game.getTowns() do modal:addChoice(i, Town(i):getName()) end It was not working with only one id. I changed it to: for i = 1,2...
  8. Ahead

    CreatureEvent [TFS 1.1] Revive System

    I've disabled this: -- Player -- function Player.allowMovement(self, allow) return self:setStorageValue(STORAGE.blockMovementStorage, allow and -1 or 1) end But as it's said, the only thing it changes is that when i die, i can't move. Console error: I don't understand this also...
  9. Ahead

    CreatureEvent [TFS 1.1] Revive System

    When the monster kills me it's said "Target Lost" and all basic character functions are disabled (attack, for example). I'm "alive" and can move lmao. Help please?. Really want to use this system ^^. Thanks in advance.
  10. Ahead

    [TFS 1.1] Monster Arena

    Which would i have to add to the code if i want people to get removed certain item to take part in the event? Thanks!. Awesome script.
  11. Ahead

    [Back from the old days] Andreew mappings

    1. The mountain itself is awesome. I see it too crowded refering to trees and boxes. FOR ME would be perfect with less of them. Ninja edit: Would even make more space to move. You know, people like to run freely. 2. Like it so much. Remove several grass and it's done!.
  12. Ahead

    Solved Action & Unique IDs

    LOL can i be more dumb?. I have just realised that in the original quest you are able to get only 1 item. For fuck sake, sorry guys and thanks X_X. Thanks for the explanation about IDs Limos ^^.
  13. Ahead

    Solved Action & Unique IDs

    It's seems that the UniqueID is not repeated. And if i change the Action ID to another which is not repeated, i find this: In this case, for annihilator, i got this inside actions.xml: <!-- Annihilator Quest --> <action actionid="2214" script="quests/annihilator/door.lua" />...
  14. Ahead

    NPC [TFS 1.1] Monster Tasks

    Exp given is multiplied by server rates or it's just net?. Thanks!. Nice script <3
  15. Ahead

    Solved Action & Unique IDs

    Hello everyone. I was trying Annihilator Quest in my OTServ and i founded out that i was given Demon Armor only, leaving the message "It's empty" for the rest of the chests (Magic sword, stonecutter axe and present). I remember that i knew how to manage these IDs perfectly and where to look to...
  16. Ahead

    [Znote AAC] TibiaCOM template

    That's account management xD.
  17. Ahead

    Gesior for tfs 1.0 customized

    Why these tons of tables problems D:!?
  18. Ahead

    Gesior2012 TFS 1.0 bug fixes and big update to tibiacom layout

    Lol, i thought i already had put it in the config.lua. Worked! ^^
  19. Ahead

    Gesior2012 TFS 1.0 bug fixes and big update to tibiacom layout

    I've been modifying things after getting the error but couldn't solve it :(. Error occured! Error ID: #C-5 More info: ERROR: #C-5 : Class::ConfigPHP - Key passwordType doesn't exist. File: C:\xampp\htdocs\classes/configphp.php Line: 96 File: C:\xampp\htdocs/install.php Line: 178
  20. Ahead

    Gesior2012 TFS 1.0 bug fixes and big update to tibiacom layout

    Gonna try it ^^. Thank you so much!.
Back
Top