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

    door+key that teleport.

    i add "trainPos.y = trainPos.y + 1" since i have "south" rooms aswell. player stand on the door but i guess that will have to do for now until i find solution.. Thanks a lot! i will make sure to add you to credit for the entire "system" and server credits when i publish it. :3 function...
  2. oshrigames

    [TFS 1.2][Client 9.7+] Lucky Coins - Decreasing pay to win ratio on your server

    anyone know how to add key with action ID as reward? lucky_items = { [6132] = {price = 12}, -- SOFT BOOTS [2091, 26194] = {price = 6} -- gold key with action ID: 26194 } ^ didnt work btw!
  3. oshrigames

    door+key that teleport.

    😮wow that was.. ty for fast reply works great but.. i should have been more spesific, i have multiple rooms, so local trainPos = Position(1008, 1043, 7) only work for only one :x any way around it? so it fit more rooms?
  4. oshrigames

    When did you last play rl tibs?

    sure, irl sucks! pay taxes, rent, food, job, school, pay to court, jail time etc.. jk.. i meant "real tibia" 😅
  5. oshrigames

    door+key that teleport.

    hello :D i use TFS 1.2 (protocol 10.98) about the unique training rooms i have. id like to request some help with somewhat wierd script for door that teleport player once i use its unique item on the door, and only if there isn't already player on the glowing tile (time ID:11062) inside the...
  6. oshrigames

    When did you last play rl tibs?

    been few years. but even back then Ots were better than irl..
  7. oshrigames

    help to twick small part of Crafting system By Ramirow + Zbizu

    bump :3 i know its huge request. but i really can't to it alone
  8. oshrigames

    help to twick small part of Crafting system By Ramirow + Zbizu

    1) Original post: CreatureEvent - [TFS 1.1] Ultimate item stat system (elements, skills, exp, loot and more) (https://otland.net/threads/tfs-1-1-ultimate-item-stat-system-elements-skills-exp-loot-and-more.229771/) 2) Original post: Action - [TFS 1.2+] Simple Smithing Skill w/ Options...
  9. oshrigames

    Action [TFS 1.2+] Simple Smithing Skill w/ Options

    no, i don't want to use it from backpack :), i just run few tests to see what can cause bugs, so i found it kinda by accident, is there way to either stop the server log to show it or to tell the script, player:sendTextMessage(MESSAGE_STATUS_SMALL, "You need to place crystals on top of the...
  10. oshrigames

    Action [TFS 1.2+] Simple Smithing Skill w/ Options

    well, now that make more sense.. thanks a lot! i don't want to be more bother than i already am, but i get this weird error, and im not sure what is it or even how to analyze it first error: when i use the item on the crystal on my backpack. insted getting the "You need to place crystals on...
  11. oshrigames

    Action [TFS 1.2+] Simple Smithing Skill w/ Options

    i might add Zbizu's system in the future, so i better not mess around if it's important. but, ive been looking at the code, and i was thinking to add more crafting tiers. (tier 1 (levels 1-19), (tier 2 (levels 20-39), (tier 3 (levels 40-59), (tier 4 (levels 60-89), (tier 5 (levels 90-∞). i...
  12. oshrigames

    [TFS 1.2][Client 9.7+] Lucky Coins - Decreasing pay to win ratio on your server

    ok. so i've managed to locate the issue just add to login.lua -- lucky coins player:registerEvent("LuckyPoints")
  13. oshrigames

    HELP

    here! https://otland.net/threads/board-rules-for-requests.113384/
  14. oshrigames

    fix a onKill function for Lucky coin system please..

    i just finish run all the test. seems like the OP from original post forgot to tell us to add to login.lua -- lucky coins player:registerEvent("LuckyPoints") NOTE: i tried with this registerCreatureEvent(cid, "Luckypoints") but its seems like tfs 1.2 not recenzise it or something...
  15. oshrigames

    Action [TFS 1.2+] Simple Smithing Skill w/ Options

    well, thank you so much! it works! ♥ how do i stop it from remove items in the rewardPos?
  16. oshrigames

    Smithing Skill player storage issue?

    Original post: https://otland.net/threads/tfs-1-2-simple-smithing-skill-w-options.261756/ not sure what i did wrong but, here it go. i'm use TFS 1.2 protocol 10.98. i've configure the crystal to ID: 18413 (blue crystal shard) and to hit it with registered ID: 2557 (Hammer) now, when i hit...
  17. oshrigames

    Action [TFS 1.2+] Simple Smithing Skill w/ Options

    is it has to do with SQL query ?
  18. oshrigames

    Action [TFS 1.2+] Simple Smithing Skill w/ Options

    not sure what i did wrong but, here it go. i'm use TFS 1.2 protocol 10.98. i've configure the crystal to ID: 18413 (blue crystal shard) and to hit it with registered ID: 2557 (Hammer) now, when i hit it, i get this "You need smithing level 1 for this combination" ive change from 1 to 0 and...
Back
Top