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

    tfs 1.1 items wont add sword skill

    Ok so these legs wont add sword or axe or magic and i dont know why, WHEN i try another item that gives sword it will, but just not this leg item 23:17 You see a daedric leggings (Arm:25, sword fighting +8, axe fighting +8, shielding +8, magic level +8, protection physical +10%, ice +20%). It...
  2. 7804364

    tfs 1.1 mining script

    Ok so when i use my pick action, on the object it says "You cannot use this object." local configs = { sign = { {level = {8,12}, quant = {1,2}, percent = 10}, {level = {13,19}, quant = {1,2}, percent = 12}, {level = {20,25}, quant = {1,2}, percent = 14}, {level = {26,33}...
  3. 7804364

    tfs 1.1 spellup GetCreatureStoreage

    Ok so im getting this in my console Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/spellup.lua:onAdvance data/creaturescripts/scripts/spellup.lua:12: attempt to call global 'getCreatureStorage' (a nil value) stack traceback: [C]: in function...
  4. 7804364

    tfs 1.1 task system error

    Ok so i have this error when i say "task" to the npc, it should pop up a window but instead i get this error Lua Script Error: [Npc interface] data/npc/scripts/task.lua:onCreatureSay data/lib/020_task_lib.lua:81: attempt to call global 'getStorageValue' (a nil value) stack traceback...
  5. 7804364

    tfs 1.1 get player level

    ok so im trying to make a local variable where it is player level x 6 so idk the fuction to get the player level like local level = Player:getLevel() ??? no idea?
  6. 7804364

    tfs 1.1 vip exp

    Ok so when i try to give double exp for vip in Events > player.lau i change exp = exp * Game.getExperienceStage(self:getLevel()) to local player = Player(cid) local days = player:getVipDays() if days > 0 then exp = exp * Game.getExperienceStage(self:getLevel())*2 else exp = exp *...
  7. 7804364

    getCreatureStorage for tfs 1.1

    attempt to call global 'getCreatureStorage' (a nil value) k so im using a tfs 1.0 script on tfs 1.1 is there a way i can change getCreatureStorage to the proper 1.1 function?
  8. 7804364

    [USA] 10.76 Zytheria | Mid rates | Random Dungeon Generator | Random item stats | custom bosses

    Welcome to Zytheria Global! 10.76 IP: 192.99.168.82 Lagg Free 8Gb RAM 1Gbit/s up/down YOU KEEP YOUR OLD ACCOUNT/ITEMS INFO 10x EXP (20x on weekends) 45x SKILL (100x on weekends) 35x MAGIC (80x on weekends) 5x LOOT (8x on weekends) 4x SPAWN VOCATIONS Once you get a promotion (Ex: EK, RP..)...
  9. 7804364

    tfs 1.1 gate of expertise level 6056

    Ok so when i was using tfs 1.0 the gates of expertise were for level 8, when i swapped over to tfs 1.1, the gates are for lvl 6056 and i dont get it? 12:43 You see a gate of expertise for level 6056. ItemID: [1229], ActionID: [7056].
  10. 7804364

    tfs 1.1 URGENT skills dont gain exp and exp rate

    im using tfs 1.1 and my server does not matter what i do, it wont effect the exp rate, i enabled and disabled stages, and i use !serverinfo and it says 120, but when i kill something it gives same exp in xml files, it wont change and skills wont train like you can whack a monk 1421332 times...
  11. 7804364

    Solved TFS 1.1 npchandler

    issue cant talk to any npc Lua Script Error: [Npc interface] data/npc/scripts/default.lua:onCreatureSay luagetDistanceTo(). Thing not found stack traceback: [C]: in function 'getDistanceTo' data/npc/lib/npcsystem/npchandler.lua:560: in function 'isInRange'...
  12. 7804364

    tfs 1.1 magic level wont go up

    no matter what people do the magic level will not go up no errors in console
  13. 7804364

    tfs 1.1 exp rate not working

    OK so i have the exp rate at 50 and i do !serverstats ingame it says 50 but when i kill a dragon or any monster its normal rates?
  14. 7804364

    tfs 1.1 Captain bluebear error

    Lua Script Error: [Npc interface] data/npc/scripts/captainbluebear.lua data/npc/scripts/captainbluebear.lua:22: attempt to index global 'TravelLib' (a nil value) stack traceback: [C]: ? data/npc/scripts/captainbluebear.lua:22: in main chunk [C]: in function 'createNpc'...
  15. 7804364

    tfs 1.1 Random crash

    but i get this random crash http://prntscr.com/6fwglh http://prntscr.com/6fwgzd and i think everyone gets it It seems to crash on cavewater id 493
  16. 7804364

    tfs 1.1 crash when use food/potion

    i cant copy the error message from client so here are pics :/ http://prntscr.com/6fvjy7 http://prntscr.com/6fvk0g
  17. 7804364

    Lua New vocations

    Ok so i set up another set of vocations, when i made the vocations EX id 9 wizard i made the fromvocid to master sorcerer, and when i restart server, everyone that was a sorcerer became a wizard? like wtf
  18. 7804364

    Lua third promotion item tfs 1.0

    Ok so i have this function onUse(cid, item, fromPosition, itemEx, toPosition) local voc = getPlayerVocation(cid) if voc < 5 then doPlayerSendCancel(cid, "You do not have the first promotion.") elseif voc > 8 then doPlayerSendCancel(cid, "You already have the second...
  19. 7804364

    Compiling tfs 1.1 downgradeing client version

    if i took a tfs 1.1 for 10.58 and changed the min/max from 1058 to 1053 would i be able to do it without any major source edits?
  20. 7804364

    TFS 1.0 Autobroadcast

    Ok so my autobroadcast wont broadcast anything <globalevent name="say" interval="60000" script="broad.lua"/> function onThink(interval, lastExecution) MENSAGEM = { "Dont forget to donate!", "If you want to buy addons use, !addon", "Random Dungeon generator is in thais arena", "Dont forget...
Back
Top