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

    [TFS 1.4] Display god/player commands with talkaction

    Just a script to display god /commands and player !commands. Saw another one but it had to be formatted in a weird way. < words= or something like that. This one can be formatted anyway you like. You'll see what I mean when we add the files below. Formatted may not be the right word. 🤷‍♂️...
  2. G

    TFS 1.X+ Question about reserved storages in storages.lua

    TFS 1.4 and 1.5 for sure in data/lib/core/storages.lua Are these predetermined storages set to the player, can they be set to the player to unlock an outfit? if so how? if not, why are there 10,000,000 reserved storages for outfits and how are they used by the game? Also, what are...
  3. G

    [TFS 1.4 - RevScript] Yalahar Mechanisms

    Tested on TFS 1.4 data/scripts/actions local mechs = { [7001] = {toPos={x=2708, y=1015, z=7}, text="Entered Ghouls."}, [7002] = {toPos={x=2701, y=1015, z=7}, text="Entered Skeletons."}, [7003] = {toPos={x=2657, y=1098, z=5}, text="Entered the Arena Quarter."}, [7004] = {toPos={x=2662, y=1098...
  4. G

    [TFS 1.4] Add conditions while on a "training" tile

    Whilst trying to figure out the RevScripts I did a thing, useless but a thing. :D Adds conditions onStepIn and remove conditions onStepOut. using aid or item id if prefer, I left the code in for it. data/scripts/movements local critHitConfig = { CRIT_HIT_CHANCE = 50, CRIT_HIT_AMOUNT = 500...
  5. G

    Solved Could use some help making a wateringcan.lua

    Since I couldn't find a watering can that works like Tibia I thought I would try and make a script for it.But I've run into a problem. When it gets to my third dotransformitem line it just goes back to the second one so it ends up just making pot id 7670 and 7678 over and over again. There are...
  6. G

    Solved Grizzly Adams TFS 0.3.6 try change for 0.2.14. not working.

    I have a Grizzly Adams npc that worked great on tfs 0.3.6. I thought why not move it over to mystic spirit 0.2.14 when I decided to start fooling with my OT again. The reason I changed was because the server I have for tfs 0.3.6 used client 8.54 and with 0.2.14 I get to use client 9.60 and alot...
  7. G

    Solved Need some advice on a line in quest.lua

    Like the title says, I need advice on a line in quest.lua from forgottenserver v0.2.14\Mystic Spirit\data\actions\scripts\quests I haven't messed with an OT in a few years and decided to get back into my long forgotten project. With that I decided to update to the 9.6 client, the last one I...
  8. G

    Problems with shovel.lua

    So basically I want to add some more holes to the shovel. (actually only one) So I can have a treasure island like deal just like Cipsoft Tibia. But since the shovel is scripted to work with summoning scarabs and scarab coins i needed to add another line of script I suppose .. The line I...
  9. G

    Yalahar mechanism actions

    I made this last night, its my first big script. Hope someone finds it useful Its for all the mechanisms in yalahar u just need to change the coords for ur map Also u may need to check your Unique ids so not to repeat them. Tested on: NaxedOT 4.5 which from my doc/functions file is tfs...
Back
Top