• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Progenosis

    Lua Give extra % magic or physical damage to sets.

    Thanks, this really helpsme a lot!!
  2. Progenosis

    Lua Give extra % magic or physical damage to sets.

    I come here to ask for a little help, I've inserted some sprites to my server, those are two different sets. What I want is not just giving to them extra skills properties but to give them extra percentage for magical and physycal damage, for example: X Hat + 10% Magic damage X Armor + 20%...
  3. Progenosis

    Windows !rank bug 9.6

    It's solved now, this is how the script is now working 100% function onSay(cid, words, param) local ranks = { ['fist'] = {0}, ['club'] = {1}, ['sword'] = {2}, ['axe'] = {3}, ['distance'] = {4}, ['shield'] = {5}, ['fish'] = {6}, ['magic'] = {7}, ['level'] = {8} } local msg = string.lower(param)...
  4. Progenosis

    Windows !rank bug 9.6

    Do you know what item ID can I use?
  5. Progenosis

    Windows !rank bug 9.6

    Still debuggs the client :( Please help!
  6. Progenosis

    Windows !rank bug 9.6

    I have a 9.6 server starting to run these days, and there's a bug when players do command !rank I'm using TFS 0.3.7 This is the script: function onSay(cid, words, param) local ranks = { ['fist'] = {0}, ['club'] = {1}, ['sword'] = {2}, ['axe'] = {3}, ['distance'] = {4}, ['shield'] =...
  7. Progenosis

    [9.6] Yasir's Boat 100%

    Really interesting! Ty Saludos!
  8. Progenosis

    NPC Towncryer

    Thanks for this! Saludos!
  9. Progenosis

    Port Forward issues - [Need Help]

    No information for Technicolor modems :(
  10. Progenosis

    Port Forward issues - [Need Help]

    So I have a new modem Technicolor model (TG582n) but I can't figure how to open ports, I need to open port 7171 and port 7172. If someone could give me a hand then I'll apreciate it very much Thanks in advance :) Edit: Double post sry :/ please an admin delete this post
  11. Progenosis

    Forward ports in Technicolor TG582n - need help

    My ISP recently changed my modem and now I have this one (Technicolor TG582n) Could someone help me to forward ports in this modem? I tried but I failed :/ Need to open ports 7171 and 7172 for tibia OT Thanks in advance! :)
Back
Top