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

Recent content by ecounlimited

  1. ecounlimited

    Solved TFS 1.4 Compiling Issue on Windows

    I am trying to compile TFS 1.4 on Windows using Visual Studio because I would like to be able to start editing the source files to add custom skills and stuff instead of just scripting. The only thing I've done in each of the following tries is create the directory, change config.lua.dist to...
  2. ecounlimited

    Solved Need help with the Annihilator.

    I'm sure this is really easy to do, but I can't get the lever for my Annihilator quest to work. Am I supposed to give it an actionID or something? Am I supposed to edit the coordinates for the lever in a script that I can't find? Using TFS Crying Damson 0.3.6 (8.60). EDIT: Found my answer...
  3. ecounlimited

    Solved How to edit item stats?

    Thanks! It works now. If you could answer another question that'd be great: Why are the IDs for items sometimes split up? Is there a purpose, or were the developers just sloppy? Here's what I mean: As you can see where I highlighted, this item "11114" that came with the distribution is...
  4. ecounlimited

    Solved How to edit item stats?

    I looked everywhere but can't find a tutorial to editing the stats of items. I thought it was as simple as going into items.xml and adding <item id="2490" article="a" name="dark helmet"> <attribute key="weight" value="4600" /> <attribute key="armor" value="6" /> <attribute key="slotType"...
  5. ecounlimited

    Exp from players

    I prefer keeping it the way it was on real Tibia: 1x. Any higher and people can basically create a new character and level it up in one kill without losing much on the main character. Even with 1x experience people still get decent experience from killing someone higher than them, but not a...
  6. ecounlimited

    What would you like to see in a custom OT?

    Just brainstorming some ideas and wondering what people would like to see in a custom OT. What are some features you liked about custom OTs? What are some features you've always wanted to see? I was thinking of adding some themed arenas where people could go to fight. Say you want to challenge...
  7. ecounlimited

    Automatic raids, yay or nay?

    I think predictable raids can be a nice feature. Knowing whether you'll be there for a raid or whether you'll miss it is nice, as well as being prepared and not having to rush out of a hunting spawn. Raids (at least in real Tibia) aren't nearly surprising or dangerous as they once were. If yours...
  8. ecounlimited

    Solved How does "chance" work on a loot table?

    Very true, thanks! Never understood why chance can't just be "percent = 8.9" or something, but I'm getting it now.
  9. ecounlimited

    Solved How does "chance" work on a loot table?

    Here's the loot table for an Ancient Scarab on TFS Crying Damson (8.6): <loot> <item id="2150" countmax="4" chance="1200"/><!-- small amethyst --> <item id="2148" countmax="90" chance="100000"/><!-- gold coin --> <item id="2162" chance="2500"/><!-- magic lightwand --> <item...
  10. ecounlimited

    Best Way to Test a Custom OT?

    Alright, how do these stages look? <stage minlevel="1" maxlevel="49" multiplier="30"/> <stage minlevel="50" maxlevel="99" multiplier="15"/> <stage minlevel="100" maxlevel="149" multiplier="12"/> <stage minlevel="150" maxlevel="174" multiplier="8"/> <stage minlevel="175"...
  11. ecounlimited

    Best Way to Test a Custom OT?

    So I made an entirely custom map with 15x exp rate, 20x magic, 20x skill, and 2x loot rate using TFS Crying Damson. I want to make sure that the exp rate is playable but not too high (I'd like characters to cap out at around 150~200, maybe reaching 300 if they put a lot of time in), and that...
  12. ecounlimited

    How do I change the hitpoints you heal with healthpotsion etc.

    Noob here, but I'll try. :) So for my particular distribution (TFS Crying Damson), there is a file called 'potions' under data>actions>scripts>liquids. The inside of potions.lua looks like this: http://puu.sh/4RwJB.png. Look under local POTIONS and you'll see all of the different potions. For...
  13. ecounlimited

    What word processor do you use?

    Not trolling lol, this is why I asked. xD So you mean you open up your config.lua in command prompt? And you can edit stuff in there?
  14. ecounlimited

    What word processor do you use?

    Just curious. I assume there's probably some pro word processing software out there for scripting and stuff. Like a typical noob, I used notepad for a while but realized the formatting sometimes sucks and when I open a file it'll be really wide. I've been using Wordpad instead and it seems...
  15. ecounlimited

    Let's learn how to use Remere's !

    Isn't this wrong? I tried it with actionid and I could still move the items, but once I used uniqueid instead the items were unmovable.
Back
Top