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

    Spell Vampric Strike *Done, Working, and Shared!*

    incase you were wondering, the missing one was right after setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "onGetFormulaValues") function onCastSpell(cid, var) local mlvl,lvl = getPlayerMagLevel(cid),getPlayerLevel(cid) local min = mlvl * 0.8 + lvl * 0.5 --change this formula to...
  2. S

    CreatureEvent Addon "Bonus System"

    Works great on my 0.3.6! I have no problems! Very nice! +rep
  3. S

    CreatureEvent Outfit/Addons Stats System

    Don't think this is working for .3.6 :'( its kk though also; just curious; but i didn't get any error messages while loading this script... But what are the stats that this is adding? I don't really see how to edit things myself >_< Looks really intimidating!
  4. S

    Spell Vampric Strike *Done, Working, and Shared!*

    Edit: Moved everything to the original post to share with everyone.
  5. S

    Spell Vampric Strike *Done, Working, and Shared!*

    Ah there was a parenthesis you forgot! But I got to work; will post the new one in just 1 sec
  6. S

    CreatureEvent Outfit/Addons Stats System

    Dont suppose this would work on 0.3.6 would it?
  7. S

    Spell Vampric Strike *Done, Working, and Shared!*

    Thanks man +++rep Will test now! Sorry, Still am new to the spells, I may ask for help in another post :b Thanks again!!
  8. S

    Spell Vampric Strike *Done, Working, and Shared!*

    HERE IS THE FINAL, WORKING SPELL! Was tested with 8.55 , 0.3.6 TFS! add this to "Vampric Strike.lua" (or create) in Spells; Scipts local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, true)...
  9. S

    [HELP]Remove ITEM from all MONSTERS -- yet remain in the game?

    Yeah, I ended up doing this. It was easier than I thought, I was just being lazy. Haha thanks guys!
  10. S

    [HELP]Remove ITEM from all MONSTERS -- yet remain in the game?

    Okay, so basically I want to know if it is possible to remove an item from all the monsters in my server, without having to go through each one and doing it manually? For example I used the haunted blade as a edited quest reward yet a handful of monsters still drop this as random loot...
  11. S

    Help with SQLite Server

    By editing various lines which were said to be "errors" I've gotten as far as "Warning: Error parsing E:/Users/Jeff/Desktop/NaxedOt 7.5/config.lua on line 18 in E:\xampp\htdocs\install.php on line 181 Database error - can't open SQLite database. Possible reasons...
  12. S

    Help with SQLite Server

    I found a thread that recommened 0.3.6 of gesior, so i went ahead and tried that too, but now i get "Warning: Error parsing E:/Users/Jeff/Desktop/NaxedOt 7.5/config.lua on line 17 in E:\xampp\htdocs\install.php on line 154 File config.lua loaded from E:/Users/Jeff/Desktop/NaxedOt...
  13. S

    Help with SQLite Server

    I'm having errors, on the second step of this guide, "Warning: Error parsing E:/Users/Jeff/Desktop/NaxedOt 7.5/config.lua on line 17 in E:\xampp\htdocs\install.php on line 156 File config.lua loaded from E:/Users/Jeff/Desktop/NaxedOt 7.5/config.lua and it's not valid TFS config.lua file...
  14. S

    Help with SQLite Server

    Will try it now :) Thanks
  15. S

    Help with SQLite Server

    So I'm running naxed 7.5 which is a 8.54 server and I wanna add a website. My server is fully functional right now, ive had friends test it to get on. I just have not made it public on forums yet, or any server lists yet... But I am trying to set it up with xampp, as a few guides had...
Back
Top