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

    ISP Doesn't allow port forwarding. Alternatives?

    I'm trying to run a server from my pc at home, but, since my router is lent by the ISP, I don't have access to it. I've tried talking to the company that provides it but they do not allow any kind of port forwarding except for some security cameras stuff. Is there any way to work around this so...
  2. Siegh

    Simple Question about LUA

    Hello! This is a part of a script of a weapon damage formula that I'm using. It works perfectly fine, the damage is calculated and dealt to the target. My question is: I'm trying to add a function that will add a portion of the damage dealt to your SP but I'm not sure how to relate the addSoul...
  3. Siegh

    TFS 1.X+ Help with onDeath creaturescript function crashing the server

    I'm having a problem with this script. I've tried doing similarly as an onKill too but I ended up with the same issue. It works fine when I test it, but when I kill a lot of these monsters at the same time, the server crashes. function onDeath(creature, corpse, killer, mostDamageKiller...
  4. Siegh

    [1.2] Help with getSlotItem function returning nil

    So, I have this in one of my weapons scripts which is supposed to check whether you have a certain necklace equipped and, if yes, you gain 1 soul. It works fine, but it returns an error on my console if I don't have any necklace equipped. if player:getSlotItem(CONST_SLOT_NECKLACE).itemid...
  5. Siegh

    How to make SP always regenerate?

    Well, I'm using SP for a different purpose on my project and I'd like it to always regenerate even if I haven't killed any creature recently. Is there a way to fix this?
  6. Siegh

    Hi it's Siegh here (from Thronar/Fenris), join us for my new project!

    Hello! Some may still remember me from Thronar and Fenris, which are two of my old projects which have been very well received by this community back then. Well, I'm back and working daily on a new project of mine called Lloegrys! I'm inviting everyone that's interested into knowing what is...
  7. Siegh

    [Brazil][9.86] Fenris

    Client: 9.86 IP: 179.107.200.195 Port: 7171 Acc Manager: 1/1 I'm hosting a test server thats lasting almost a week right now, please joins us! ~ For those who crave for new challenging experiences on the world of OT, I present you my new project Fenris! What is Fenris you may ask? And...
  8. Siegh

    Lua Checking my target's name from an array

    Hello, as the thread's name implies, I'm trying to, in a spell, check my target's name if it matches a few entries written in an array inside the global.lua. Here's what I mean: global.lua undeadCheck = {("Skeleton"), ("Skeleton Guardian"), ("Blood Skeleton"), ("Apparition"), ("Ghoul")...
  9. Siegh

    [LUA] Simple Issue

    Hello, I'm having a supposedly very simple issue. What I need basically is to check if the player's equipped weapon corresponds to a list of ids. I'm adding these to the global.lua so I can utilize in multiple scripts easier. The problem is it's returning as false even when I clearly wield an...
  10. Siegh

    [Brazil] Fenris - Alternate Tibia Server (A legacy from Thronar)

    Fenris will be coming for a open beta very soon! Please check the discussion thread for more information: Fenris - Alternate Tibia Server (A legacy from Thronar) What is Fenris you may ask? And what is Thronar? First, Thronar was my old project which I've worked alone on for several...
  11. Siegh

    Lua Quick help on a NPC

    Hello =D, I need a quick help on this issue I'm having with a script. The thing is, I don't know how to do this on Lua even though it's probably pretty basic. elseif msgcontains(msg, "withdrawn") then npcHandler:say("How much do you wish to withdrawn?",cid) How do I get the answer from...
  12. Siegh

    One-time Raids

    Hello, I'm attempting to use the default raids as a rare spawn kind of thing. What I mean is that every X minutes, there is a small chance of some monster spawn at y location. The problem is that since my desired intervals and chances aren't very hard to occur, it often causes the raid to...
  13. Siegh

    Siegh's Mapping Showoff (new project)

    Hello, I will be posting a few pictures of my new project called Fenris here :D Check it's discussion thread in my signature too if you're interested! One of the gates of the main city! The weapons shop! He also teaches some skills! The tool shop. It's pretty simple but has a neat look in...
  14. Siegh

    Fenris - Alternate Tibia Server (A legacy from Thronar)

    For those who crave for new challenging experiences on the world of OT, I present you my new project Fenris! What is Fenris you may ask? And what is Thronar? First, Thronar was my old project which I've worked alone on for several years. It went online maybe 3 or 4 times and made a...
  15. Siegh

    Lua Checking whether a player is targetting something.

    Hello, I need help on some quick subject, I haven't been able to find this exact issue on other threads so far. I simply needs to change variables when casting a spell, and the desired condition is whether the caster is or not targetting a creature. Here is what I'm working with so far (didn't...
  16. Siegh

    Siegh's Mapping Comeback

    Hey OtLand, Im back after a really long time-off from OTs and stuff. Im not currently working on Thronar (I havent abandoned it for sure tho), what Im back for is to map for now. Im looking for ideas and suggestions of what to map, just so I can get myself motivated again somehow, so please give...
  17. Siegh

    Lloegrys, a side project

    I suppose some here know me from Thronar, my other project, which, while I havent abandoned, is on a long pause. Now Im here to talk something new: a completely innovative project that goes even further away from normal tibia than Thronar does! It's basic concepts revolve around a huge city...
  18. Siegh

    Problem with removing/adding outfits

    Hello, Im currently using the newest TFS 0.2.15 for 9.81 and Im trying to make players start with only the commoner outfits and be able to acquire others through specific conditions not needed to be mentioned. Ive tried disabling them through the outfits.xml and adding them back with the...
  19. Siegh

    A function with a param spell

    Ive been trying to script something related to a param spell (such as exura sio, which requires a name between " " to work). The problem is, I cant find a way to reach the target of the spell, since its not by normal targetting (right clicking). My request is that someone please make this below...
  20. Siegh

    Solved How to make random set values?

    I know you can make random values like this for instance: math.random(1,100) But how to make a random that works only with certain numbers? For instance, Id want a script to randomize between some item IDs, like 1540 or 1753 or 11235. Is this possible?
Back
Top