• 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!

Recent content by roriscrave

  1. R

    TFS 1.X+ TFS 1.3 - Doubt About Outfits.

    Need help yet. How can i set some outfits with storages? If player have storage (100 , 1) - appears outfit X. if player have storage (101, 1) - appears outfit Z I use otcv8, probably need some edit here, but i dont know how...
  2. R

    Lua put exhaustion on this item, or time to use again

    function onUse(cid, item, frompos, item2, topos) local ppos = getPlayerPosition(cid) local temple = getPlayerMasterPos(cid) -- Define ExhaustTime local exhaustTime = 5 local lastUse = getPlayerStorageValue(cid, 12345) -- Define storage value if (os.time() -...
  3. R

    TFS 1.X+ Tfs 1.2 (8.6) for tfs 1.6 (8.6 - Nekiro)

    It's very stable, I've never had any problems. but over time I like to always keep it updated. I started with 0.4 and over time it became obsolete, until I migrated to 1.2 (it took months of work to migrate all the codes). Now I don't know whether to migrate to 1.5 or wait for a while longer
  4. R

    Market system tfs 1.5 protocol 8.6

    this Game Marketing can be implemented in source 1.2 for 8.6?
  5. R

    TFS 1.X+ Tfs 1.2 (8.6) for tfs 1.6 (8.6 - Nekiro)

    Hello everyone, I have been using tfs 1.2 for a long time. My source has several modifications, I note all of them. I'm thinking about migrating it (1.2) to the most current Nekiro version (1.6), is it a good choice?! I have all the changes I made to the source noted, so I could migrate to the...
  6. R

    OTClient OTCV8 - Show change language in first login

    How can we do it in otcv8, to send the language change screen on the player's first login?
  7. R

    Programmer Paid to fix the bug in marketing (tfs 1.2)

    Hello, I'm trying to install the marketing system 8.6 for tfs 1.2 available here in otland. However, when I click on select the item to sell, I click on Select, then click on Item and nothing happens and there is no error in the console. I need to make marketing 100% functional, send me a...
  8. R

    TFS 1.X+ TFS 1.3 - Doubt About Outfits.

    But that's the question, where and how to edit?
  9. R

    TFS 1.X+ TFS 1.3 - Doubt About Outfits.

    Xikini, thank you for the answer. I've been noticing that in the XML there is a Type option, which refers to the player's gender, to display or not. I thought it would be possible to add new information, called vocation or vocationID, would this be possible? through source editing, of course. At...
  10. R

    TFS 1.X+ TFS 1.3 - Doubt About Outfits.

    Hello everybody.I'm using tfs 1.3 downgraded to 8.6.I use otcv8, when you right click on the character and set outfit, the list of outfits he has appears. There are some outfits that are from quests, the player does the quest and receives the outfit, for example: player:addOutfit(OUTFIT_ID...
  11. R

    Programmer Marketing system (tfs 1.2) - 8.6 and otcv

    I Need this sytem yet.
  12. R

    TFS 1.X+ Basic doubt about revscripts

    Are there any gains in using revscripts? in relation to code optimization, reading speed, something like that? I use tfs 1.2 without revscripts, would it be worth switching to a newer one, where revscripts are used?
  13. R

    Programmer Marketing system (tfs 1.2) - 8.6 and otcv

    market system, where you can sell items either for gold or for points, something like this:
  14. R

    Programmer Marketing system (tfs 1.2) - 8.6 and otcv

    I'm looking for someone who sells the functional marketing system. For tfs 1.2 and tibia 8.6, I use OTClient.
  15. R

    TFS 1.X+ Get Otclient language in TFS, possible?

    For example, if I put storage in the player, it doesn't make much sense.because on the same account the player can have a player with the language in English and when logging in to the other player (same account) the language will be French?! Isn't there a more functional code that checks the...
Back
Top