• 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!

Recent content by Ns Sparkz

  1. Ns Sparkz

    TFS 1.X+ Exeta res not working tfs 1.3x downgraded by Nekiro.

    all the issue threads were removed i think, i couldn't find a fix for exeta res, anyone?
  2. Ns Sparkz

    [TFS 1.3] Exeta res lua spell error

    are you using downgraded version for 8.6?
  3. Ns Sparkz

    TFS 1.X+ Exeta res not working tfs 1.3x downgraded by Nekiro.

    anyone, just give me a hint :P
  4. Ns Sparkz

    TFS 1.X+ Mysql Error Message : Plugin Sha256_password (TFS 1.3 Downgraded 8.6 by Neeko)

    yes, i wrote the solution use the config.dis , rather than using an old config.lua and change it's name to config.lua and edit your database info there.
  5. Ns Sparkz

    UH for TFS 1.3

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) combat:setParameter(COMBAT_PARAM_TARGETCASTERORTOPMOST, true)...
  6. Ns Sparkz

    TFS 1.X+ Exeta res not working tfs 1.3x downgraded by Nekiro.

    from looking at the script i think you understood wrong, exeta res the spell is not working.
  7. Ns Sparkz

    TFS 1.X+ Exeta res not working tfs 1.3x downgraded by Nekiro.

    sorry sorry, really sorry :(
  8. Ns Sparkz

    TFS 1.X+ Exeta res not working tfs 1.3x downgraded by Nekiro.

    Exeta res not working · Issue #49 · nekiro/forgottenserver (https://github.com/nekiro/forgottenserver/issues/49) there is an issue thread already opened,, but i couldn't wait and i was thinking what can i do? since there is no error in console i didn't know what to do, so can someone explain to...
  9. Ns Sparkz

    CreatureEvent [TFS 1.2] Outfit bonuses

    Hello, i implemeneted your scripts everything was great, until one of the players told me about a bug that even if they don't have first or second addon they are getting the bonuses, i didn't realize,, i had to unlock all outfits, so am trying to find a way to do it but i don't know how, am...
  10. Ns Sparkz

    Tutorial on how to create new weapons, armors and shields.

    Lets Start! - Making New Weapons for example rods, go to weapons.xml, you will find each rod,wand,axe,sword,club,bolts inside there, you can copy a typical rod code and then paste it below the original to not confuse yourself, paste it in a way so that the code is coherent, change Item ID of...
  11. Ns Sparkz

    Lua attempt to index local 'target' <a nil value>

    am trying to fix firestorm event this : Firestorm Event | Tfs 1.2 (https://otland.net/threads/firestorm-event-tfs-1-2.237061/) am getting these errors Lua Script Error: [Main Interface] in a timer event called from: <Unkown scriptfile> data/firestorm_event.lua:66:in function 'dostartfirestorm'...
  12. Ns Sparkz

    *NEW* Zombie Event [TFS 1.x]

    Still not working sir, no errors and no monster spawning. thank you for your fast reply. Problem has been fixed, there were two mistakes first one naming my file name was Zombie Event.xml, but monster Name inside was "Zombie" so i changed <monster name="Zombie" file="Zombie Event.xml"/> to...
  13. Ns Sparkz

    Lua Firestorm Event Small Error:-

    am using Firestorm Event | Tfs 1.2 (https://otland.net/threads/firestorm-event-tfs-1-2.237061/) everything working fine, as soon as you enter there is fire, and then it stops and error pops outs: Lua script error : [Main Interface] in a timer event called from: <Unkown scriptfile>...
  14. Ns Sparkz

    Firestorm Event | Tfs 1.2

    tfs 1.3 ,8.6 client everything working fine, as soon as you enter there is fire, and then it stops and error pops outs: Lua script error : [Main Interface] in a timer event called from: <Unkown scriptfile> data/firestorm_event.lua:40: attempt to call global 'dostartfirestorm' <a nil value>...
  15. Ns Sparkz

    *NEW* Zombie Event [TFS 1.x]

    can you please share you solution? i didn't get error, zombies are not summoning. thank you! TFS 1.3 ~ downgraded to 8.6
Back
Top