• 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

    Enchanted Gems for imbuement properties

    Im running TFS 1.4 Im try to basically create copies of enchanted gems and have them give imbuement properties such as critical/mana leech/life leech Basically I want to make it so you can use an enchanted gem on a piece of gear and it then enchant the gear with say life leech for 20 hours...
  2. P

    Loot Channel Help

    This is my loot.lua script that ive been trying to get working for a independent loot channel. It doesn't actually show any loot in the channel and it also announces whenever any player joins the channel. I just want it to show loot in this channel instead of server log and I want it to only...
  3. P

    Temple Spawn Location

    Ok, so when someone creates a new character they have 3 options of towns to choose from, however they always spawn in what was previously a rookguard area that no longer exists. How can I fix it so they actually spawn at the town of their choice instead of this specific spot everytime? // Town...
  4. P

    Znote website Editing News

    I am trying to figure out how to edit the news on my website. I'm sure i've overlooked it but I just can't seem to find the correct files to edit the news
  5. P

    Help with Leech/Mana Leech

    I'm running TFS 1.4 on 10.98 I'm trying to script Life Leech/Mana Leech. Any method to add these are greatly helpful. I would prefer to add them to a single item and give the effect to an amulet or weapon etc. However, if it would be easier to just add a general script to give it to all...
  6. 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?
  7. 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...
  8. 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...
  9. 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"...
  10. 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"...
  11. 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
  12. P

    How to make server public

    I am using TFS 1.4 with Uniform Server and Znote Acc. How can I setup my server to public and not just localhost like it currently is?
  13. P

    AAC Znote Acc setup errors

    I have TFS 1.4 with Uniform Server and trying to setup Znote ACC but when I goto localhost i get the following This page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500 When I goto the error logs to find the issue it says this : [Tue May 10 09:09:40.311512...
  14. P

    Quest 9.6 TFS REM Editor

    Ive been trying to figure out how to make quest for last 2 days and still haven't got it done. I've tried puttin action id 2000 then unused uni id and items in chest but it doesnt work at all. If some1 could explain how to do a simple chest item quest then a pick only 1 reward id be pretty happy.
  15. P

    Crit Chance

    criticalHitChance in config is it design to be a % or 1-10? Is lower or higher: better or worse? Also is there any way to change the multiplier, so the crit doesnt hit so much, on my server it sometimes tripples and 500 dmg becomes 1500. - - - Updated - - - Bump - - - Updated - - - bump -...
  16. P

    Mapping Errors

    I keep getting map errors about tiles that are outside the map off in the 65500's and biggest map goes is 65000x65000. I tried removing items unreachable and that cleans them and when i try to save map it crashes and now it corrupts my spawns and houses. Can anyone help me with my problem?
  17. P

    Making custom ability/spell

    I was wondering if it is possible to have lifesteal lifesteal-When dealing damage heal for a specific amount or % of the damage dealt
  18. P

    Linking account manager to Website

    I was just wondering if someone can give me step by step guide on how to remove account manager and make it so you create everything on website. If you can explain this or link me to somewhere that can that would be great Thanks in advance.
  19. P

    Scripting problems with custom classes

    I am having trouble with custom classes scripting as no matter what i try I get an error somewhere I am trying to add 6 additional custom classes on top of the original 4.
  20. P

    Custom weapon scripting problem

    I want it to use fist fighting and what i'm trying to figure out is how i can make a weapon that actually advances the "Fist Fighting" Skill.
Back
Top