• 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

    OK, I found it. Thanks for help, rep++
  2. B

    Rewrite script for TFS 0.4

    It's working, thank You! ; ) Can You look this script: local gatepos = {x=33297, y=31677, z=15, stackpos=1} function onUse(cid, item, frompos, item2, topos) local getgate = getThingfromPos(gatepos) if item.itemid == 1945 and getgate.itemid == 1304 then doRemoveItem(getgate.uid, 1)...
  3. 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)...
  4. B

    Komunikator

    Aqq
  5. B

    Lua How to make pacc tile?

    What? ;D
  6. B

    Lua How to make pacc tile?

    Heh, I didn't think about it. Thanks zakius! rep ++
  7. 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)...
  8. B

    Real Map 8.54

    What it is?!
  9. B

    [Gesior ACC] WhoIsOnline Flags Show for 0.3.5

    If they create account before you add this, only what you can do is manually fill in flag column in your db.
  10. B

    [Gesior ACC] WhoIsOnline Flags Show for 0.3.5

    Which you would want? ; )
  11. B

    8.4x World of Kimera map.

    Speedyshare please!
  12. B

    [Gesior ACC] WhoIsOnline Flags Show for 0.3.5

    The previous link was removed ;s flags.rar flags.rar - Jotti's malware scan
  13. B

    [Function] getTileItemById

    Thank You very much! :)
  14. B

    [Function] getTileItemById

    Could you see it? local config = { [60063] = {{x=33073, y=32589, z=13}, {x=33080,y=32587,z=13}}, [60064] = {x=33072,y=32589,z=13}, [60065] = {{x=33098,y=32816,z=13}, {x=33093,y=32824,z=13}}, [60066] = {x=33097,y=32815,z=13}, [60067] = {{x=33135,y=32682,z=12}, {x=33130,y=32683,z=12}}...
  15. B

    [Function] getTileItemById

    But when I try to use this function I have an error: attempt to index a nil value stack traceback: [C]: in function 'getTileItemById'
  16. B

    [Function] getTileItemById

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

    Problem with teleport to enchanting

    I know. I was copied wrong script. In my data folder I have two scripts and wrong is used... Thanks for help. Thread to closing.
  18. B

    Potrzebuje skryptu onStepIn

    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 getPlayerItemCount(cid, i) < 1 then failed =...
  19. B

    Problem with teleport to enchanting

    It is configuration for test: I don't know why this script doesn't work...
Back
Top