• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Xarly

    Tfs 1.0 Help with a function

    Hello guys i have one spell script but im having problems with it so i can't use rune because i got this error onCastSpell attempt to call a nil value stack traceback exactly this line : local target = Tile(topos):getTopCreature() how i can fix this line? we have another problem too on...
  2. Xarly

    Solved Tfs 1.0 script children stairs click problem

    Hello guys, well im getting a error on children of revolution levers im converting it from tfs 1.1 to 1.0 but the problem its i get stuck there because im not getting errors on distro and dont know how to fix when i stay with 4 chars on x position a stairs need to appear but there don't appear...
  3. Xarly

    Tfs 1.0 Attempt to call method remove < a nil value>

    printer your script its not working im using tfs 1.0 not 1.1 >.< u gived me with functions of 1.1 >.< so i need exactly help with function target:remove and getName >.< for tfs 1.0 @Limos can u help me with this 2 functions mate? thanks
  4. Xarly

    Tfs 1.0 Error don't get the msg from npc

    love you:* xD
  5. Xarly

    Tfs 1.0 Error don't get the msg from npc

    Edit: Hello guys well i don't recive the msg from the npc when i stay on x position and i dont know where is the problem because im not getting errors that's the script http://pastebin.com/XQTJUUEB thanks in advance @Limos mate can you help me with this thing??
  6. Xarly

    Tfs 1.0 Attempt to call method remove < a nil value>

    thanks printer , one thing only how can make a item for each use get + 1 id ? on tfs 1.0?
  7. Xarly

    Tfs 1.0 Attempt to call method remove < a nil value>

    http://pastebin.com/Kb56BhAf that's the script EDIT: now get a error on target:remove() onUse in function remove @Limos can u help me with this function mate? too having problems with this function item:transform(item.itemid + 1) don't know how to make a item get itemid+1 on tfs 1.0 >.<
  8. Xarly

    Tfs 1.0 Attempt to call method remove < a nil value>

    Hello guys well we have a problem on script exactly on this line onUse Attempt to call method remove < a nil value> target:remove() tried using doRemoveCreature(target) but its not removing the monster >.< if someonecan help!
  9. Xarly

    Solved TFS 1.0 Help withscript functions

    woked perfect thanks bro! about first script i know, now what's the problem because i changed just these script and its problem with the storages haha so i need change al l scripts xd, thanks for all
  10. Xarly

    Solved TFS 1.0 Help withscript functions

    no its not giving errors but i think there is the problem on line if player:getStorageValue(Storage.ChildrenoftheRevolution.Questline) == 16 then print("test4") because im not getting this print only test test1 test 3
  11. Xarly

    Solved TFS 1.0 Help withscript functions

    yea its working on your server because u are using tfs 1.1 and its a script of tfs 1.1 for that im tryng to conver this to tfs 1.0 i tried to use last revision of tfs 1.0 but don't work correctly for me gives alot of errors the problem its on this line if...
  12. Xarly

    Solved TFS 1.0 Help withscript functions

    nope bro just the prints if it print test test1 test3 won't print anything more and if i add the optin u said to me it just print test test1 >.< without errors on distr
  13. Xarly

    Solved TFS 1.0 Help withscript functions

    im chaging from tfs 1.1 to 1.0 xD reason tfs 1.1 haven't cast and some things more for that im converting some scripts from 1.1 to 1.0 xD about the action id problem well i added what u said but now im only getting test and test1 prints xd
  14. Xarly

    Solved TFS 1.0 Help withscript functions

    well im not sure about my source xd i will try download the lastest source tfs 1.0 and lets see ..
  15. Xarly

    Solved TFS 1.0 Help withscript functions

    idk why but i still getting error on function transform >.< maybe its any problem with compat.lua? u are using tfs 1.0 too? if you using pls send me your compat.lua i think it was my problem
  16. Xarly

    Solved TFS 1.0 Help withscript functions

    well with the script u gived me now its not slain the monster ect.. xd with my script the only problem its transform the corpse to the another id after slain
  17. Xarly

    Solved TFS 1.0 Help withscript functions

    nope bro with that don't work >.<
  18. Xarly

    Solved TFS 1.0 Help withscript functions

    im using a item on a dead monster witht he id 18484 and when i use the item on him he need to transform to 18485 because if the monster don't transform the ppl can use the item again again again on the same dead monster >.< so its a task and its working i slain the monster without problem but...
  19. Xarly

    Solved TFS 1.0 Help withscript functions

    that is mate so about the other script, what i can make for fix it? because im starting with lua im rlly noob xd function onUse(player, item, fromPosition, target, toPosition, isHotkey) local player = Player(player) if target.itemid ~= 18484 then return false end local...
  20. Xarly

    Solved TFS 1.0 Help withscript functions

    so what you say?, because i checked action id and its correct, to the id of the item im using for target so idk >.< one thing do you know about this function why im getting error in function 'transform' a nil value? i already tried to change dotransformiteme ct.. but not working because it need...
Back
Top