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

    Compiling [HELP] TFS 1.0 Shared Exp

    I have this other tfs 1.0 and party.cpp is different, as would be in this format? Dragon lord = exp 21k ALL player shared exp party 21k xp My party.cpp http://pastebin.com/eMz9982H is that part should I change? void Party::shareExperience(uint64_t experience) { uint32_t shareExperience =...
  2. kaiquefb

    Compiling [HELP] TFS 1.0 Shared Exp

    or another format. The same exp for everyone. Dragon lord exp = 21k 2 player in the party = 21k for all 5 player in the party = 21k for all 20 player in the party = 21k for all
  3. kaiquefb

    Compiling [HELP] TFS 1.0 Shared Exp

    How would the shared exp in this format Example. Normal Exp 10x 2 player party exp = 15x 3of the6 player party exp = 14x 7of the18 player party exp = 13x 19of the999 player party ( Normal ) 10x
  4. kaiquefb

    Compiling [HELP] TFS 1.0 Shared Exp

    and if this method as is the code Example. Normal Exp 10x 2 player party +50% exp = 15x 3-6 player party +40% exp = 14x 7-18 player party +30% exp = 13x 19-999 player party ( Normal ) 10x
  5. kaiquefb

    Compiling [HELP] TFS 1.0 Shared Exp

    yes
  6. kaiquefb

    Compiling [HELP] TFS 1.0 Shared Exp

    Okay, And in this format, you could explain to me how it works? size_t size = vocationIds.size(); if (size > 1) { extraExpRate = size * (10 + (size - 1) * 5) / 100.f; } else { extraExpRate = 0.20f; } }
  7. kaiquefb

    Compiling [HELP] TFS 1.0 Shared Exp

    Hello, Use TFS 1.0 and would like to fix the shared xp. Every vocation entering the party 20% + regardless of vocation EXP, only 20% + per player. when we reach 5 or more player he is at the maximum of 100%. So if xp is 10x with 5 or more player to xp will be a maximum 20x Example. Normal Exp...
  8. kaiquefb

    [USA] Jerons Global Full 10.53 + Oramond + No Missions | Start 21/02/2015

    it doesn't matter is just a print screen of the same maps. As far as I know the servers are open tibia. then it is not of his authority;] @Edit - I replaced the images;]
  9. kaiquefb

    [USA] Jerons Global Full 10.53 + Oramond + No Missions | Start 21/02/2015

    Connection: IP: jerons.net Port: 7171 Client: 10.53 Website: http://www.jerons.net/ Rates: Custom Exp: 400x Skill Rate: 20x Magic Rate: 7x Loot Rate: 4x Frags to Red Skull: 10 Frags to Black Skull: 15 Dedicated Information: Intel Xeon E5-1650v2 6c/12t 3,5 GHz+/3,9 GHz+ 1x 1 Gbps / SSD RAID...
  10. kaiquefb

    Linux GESIOR / Forbidden - HELP

    When I try to create any account or character, it happens sometimes. So I go out I do everything the same again and as a magic pass works, so that it bothers some vesses can create acc other vesses not. wish someone ajudace me solve that little problem
  11. kaiquefb

    Linux GESIOR / Forbidden - HELP

    My index.php <?php // comment to show E_NOTICE [undefinied variable etc.], comment if you want make script and see all errors error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE); // true = show sent queries and SQL queries status/status code/error message define('DEBUG_DATABASE', false)...
  12. kaiquefb

    Linux GESIOR / Forbidden - HELP

    Help me =/
  13. kaiquefb

    Linux GESIOR / Forbidden - HELP

    did not work
  14. kaiquefb

    Linux GESIOR / Forbidden - HELP

    I have done this and it did not work. I can create normal account. only appear this message. It happened after I reset my server. (Wiped the database)
  15. kaiquefb

    Linux GESIOR / Forbidden - HELP

    Can someone help me? I have this error on my website / Gesior. I can create account, and regular character. The problem is that this message is appearing all time. Forbidden You don't have permission to access /index.php on this server. Apache/2.2.22 (Debian) Server at xxxxxx.net Port 80
  16. kaiquefb

    VIP System TFS [1.1]

    you are fantastic. Thanks for content.
  17. kaiquefb

    Lua Delay on buying container

    very good. Thank U.
  18. kaiquefb

    Lua Delay on buying container

    Can you help me edit?
  19. kaiquefb

    Lua Delay on buying container

    Let's forget this code. Anyone know how to put delay in npc's time to buy an item?
  20. kaiquefb

    Lua Delay on buying container

    I already edited so that did not work. My container.cpp this so ** I use tfs 1.0 **
Back
Top