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

action script

  1. SparvenBara

    Please Help! >Doors for vocations!< (example: Doors only knights can enter) tfs 1.4.2

    Hello Can someone help me explain how i can make a door available to enter as each vocation. i have an area on my ot where there are 4 different buildings in each corner of the area each building is suppose to be for each vocation. 1 for EK, 1 for RP, 1 for MS and 1 for ED. How can i make...
  2. Erambo

    TFS 1.X+ [TFS 1.5 / 7.72] cannot use object - transforms.lua

    Hello Otlanders, Issue: "You cannot use this object" - result when trying to use torch (itemId: 2050) Desc: There are some lack of id's in transform.lua I guess... Even that, when I've added id's for torch, it works but just to mid step, then the torch burned endlessly, probably I added id's...
  3. myalitth

    TFS 1.X+ Keys.lua Action Problem.

    Lua Script Error: [Test Interface] data/actions/scripts/other/keys.lua data/actions/scripts/other/keys.lua:5: attempt to call global 'getItemInfo' (a nil value) stack traceback: [C]: in function 'getItemInfo' data/actions/scripts/other/keys.lua:5: in main chunk [Warning -...
  4. Alkenyx

    TFS 1.X+ Use gate of experience door to teleport in.

    Hello Community. Today my brain seems to be lagging or so cuz I can't figure out how to make it possible to: 1. Right click gate of experience (id: 5103). 2. You'll get teleported behind it (into the room). 3. Sparkles brilliant script will kick the player out when their bought time is up. :)...
  5. Hyakkimaru

    TFS 0.X server boost exp

    Hey Everyone ! I need help. tfs 0.4 Global double exp in action item Example: Player: x active Double exp for x: hour When other boost used New* Player x active Double exp for x: hour ( increase duration ) Please.
  6. Kuantikum

    Lua [TFS 1.3] Percent amount healing potion per tick.

    Hello guys :p:p:p, I'm trying to make a script that heals a certain amount as a percentage of the character's total health, for example: 5% of the character's total health per tick. That's what I've done so far: local storage = 24036 local shp = Condition(CONDITION_REGENERATION)...
  7. C

    Lever with duration

    TFS 1.3.10 Hello, to be honest I don't know how to add time to a lever Lever ID 1945 Lever ID 1946 Magic field ID 1387 This lever starts as 1945 and when this 1946 appears the portal Once in 1946, how do I add time limit for return to 1945? lever.lua local t = { Position(10002, 9027...
  8. J

    C++ (Action) Request SLOT MACHINE

    When I use the Item with actionid 5555 (Slot Machine) I can receive a random item between (10, 500, 600, 700, 855) or nothing. And the items have custom win % Item 500 is 10% win rate Item 10 is 80% win rate
  9. L

    [7.6 actions] TP scroll

    Hi, im looking for a tp scroll script for 7.6(apo 6.6.6).
  10. Return Of Tibia

    Lua Container not found

    Greetings, community! A few moments ago I was writing a script for which I needed to get the uid of a container. function addGps(cid) local gps = doPlayerAddItem(cid, 12897) for i = 12901, 12898, -1 do doItemSetActionId(doAddContainerItem(gps, i), gps) end return true...
  11. amoxicilina

    Action Lever by time

    Hello, I need help for someone specializing in .Lua to convert this Script leverage by time, the way it is there for TFS 1.3.
  12. C

    Catapulta System

    People wanted to know how I can to put this script over 14 sqm. Pq when I try to put distance = 20, the doll on and fall on the floor and all around black. How do i get this, can anyone help use tfs 0.4.
Back
Top