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

    TFS 0.X How to change MAX stamina?

    1- now players are starting with 33 stamina, this looks working 2- idk why it is not working looks like exp bonus buff is not working (the debuff is working, after 13:59 it decresse the exp to 0.5) rats add 5 exp on kill <monster name="Rat" nameDescription="a rat" race="blood" experience="5"...
  2. gmstrikker

    TFS 0.X How to change MAX stamina?

    with your sources changes, a make clean, a new make then an new character created with this config.lua rateStaminaLoss = 200 rateStaminaGain = 6 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 30 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 60...
  3. gmstrikker

    TFS 0.X How to change MAX stamina?

    Oh thank you man, i want this so much... But i didn't find both... on https://github.com/Fir3element/3777/blob/master/src/luascript.cpp https://github.com/Fir3element/3777/blob/master/src/player.h There isn't a lot about stamina on the sources: https://github.com/Fir3element/3777/search?q=stamina
  4. gmstrikker

    TFS 0.X How to change MAX stamina?

    this is so important to me, idk how to do :(
  5. gmstrikker

    TFS 0.X How to change MAX stamina?

    bump
  6. gmstrikker

    TFS 0.X How to change MAX stamina?

    it was not made for 8.6 servers, years ago when i test i had to use a conversion u mean this: Making migration from 0.4 to 1.x easier · Issue #3111 · otland/forgottenserver (https://github.com/otland/forgottenserver/issues/3111?) i'll test this 1x again but back about the topic, i have only 2...
  7. gmstrikker

    TFS 0.X How to change MAX stamina?

    Would be amazing :(
  8. gmstrikker

    TFS 0.X How to change MAX stamina?

    do you have a 8.6 server running or are u just repeating what some other forum members says? this was officially made by 8.6, it is not a conversion with other bugs, i got 400 hours of uptime by running with this... different from last year when i try to run a conversion of 1x i would love to...
  9. gmstrikker

    TFS 0.X How to change MAX stamina?

    does anyone have any idea what it might be?
  10. gmstrikker

    TFS 0.X How to change MAX stamina?

    this is so important to me :(
  11. gmstrikker

    TFS 0.X How to change MAX stamina?

    I would like to limit stamina for 33 hours instead of 42 Also change green stamina from 42-40 to 33-30 How to do it? I've search on sources and found all of this: https://github.com/Fir3element/3777/search?q=stamina https://github.com/Fir3element/3777/search?p=2&q=stamina The only thing i...
  12. gmstrikker

    TFS 0.X Advanced guild system - Install SQL error

    if we manage to install this, it is already done guild task: https://xtibia.com/forum/topic/231360-ags-guild-task/ guild bank: https://xtibia.com/forum/topic/227597-ags-guild-banker/ bump bump bump bump bump bump
  13. gmstrikker

    [Map] Roshamuul on 8.6 :D

    Looooool all those sprites are in 8.6 client? :O
  14. gmstrikker

    TFS 0.X Advanced guild system - Install SQL error

    In tibia there is no such thing of guild team play, but in other forum i found a system that can make possible to do: Guild Rank; Guild Tasks; Guild Banker. But i couldn't install the lib to make it work and i need some help Installing: CREATE TABLE `guild_storages` ( `guild_id` int...
  15. gmstrikker

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'OF r

    1 CREATE TRIGGER `guilds_update` AFTER UPDATE ON players BEGIN UPDATE players SET guild_id = IFNULL( ( SELECT guild_id FROM guild_ranks WHERE id = rank_id...
  16. gmstrikker

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'OF r

    I need to run: CREATE TRIGGER `guilds_update` AFTER UPDATE OF rank_id ON players BEGIN UPDATE players SET guild_id = IFNULL( ( SELECT guild_id FROM guild_ranks WHERE id...
  17. gmstrikker

    TFS 0.X [C++] Show spells when MLVL up deppeding on vocation

    I think u solve our problem Thank you so much!
Back
Top