Jump to content

vampir

Legendary Member
  • Posts

    1,899
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by vampir

  1. http://www.l2mods.com/index.php - they have it :)
  2. try to reinstal your java Environment
  3. there is category in droplist, experiment with it a bit
  4. there is category in droplist, experiment with it a bit
  5. there is category in droplist, experiment with it a bit
  6. he ment apply patch but it wont work anyway. i dont understand anything from this sentence: yes but that line it wont goes to the same file...
  7. he ment apply patch but it wont work anyway. i dont understand anything from this sentence: yes but that line it wont goes to the same file...
  8. he ment apply patch but it wont work anyway. i dont understand anything from this sentence: yes but that line it wont goes to the same file...
  9. you call this in l2jmod: public static int L2JMOD_CHAMPION_ENABLE_AURA; L2JMOD_CHAMPION_ENABLE_AURA = Integer.parseInt(L2JModSettings.getProperty("ChampionEnableAura", "0")); if (L2JMOD_CHAMPION_ENABLE_AURA != 0 && L2JMOD_CHAMPION_ENABLE_AURA != 1 && L2JMOD_CHAMPION_ENABLE_AURA != 2) L2JMOD_CHAMPION_ENABLE_AURA = 0; if (Config.L2JMOD_CHAMPION_ENABLE) { writeC(_npc.isChampion() ? Config.L2JMOD_CHAMPION_ENABLE_AURA : 0); } else { writeC(0); } in the right file the right code?
  10. you call this in l2jmod: public static int L2JMOD_CHAMPION_ENABLE_AURA; L2JMOD_CHAMPION_ENABLE_AURA = Integer.parseInt(L2JModSettings.getProperty("ChampionEnableAura", "0")); if (L2JMOD_CHAMPION_ENABLE_AURA != 0 && L2JMOD_CHAMPION_ENABLE_AURA != 1 && L2JMOD_CHAMPION_ENABLE_AURA != 2) L2JMOD_CHAMPION_ENABLE_AURA = 0; if (Config.L2JMOD_CHAMPION_ENABLE) { writeC(_npc.isChampion() ? Config.L2JMOD_CHAMPION_ENABLE_AURA : 0); } else { writeC(0); } in the right file the right code?
  11. you call this in l2jmod: public static int L2JMOD_CHAMPION_ENABLE_AURA; L2JMOD_CHAMPION_ENABLE_AURA = Integer.parseInt(L2JModSettings.getProperty("ChampionEnableAura", "0")); if (L2JMOD_CHAMPION_ENABLE_AURA != 0 && L2JMOD_CHAMPION_ENABLE_AURA != 1 && L2JMOD_CHAMPION_ENABLE_AURA != 2) L2JMOD_CHAMPION_ENABLE_AURA = 0; if (Config.L2JMOD_CHAMPION_ENABLE) { writeC(_npc.isChampion() ? Config.L2JMOD_CHAMPION_ENABLE_AURA : 0); } else { writeC(0); } in the right file the right code?
  12. u could write it to him on pm and now your post is same useless as his. On topic: there is something wrong with code that is connection with database
  13. learn how to add patches... read some guides or something.
  14. i told u to add lines that have + before them, not @, not +++, just + dsadas
  15. u added: "@@ -64,6 +64,11 @@" ?
  16. add just the lines which have + before them, if there are lines in patch and not in your core without +, dont worry about it
  17. its a window in workspace, default it is at left side in eclipse.
  18. when you will add everything and you arent getting any errors, in package Explorer, open your core and right click on build.xml, then click on "Run as" and later click on "1 Ant build". when it will finish, go to your workspace, core, build and there you are going to find and open .zip file. And Extract all of it to your server folder. And you are done
  19. 74 Death Spike 13 Magical 50 0 1,210,000 Magically inflicts Dark damage on an enemy using 65 Power. Requires 1 Cursed Bone. Range: 900 13 level is the last, it have 65 power :) The necromancer also have the same skill but its stronger as far as i see so look for death spike that have necromancer, this1 with 65 power have phantom summoner
  20. check code... add lines that have + before them and delete lines with -
  21. sorry for off topic but what is it in first picture? never seen "L2Got shop"
  22. whats the sense of it? you can disable it from sql
  23. Answer: Dear IptamenoMpifteki, same chanses like in configs, for example: EnchantSafeMax, you can change also in AbstractEnchantPacket in your core. In this class you should find the question: if (_isBlessed), there should be something like "chance = ", so make it chance = 100; I hope this answer is satisfactory(i don't know if i spelled it right sir). Bye
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock