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

    Anni Quest only 1 item only help

    I was able to make this work for 1 quest, I copied and pasted and changed the UID and AID. There's no errors the chest just keeps telling me it's empty 1656040251 What am I missing? --[[ inquistion-style chests. This script goes into data/scripts as a .lua file 1) Place 2+...
  2. P

    Help with Imbuements

    I'm running TFS 1.4 and I'm trying to find a way to add Imbuements. Is this even possible and if so how can I do this?
  3. P

    Blessings NPC not working

    ty it works perfectly now
  4. P

    NPC Soft Boots Repair NPC

    I managed to import the npc into editor but doesn't appear in my server. What am I missing? <?xml version="1.0" encoding="UTF-8"?> <npc name="Bootsy" script="bootsy.lua" walkinterval="2000" floorchange="0"> <health now="150" max="150" /> <look type="146" head="114" body="88"...
  5. P

    Blessings NPC not working

    IT WORKS! thank you so much. The only issue i'm having now is that instead of actually saying player name it says " |PLAYERNAME| " npcHandler:say("You have been blessed by all of five gods!, |PLAYERNAME|.", cid)
  6. P

    Blessings NPC not working

    server code has this error with that code still not working [Warning - NpcScript::NpcScript] Can not load script: bless.lua data/npc/scripts/bless.lua:50: 'then' expected near ')'
  7. P

    Blessings NPC not working

    It has this error is server log and the NPC isn't loaded in game at all [Warning - NpcScript::NpcScript] Can not load script: bless.lua data/npc/scripts/bless.lua:1: '(' expected near '.' [Warning : Tyoric] NpcSystem: Parameter(s) missing for item: modified crossbow 8849 nil...
  8. P

    Blessings NPC not working

    I'm trying to make blessing NPC sell all 5 blessings at once for a flat 50k. Currently its not working the second code in this post is the error I getting on server log whenever I try to purchase blessings in game. Any help is appreciated. Any script will work as no matter how basic as long as I...
  9. P

    Anni Quest only 1 item only help

    Did that item is still sitting in the chest
  10. P

    Anni Quest only 1 item only help

    What am I doing wrong? <action uniqueid="30005" script="Inq-Chest.lua" /> <action uniqueid="30006" script="Inq-Chest.lua" /> <action uniqueid="30007" script="Inq-Chest.lua" /> <action uniqueid="30008" script="Inq-Chest.lua" /> <action uniqueid="30009" script="Inq-Chest.lua"...
  11. P

    Players randomly getting kicked

    I have TFS 1.4 on 10.98 client While my server is running players randomly disconnect and cannot reconnect until I restart the server. The server log doesn't show any issues and my own char accessing server locally never has any issues. The disconnections are random and inconsistent when it...
  12. P

    Yasir 10.98 1.4 TFS .xml

    I spent days trying to recode a Yasir that has all the creature items that should be in 10.98 and older and here it is! <?xml version="1.0" encoding="UTF-8"?> <npc name="Yasir" script="default.lua" walkinterval="2000" floorchange="0" > <health now="150" max="150"/> <look type="146"...
  13. P

    Help with my Yasir Script

    Thanks for all your help but I have finally figured it out and have a completed and working Yasir! <?xml version="1.0" encoding="UTF-8"?> <npc name="Yasir" script="default.lua" walkinterval="2000" floorchange="0" > <health now="150" max="150"/> <look type="146" head="101" body="129"...
  14. P

    Help with my Yasir Script

    10.98 your script didn't work also, wouldn't load into server.
  15. P

    Help with my Yasir Script

    Tfs 1.4 I'm new to this. My buddy gave me the server to host because he doesn't have time and Ive been working on improvements. I saw somewhere someone doing individual lines, so I figured it would work instead of one long line. My buddy created an npc and doesnt have a .lua so I figured I...
  16. P

    Help with my Yasir Script

    I did remove the lau file and switch to default.lau on my xml something in his script completely removes the npc from my map. My script doesn't allow me to trade with npc but he is on my map. 1654527708 My updated script clearly states, script="default.lua"
  17. P

    Help with my Yasir Script

    Xikini doesn't solve my issue of him not trading with me and his code doesn't put him in the game unfortunately.
  18. P

    Help with my Yasir Script

    I actually just finally got him into the game lol, by removing all that extra stuff. So my next question is do I need to have a .lua file for him or the xml is enough? 1654484700 I've fixed my code and is he now in the server but all I can do is say hi to him, he no longer will trade. Anyone...
  19. P

    Help with my Yasir Script

    RME isn't accepting this .xml for my Yasir keeps saying wrong format. Any help would be appreciated <?xml version="1.0" encoding="UTF-8"?> <npc name="Yasir" script="yasir.lua" walkinterval="2000" floorchange="0" access="3"> <health now="150" max="150"/> <look type="146" head="101" body="129"...
  20. P

    Anni Quest only 1 item only help

    Im trying to make Anni quest just like original where you can only get 1 item, but right now its allowing you to get all the items. How can I fix this so it shows the other chests are empty once 1 of them is looted? I'm running TFS 1.4
Back
Top