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

    Anyone playing Tibia?

    260 MS Jonera I was lvl 148 when I made this post. Having lots of fun tbh, level 200 summon opens up soooo many creative possibilities.
  2. Leo32

    Complaint Voting on dark theme

    Dark blue was the most aesthetic option. Whoever got rid of it - SHOW YOURSELF, I WILL DECK YOU KENT Edit: In the black theme, I think avatar background fields should be uniform grey instead of that dark grey tbh
  3. Leo32

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    replace: --if primaryType ~= 0 then if resistances[primaryType].Custom ~= 0 then local resistancePercent = (100 - resistances[primaryType].Custom) primaryDamage = (resistancePercent / 100) * primaryDamage end --end with: if resistances[primaryType] then if...
  4. Leo32

    TFS 1.X+ On health/mana change options?

    The trick is to funnel onManaChange and onHealthChange through another function. So boosts/reductions work properly regardless if the player has magic shield up or not. Like this (non revscriptsys example): -- Everything is funnelled through this function statChange(creature, attacker...
  5. Leo32

    Medivia - discussion and announcement of a new world Unity

    Graphics up-scaling is an absolute chad move, gj 👍
  6. Leo32

    Spell [TFS 1.X] Shield Bash

    https://github.com/Leo32onGIT/forgottenserver/commit/7fe1e620c926020236f19bd314a8f65b2268841a Make sure emotespells is false too: https://github.com/Leo32onGIT/forgottenserver/blob/master/config.lua.dist#L78
  7. Leo32

    Spell [TFS 1.X] Shove

    I've edited the main post to fix this. It should just work now.
  8. Leo32

    Spell [TFS 1.X] Shield Bash

    Oh right, setCondition is deprecated now, replaced with addCondition. I've updated the script in the main post. This works I guess: I can't see why there'd be a problem with it going through the combat object tho: combat:addCondition(stun) combat:addCondition(mute) Gj 👍 I'll test this and...
  9. Leo32

    [Discussion] TFS direction (to do list/new milestones)

    @Lessaire I understand what you're saying but having a live CI environment has hosting costs and relies on a maintainer. I don't see that being realistic, just my opinion tho. having well thought out test maps/test talkactions in the TFS repo itself or a testing branch that is stream-lined to...
  10. Leo32

    [Discussion] TFS direction (to do list/new milestones)

    You're over-complicating things @Lessaire. What he's asking for a testing environment, a datapack with a map and tools to assist in testing and scripting - Its a solid idea imo. Something similar to this...
  11. Leo32

    Looking for advanced amulet of loss system

    Cbf writing it, but that's where you need to make the changes: https://github.com/otland/forgottenserver/blob/8f66d20e45df4652ddcd794632980af5bc424ae0/data/creaturescripts/scripts/droploot.lua#L6-L22
  12. Leo32

    [Discussion] TFS direction (to do list/new milestones)

    I would rather have a good & clean stable distro play real tibia with good performance, than the abomination that OTX and otservbr opentibia is. Define what you actually mean, cause your train of logic is just anti-ot with extra steps. If all you think about is P E R F O R M A N C E then you're...
  13. Leo32

    [Discussion] TFS direction (to do list/new milestones)

    @Yamaken I dont think you see the value in the client feature parity. The reason the otservbr fork is steamrolling ahead is because new things in Tibia keep pushing them (there is an objective driver that fuels dev). Current 12.X support is done in a way where it doesn't care what client you use...
  14. Leo32

    Make custom 12 client

    Just a heads up if you just need it pointing to 127.0.0.1 or localhost: https://forums.otserv.com.br/index.php?/forums/topic/167933-otservbr-global-cliente-tibia-12/ If you cant get anyone to do this for you, here is the tool you need to change the IP yourself...
  15. Leo32

    Call to community at TFS GitHub

    Anyone who hates on @Evil Puncker and his commits is objectively a stupid person. You cannot have unproductive activity in git, this is by design. Even this is a helpful contribution attempt as it shines light on a common misconception about % stacking. Every contribution is a win-win.
  16. Leo32

    [TFS 1.x] List of missing TFS features from Cipbia

    RE: Clients on 11+ where hidden health bars are now broken: https://github.com/opentibiabr/otservbr-global/pull/1053
  17. Leo32

    New: What song are you listening to thread

    Youtube audio sucks for this song, so spotify link:
  18. Leo32

    Some thoughts on the community openness direction

    RE: Unity stuff OTC is dead unless someone maintains it. Edubart/Kondrah don't want to and it seems no one else here does either. So its dead(?) The inefficiencies of using unity as a base is trumped by its commonality, more access to resources and tools etc etc Might be more resistant to the...
Back
Top