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

    Scripter [TFS 1.2+] Programming service

    bump
  2. Infernum

    getCombatValue caused global crash

    try this out and get back to me function crash() local monster = Game.createMonster('Demon', Position(x, y, z)) addEvent(function(m) if m:getId() then -- this is completely safe kappa just run it :) print(m:getName()) end end, 3000, monster)...
  3. Infernum

    How to tab Lua scripts

    its not meant to be copy pasted and ran google pseudocode
  4. Infernum

    TFS 1.X+ TFS 1.3 / New items.otmb + dat/spr problem

    recompile then debug u dont have debug symbols if thats all vs shows you
  5. Infernum

    TFS 1.X+ aol reminder not working

    that script doesn't even make any sense, the 2nd condition will literally always be false because you're trying to compare a userdata with a number (and you're not even using the not operator correctly ??) @Alpha 's script should work just fine unless you dont have ITEM_AMULETOFLOSS for some...
  6. Infernum

    TFS 1.2 onAdvance doesnt send full message

    he means send 2 different texts
  7. Infernum

    TFS 1.2 onAdvance doesnt send full message

    client limit, nothing to do with script or src
  8. Infernum

    Lua [TFS 1.2] How to make npc that gives free gold

    math.max(0, 3 - playerMoney)
  9. Infernum

    Revive insanityOT?

    Yes.
  10. Infernum

    Revive insanityOT?

    about 4
  11. Infernum

    Revive insanityOT?

    i have them on my old ssd pretty sure
  12. Infernum

    C++ random crash backtrace full

    yea post the file lol
  13. Infernum

    TFS 1.X+ TFS 1.2 Promotion NPC

    player:getItemCount(PROMO.items[i][1])
  14. Infernum

    TFS 1.X+ TFS 1.2 Promotion NPC

    the function should actually be player:getItemCount instead and next time don't say it's the same error, actually read it first before saying that :)
  15. Infernum

    TFS 1.X+ TFS 1.2 Promotion NPC

    it's still erroring on line 40? where did you get your tfs from?
  16. Infernum

    TFS 1.X+ TFS 1.2 Promotion NPC

    post the script again after you changed it
  17. Infernum

    TFS 1.X+ TFS 1.2 Promotion NPC

    change player:getItem to player:getItemById
  18. Infernum

    TFS 1.X+ addoutfit error

    the storage value doesnt matter the limit is not 65k its 2.4billion
  19. Infernum

    TFS 1.X+ 8.60 Downgrade by Nekiro crashing

    still no symbols idk if u just dont want to compile in debug mode or what, it's impossible unless someone has a crystal ball
Back
Top