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

    TFS 0.X Training skills with training monk recive less skills

    LOL i didn't think about use 0.5, it's a pretty nice good idea to make it work But it still with the main problem on this thread... Where the fuck is the function who works like onGainSkillTries 1.0 on 0.4 :D The only thing i found was in: Fir3element/3777...
  2. newby

    TFS 0.X Training skills with training monk recive less skills

    I saw your topic, but what i asked for is just instead If target a Training Monk recive 2x less skills any other train method should gain normal skills I think it is not possible to do on LUA
  3. newby

    TFS 0.X Training skills with training monk recive less skills

    To incentive players to train at risk to be dead, with summons like old times I want to change in my server to if player is targetting/training with a training monk he recive skills/2, i mean 2x more slower I found it on forum a long time ago and couldnt find anymore... The topic i saw take...
  4. newby

    TFS 0.X Max stamina trainer off 6h FREE 12h PREMMY

    i just want to understand why its happen
  5. newby

    TFS 0.X Monster of the day 0.4

    Dont print the print('boost') <event type="death" name="monsteroftheday_onkill" event="script" value="monsteroftheday_onkill.lua"/> local BOOSTED_MONSTER = 56404 local boostedMonstersList = {"rat", "spider", "troll", "orc", "minotaur", "dwarf", "elf", "skeleton", "amazon", "valkirie", "dark...
  6. newby

    TFS 0.X Monster of the day 0.4

    OnPlayer die? [12:58:52.896] [Error - CreatureScript Interface] [12:58:52.896] data/creaturescripts/scripts/monsteroftheday_onkill.lua:onDeath [12:58:52.896] Description: [12:58:52.896] ...a/creaturescripts/scripts/monsteroftheday_onkill.lua:8: attempt to index global 'boostedMonstersList' (a...
  7. newby

    TFS 0.X Monster of the day 0.4

    Thank you all guys, it's working now!
  8. newby

    TFS 0.X Monster of the day 0.4

    This i'll try to fix by myself latter, for now would be amazing have this base --- lib/monster_of_day.lua -- [lib] -- /lib/monster_of_day.lua -- [globalevents] -- <globalevent name="monster_of_day" type="startup" event="script" value="monsteroftheday_oninit.lua"/> -- [creature] -- <event...
  9. newby

    TFS 0.X Max stamina trainer off 6h FREE 12h PREMMY

    It's working! THANK YOU But only one thing, did u know why I have to relog 2x to regen the stamina? I mean, if i get offline 10 min When i first login shows: 19:26 Stamina trainer offline 6h and 20min. Same then 10 min ago So if i relog again in the same second 19:26 Stamina trainer offline...
  10. newby

    TFS 0.X Monster of the day 0.4

    I thought that vars on data/lib could be accessed in every scripts Still that error: [12:38:24.011] [Error - GlobalEvent Interface] [12:38:24.011] data/globalevents/scripts/monsteroftheday_oninit.lua:onStartup [12:38:24.011] Description: [12:38:24.011]...
  11. newby

    TFS 0.X Change potion formula

    I've tried by my own local health = potion.health if(health) then local max = health + getPlayerLevel(cid) * config.healthMultiplier local min = max / 2 local regen = math.random(min,max); doCreatureAddHealth(itemEx.uid, regen) print(regen) return false end But got...
  12. newby

    TFS 0.X Monster of the day 0.4

    There is no global.lua in my 0.4 https://github.com/Fir3element/3777/tree/master/data That was exactly what i made /lib/monster_of_day.lua -- [lib] -- /lib/monster_of_day.lua -- [globalevents] -- <globalevent name="monster_of_day" type="startup" event="script"...
Back
Top