• 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

    Tibian - An OTServ List for 2020

    Fantastic.
  2. Leo32

    Some thoughts on the community openness direction

    [being so blackpilled by the ot community that you go back to playing rl tibia] 2020 vibes.
  3. Leo32

    Do not use/buy OTC V8

    I think Nekiros comment on discord summed this up quite well: OTCv8 is a cool client for players playing existing vanilla ots. But its trash for developers. It will die a slow death for that reason, you cant monetize the player-base directly unless you restrict and paywall a feature players...
  4. Leo32

    TFS 1.X+ sendCreatureHealth issue with clients 11+

    I stumbled across this a few weeks ago too. It seems the 0x8c packet has changed, but we haven't aligned it on the TFS end. https://github.com/opentibiabr/otservbr-global/issues/962 https://github.com/opentibiabr/otservbr-global/pull/1053 The solve requires using this to figure out how 0x8c...
  5. Leo32

    TFS 0.X Invisible utana vid

    Using /ghost like that isn't really the right way to do it. An appropriate solution would be to create a new condition CONDITION_STEALTH (maybe re-use the magic shield icon) via source Target and change monster behavior and player visibility that way. Planning to create this as a vayne-like...
  6. Leo32

    TFS 1.2 / Master Distro

    master is bleeding edge and still targets 10.98. TFS 1.0/1.1/1.2 are tags for the source code that makes up the official releases: https://github.com/otland/forgottenserver/releases
  7. Leo32

    [Store System] Call to developers

    My hunch is @kondra will add this to his OTCv8-TFS fork. This is tied to the OTC issue and client tether issue imo. If we were up-to-date with the protocol we could have a suitable game store base to work off. @Evil Puncker you need to PM me on discord or open up your pms on otland or something.
  8. Leo32

    [Store System] Call to developers

    <cough> A game store has lots of valid uses outside of milking your players. Think of its other utility uses, the shipped code imo should be catered to using the store like a NPC shop (lets not feed into predatory micro transactions). i.e. The currency could be either of these things: regular...
  9. Leo32

    Lua [TFS 1.3] Help with script logic

    Love ya work boys <3
  10. Leo32

    Lua [TFS 1.3] Help with script logic

    Missing return true? Looks fine.
  11. Leo32

    Lua [TFS 1.3] Help with script logic

    Wanna post the whole thing? What does each check return? Specifically: local tile2 = Tile(toPosition) if tile2 and item:getAttribute("wrapid") then print(tile2:hasFlag(TILESTATE_HOUSE)) if not tile2:hasFlag(TILESTATE_HOUSE) then...
  12. Leo32

    Applying negative conditions

    With poison it will not add damage it will just add more ticks afaik (unless you apply poison with higher dmg). This looks like its what its doing yeah?
  13. Leo32

    [USA] [EU Proxy] Cyntara v15-s2 [Custom Client w/ Vanilla Look] | Launch December 16, 2022 4:00pm EST

    Iryont is not a contributor, he is a gatekeeper like wibben: https://github.com/edubart/otclient/commits?author=iryont https://github.com/otland/forgottenserver/commits?author=WibbenZ They dont do much anymore - just symbolic authority for no reason, old rot. If Iryont or Diath has private repo...
  14. Leo32

    [USA] [EU Proxy] Cyntara v15-s2 [Custom Client w/ Vanilla Look] | Launch December 16, 2022 4:00pm EST

    Eh ive always thought this project was a conflict of interest for a staff member to host. Red hasnt contributed to otland since '14 and keeps one of the most needed contributions (stable, fleshed out client) to himself. Its just yucky.
  15. Leo32

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

    This is also worth creating a PR/merging: https://otland.net/threads/optimizing-tfs-pathfinding.257868/ Here is the abandoned PR (revision?) Because it seems to work. @Nekiro did the cautious monsters fix. Could do this and claim the $100? https://github.com/otland/forgottenserver/issues/922
  16. Leo32

    Programmer LF c++/lua teacher for ots

    https://discordhub.com/profile/313911524475535364 Message me with questions on discord. Can find me as Leo32 on the OpenTibia or Otland discord.
  17. Leo32

    How to make a good balance?

    This isn't a click and run thing, you would need to build the statistics system. How you would do it? Use onHealthChange() and onManaChange() (register on both players and monsters). Use onGainExperience() to get exp numbers. Put all this into a table, or save to the db or w/e You would solve...
  18. Leo32

    How to make a good balance?

    Look at what is measured in league of legends endgame graphs. damage done/healing done/damage taken etc etc. Gather that data from players automatically via scripts. Balance accordingly. Congratz you're now more competent than cip.
  19. Leo32

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

    I see no reason why it wouldn't.
Back
Top