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

    Rewrite script for TFS 0.4

    Hi, Can someone rewrite for me one script? There is: function onStepIn(cid, item, frompos, item2, topos) local novapos = {x=434, y=1367, z=8} if item.uid == 10226 then getThingfromPos(getPlayerPosition(cid)) doSendMagicEffect(getPlayerPosition(cid),2) doTeleportThing(cid,novapos)...
  2. B

    Lua How to make pacc tile?

    I have a problem with script which allow to go players only with pacc, whats wrong with it: (for 0.3.6 tfs) function onStepIn(cid, item, position, fromPosition) if isPremium(cid) then local newposition = {x=71, y=132, z=6} doTeleportThing(cid, newposition)...
  3. B

    [Function] getTileItemById

    I'm looking for this function: getTileItemById I will be very thankfull if someone found it :)
  4. B

    Problem with teleport to enchanting

    Hi! I have w problem with this script: local ice = {x=1035, y=1022, z=7} ---7992 local fire = {x=1036, y=1022, z=7} --7993 local energy = {x=1037, y=1022, z=7} --7991 local earth = {x=1038, y=1021, z=7} --7994 local exit = {x=1048, y=1026, z=6} --7995 function onStepIn(cid, item...
  5. B

    Lua Quest script

    Can somebody make a script which set storage value when player use item ID xxx on item ID xxx ? I will be very thankful.
  6. B

    Lua Problem with HOTA Quest

    I'm using a Cykotitan script: local config = { ids = {from=2335, to=2341}, storage = 4449, item = 2342 } function onStepIn(cid, item, position, fromPosition) if getPlayerStorageValue(cid, config.storage) < 1 then for i = config.ids.from, config.ids.to do if...
  7. B

    Lua Problem with removing mwalls in quest

    So, I have a problem with removing mwalls in banshee quest. I made a Real Banshee Quest but i had a strange problem. I was copied this script from Behemoth Quest and change item id form stone to mwall and there... its doesn't work :| Also i can't create this item(id-1498) by god everywhere. Next...
  8. B

    [Gesior ACC] WhoIsOnline Flags Show for 0.3.5

    I release a modified script made by Pitufo™. Version: 1.1 Tested in: TFS 0.3.5 - 100% working! Credits: Pitufo and me(bivan) Features: Select your country in "Createaccount" and see the flag in WhoIsOnline! Guide to setup: 1. Add this array into config/config.php...
Back
Top