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

    How much do we like mounts anyway?

    Approach also matters. Either there is 5050505050 mounts to choose from, or for example there is one unique mount for all players (for instance - horse) and maybe 2-3 special mounts. (item shop, quests etc)
  2. Tofame

    C++ monster ranged attack tfs 1.5 are very off is there a way to fix this?

    "Anyway in TFS 0.4 the monste behavior is bad too u.u" No, it isn't if we are talking about the AI, not CPU consumption. They are as reactive as they can be in any TFS. OTX 2 (something like 0.4) (situation on image): is taking 4 up to 4,5% of CPU. --- If you apply available fixes to e.g. tfs...
  3. Tofame

    OTClient Does anyone have a OTC 11+ that accepts .spr

    choose the release tab on the right side of the page. direct link: Release 2.0.1 · mehah/otclient (https://github.com/mehah/otclient/releases/tag/2.0.1) It already contains .exe
  4. Tofame

    Tibia in 3D - How would you design it?

    Metin.
  5. Tofame

    OTClient Free modules scripting (OTCv8 and mehah)

    The purpose of this post is to gather ideas for modules, that other coders might write if they want to. He is a connector. Is this working? Sure, I was thinking about party managment module, Im just not sure whether atm I have time.
  6. Tofame

    Compiling Item Editor Version 7.72 and Objc Builder 7.72

    newest ones work, I'm not sure why are you asking. Proof: (yurots 7.70)
  7. Tofame

    Game Market for OTC

    doesn't look like "insert file, launch and ready", seems like .rar goes into otclient and the game_market.lua looks to me like a group of functions that should be included into tfs and then another .lua script would use them. Not sure though... So, that's how you use it, to whoever here asked...
  8. Tofame

    Banned from otservlist.

    You are the one providing them with a tool that will break / is breaking this rule...
  9. Tofame

    Banned from otservlist.

    doesn't it mean that you count them per ip so if at the same time you encourage them to change their ip one player can be counted as for example 8?
  10. Tofame

    Best engine for 8.6?

    Pointless hate on older versions. Yeah, tfs 1.x is a lot easier to write scripts in, create ots etc. But it's not like those downgrades are bug-free, so the choice is not easy. You'd need to compare those version, what you like more in them and decide. If I were you I'd consider choosing...
  11. Tofame

    TFS 1.X+ Making unmovable objects movable

    it's probably set as unmovable in: a) You are using 10.98 or lower version of tibia: in both object builder / item editor needs to be set as movable. b) You are using version of tibia higher than 10.98, then the apps needed are probably: assets editor and lapis item editor
  12. Tofame

    Lua Thief System TFS 1.3

    yea bro, you can keep upping, but months ago you got an answer that you would need to pay. If no one magically answered in June, I doubt someone will do now.
  13. Tofame

    Spell [TFS 1.4] Summons&Pets

    This post is about summoning pets/summons. There are already scripts on this forum for pet teleport on floor change etc.
  14. Tofame

    TFS 1.X+ /i not creating items with charges over 100

    Use this in your script: local fieryHeadchopper = player:addItem(18407, 1) -- id of fiery, amount of items to give fieryHeadchopper:setAttribute('charges', 200) -- amount of charges to give item with more than 100 charges. You can also use new talkaction, edited /i by me: talkactions.xml...
  15. Tofame

    Found this recently hope you enjoy :) OTCv8 + Sources

    He has the monopoly on OTclient. He made changes so its his right to sell those changes/his time for money. We can be sad that its only for rich (I mean, 30% probably makes OT for fun and never releases, and most of the rest wont cross 5k earnings.) The positive thing is that it cant be leaked...
  16. Tofame

    TalkAction [TFS 1.3+] Prison System [Free Services Order]

    Haha, obligatory work in order to be released. Will be funny to see player's reaction to be sent there xD. Looks good, great job and well explained with the comments.
  17. Tofame

    Compiling [Windows] Compiling on Visual Studio 2022 - Boost Error required 1.53.0 minimum

    You removed your source from google disc. The message says: "Preview is not accessible. Files were moved to the owner's trash bin.". From what I've heard though, it was already resolved for you on github, that you were using outdated src with new compilation method for newest ones.
  18. Tofame

    TFS 1.X+ Item what can be used only by player what get it.

    https://streamable.com/gwyfdc edited it again and it looks like that now. Works fully, and well, enjoy.
  19. Tofame

    TFS 1.X+ Item what can be used only by player what get it.

    woah, I'm so satisfied now, having it completed. Did a lot of testing, looks a little bad atm, but it works so I publish. Both luas go to actions/scripts this was for the chest giving the exp scroll (26434 is ID of the scroll, you will probably have to change it to your own scroll)...
  20. Tofame

    Found this recently hope you enjoy :) OTCv8 + Sources

    Y'all reminded me when I paid 100 PLN for CS:GO and it was released for free. Still hurts, but I live with it..
Back
Top