Jump to content

xdem

Members
  • Posts

    4,140
  • Credits

  • Joined

  • Days Won

    40
  • Feedback

    0%

Everything posted by xdem

  1. Hi, can you help me with these small codes: -Most dame on monster/boss gets the drop -Augmented Weapons Tradeable
  2. Yes yes she can pwn you, always noobs get her and her reputation is raped, but eve with 2-3 kills early game = bb gg wp easy surr20 pls GG report soraka
  3. change your spells, take revive and teleport, i think that will fix the problem.
  4. NOOOB SORAKA CANT PENTA LVL1 GG REPORTED PLSSSS
  5. a good cheat, which only me and some close friend now is... ok i will share it :) When you get summoned in the Rift, immediatly press D+F and you get 1000 extra gold, its good i start with lvl2 boots at lvl1 good bug. use it wise
  6. or change the system folder which may contain wrong protocol version, else its problem with the host files with which I have no idea whats the fix, btw any problems to console?
  7. If you mean you want to put enchant max +25 so players cant enchant more, go to clientpackets.requestEnchantItem.java and edit the java... add smth like this: // first validation check if (!scrollTemplate.isValid(item, supportTemplate)) { activeChar.sendPacket(SystemMessageId.INAPPROPRIATE_ENCHANT_CONDITION); activeChar.setActiveEnchantItem(null); activeChar.sendPacket(new EnchantResult(2, 0, 0)); return; } + // MAX ENCHANT + if (item.getEnchantLevel() >= 25) + { + activeChar.sendMessage("Your " + item.getName() + " has reached the enchant limit."); + activeChar.setActiveEnchantItem(null); + activeChar.sendPacket(new EnchantResult(2, 0, 0)); + return; + } i just wrote it, but im sure it works try it
  8. Only to a name? if you mean only to a specific char or class simply add them the skill, otherwise I cant get you...
  9. It doesnt, additionally i found out that when you move items the Icon breaks, i would reccomend you not to spend so much time to fix this cause critticalerror said me that there is no fix yet for that, maybe we can work on taking other armor's gloves and recoloring them like Ferrum set?
  10. No just hadnt the idea to share it here, this site trols my day since a long time :D!
  11. Good, but there is the usual problem with the fists and gloves, i will try now if the v2 SaphireUniverse's Animations will fix the problem
  12. What about the gloves??, i mean the thing with the fists is fixed on v2 ?
  13. Check this out, http://www.elohell.net/chill/52208/ well these guys do a fantastic work www.elohell.net enjoy
  14. My avatar and sig says it all...
  15. Show as the full code pls, its not imports problem, tell us witch file it is. And what you want to make
  16. This guy has no respect look the photo above... Omg sick *sry for inconvenience, it's just my opinion...
  17. maybe needs a correction then + if (item.getEnchantLevel() != 0); + item.setEnchantLevel(item.getEnchantLevel() - 1); + else + activeChar.sendMessage("hi failure you enchanted a +0 weap wth blessed) + item.setEnchantLevel(item.getEnchantLevel()); item.updateDatabase(); + item.setEnchantLevel(item.getEnchantLevel() - 1); item.updateDatabase(); activeChar.sendPacket(new EnchantResult(3, 0, 0));
  18. Hi guys, i want to sell back my legendary trynda skin cause i want blitzcrank lege skin now, I heard this is possible for donators, sending an email or idk! pls some enlightment!
  19. putting server's l2.ini to a clean system will slain it
×
×
  • Create New...