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

    Lua Lua error.

    @Limos thank you;) I have one problem else: Lua Script Error: [Action Interface] data/actions/scripts/skull.lua:onUse data/actions/scripts/skull.lua:12: attempt to call field 'executeQuery' (a nil value) stack traceback: [C]: in function 'executeQuery'...
  2. therrax

    Lua Lua error.

    @Limos what is wrong?
  3. therrax

    Lua Lua error.

    @Limos I fix first, but now Lua Script Error: [MoveEvents Interface] data/movements/scripts/closingdoor.lua:onStepOut data/movements/scripts/closingdoor.lua:2: attempt to call method 'getTile' (a nil value) stack traceback: [C]: in function 'getTile'...
  4. therrax

    Lua Lua error.

    TFS 1.0 client 10.41 Lua Script Error: [MoveEvents Interface] data/movements/scripts/citizen.lua:onStepIn data/movements/scripts/citizen.lua:19: attempt to index a nil value stack traceback: [C]: in function '__index' data/movements/scripts/citizen.lua:19: in function...
  5. therrax

    Working LMS for TFS 1.0

    @imkingran I dont have errors, but when I won battle nothing happens.. :/ globalevent/scripts/Lastman.lua: local createpos = {x=778,y=996,z=7} -- Every 2h where will the Teleport Appear local topos = {x=775,y=1006,z=8} -- Where will the Teleport take you local msg = "Last man standing event TP...
  6. therrax

    Need Last Standing Man Event for TFS 1.0

    Hi, I need LMS for TFS 1.0 I use this and changed little bit, and I dont have errors: http://otland.net/threads/last-man-standing-event-100-working.185769/ but when I kill second player script dont tp me to the temple and dont add reward. My arena.lua local t = { tmp = { {x = 772, y = 1004, z =...
  7. therrax

    Lua Zombie event small changes..

    Hi. TFS 1.0 script: http://otland.net/threads/zombie-event-beta-tfs-1-0-vers-0-5.213758/ I want to fix some bugs with zombie event script in talkactions.. Bugs: 1.One player can 15x use this command.. for example When I use command !zombie Therrax join to zombie [1/15] again !zombie Therrax...
  8. therrax

    Working LMS for TFS 1.0

    @imkingran Could u share edited script? :p
  9. therrax

    Lua Need help with Demon Oak script

    I add "print" under main script and after I used hallowed axe on it, i got this "[GM] Therrax has logged in. Test: script is loading" but nothing happens :/ so It works but hallowed axe dont cut three :/
  10. therrax

    Lua Need help with Demon Oak script

    Hi. info: TFS 1.0 When I use hallowed axe on dead three, nothing happens.. my scripts.. I add uid to three 32193. My hallowed axe: 8293 My three; 2709 Whats wrong? :/ ACTIONS demonOakGravestone.lua: function onUse(cid, item, fromPosition, itemEx, toPosition) local newPosition = {x=359...
  11. therrax

    Necessary interesting script, item drop from all monsters

    PUMP [code=lua]function onKill(cid, target, lastHit) local item,chance = 2160,50 if isMonster(target) and chance > math.random(1, 100) then doPlayerAddItem(cid,item,1) end return true end[/LUA Any suggestions? :/
  12. therrax

    Solved Help with small change script

    You are my Hero today :) Thanks Bro ;p
  13. therrax

    NPC Mounts Seller

    Please need help with small change! http://otland.net/threads/help-with-small-change-script.217020/
  14. therrax

    Solved Help with small change script

    This script sell mount immediately. You lost "..t.price.." gp! for mount!" How to add request for example? "Want you pay x for y mount?" Please need help :( local table = { ["Widow Queen"] = {price = 0, id = 1}, ["Racing Bird"] = {price = 0, id = 2}, ["War Bear"] = {price = 0, id =...
  15. therrax

    Necessary interesting script, item drop from all monsters

    @Evil Puncker for TFS 1.0 :) 10.37
  16. therrax

    Necessary interesting script, item drop from all monsters

    I need a script that will do: -x item will fall out of all the monsters -with chance to set I do not want to simply add to all.. Thanks :)
  17. therrax

    Is it work for TFS 1.0?

    :) Thanks :)
  18. therrax

    Is it work for TFS 1.0?

    @Limos thank you soo much:) Work :P but what about this? "[C]: in function 'getThingPosition' " what I have to add to compat?
  19. therrax

    Is it work for TFS 1.0?

    @Limos I add now and I have this: Lua Script Error: [Npc interface] data/npc/scripts/KillingInTheNameOf.lua:onCreatureSay data/global.lua:1093: attempt to call global 'getCreatureStorage' (a nil value) stack traceback: [C]: in function 'getCreatureStorage' data/global.lua:1093...
  20. therrax

    Is it work for TFS 1.0?

    Is this script runs under TFS 1.0?: http://otland.net/threads/grizzly-adams-killing-in-the-name-of-quest-all-tasks-more-real-tibia.159150/page-4#post1552537 I got this.. Lua Script Error: [Npc interface] data/npc/scripts/killinginthenameof.lua:onCreatureSay...
Back
Top