• 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

    It worked perfectly, thanks :0
  3. 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...
  4. Siegh

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

    Works perfectly, thanks :)
  5. Siegh

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

    Oh, so if the orange message is the reason, I assume I can just live without it. So by removing it, the crashes are dealt with? I can alternatively use a different function to send the message at the appropriate position instead of being said by the creature.
  6. 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...
  7. Siegh

    [1.2] Help with getSlotItem function returning nil

    Thanks Shalaby that work, that's the check I needed. Just wanted to mention the CONST_SLOT_LEFT check wasn't necessary, it was there by mistake. Cheers.
  8. Siegh

    [1.2] Help with getSlotItem function returning nil

    The situation is literally the same, I don't need to post it completely cause it's a big one and it's still under work. I just need assistance with the returning nil error on the console part. Edit: it had a wrong line with CONST_SLOT_LEFT by mistake, it was supposed to be necklace only.
  9. Siegh

    [1.2] Help with getSlotItem function returning nil

    function onUseWeapon(player, variant) function onGetFormulaValues(player, skill, attack, factor) local min = (((player:getLevel() * 4) + (attack * (skill*0.1)))/3) local max = ((player:getLevel() * 4) + (attack * (skill*0.1))) return -min, -max end...
  10. 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...
  11. 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?
  12. 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...
  13. Siegh

    [Brazil][9.86] Fenris

    Yes, of course. I'm fixing as much errors as I can atm, then I'll be able to expand the hunting grounds, which is what we lack right now.
  14. Siegh

    Fenris - Alternate Tibia Server (A legacy from Thronar)

    New IP to join the test server: 179.107.202.117
  15. Siegh

    [Brazil][9.86] Fenris

    New IP to join the test server: 179.107.202.117
  16. 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...
  17. Siegh

    Fenris - Alternate Tibia Server (A legacy from Thronar)

    Yes, you are ^^ Both are still included in this version
  18. Siegh

    Fenris - Alternate Tibia Server (A legacy from Thronar)

    Out of the blue, I'm hosting a quick test server with a few friends to test out the current progress of Fenris's development. If anyone wants to join: Version: 9.86 IP: 179.107.200.195 I'm not sure if I'm allowed to post this link here, but here it is a working tibia 9.86 download site. Tibia...
Back
Top