Jump to content

down

Members
  • Posts

    448
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by down

  1. well.. here's sth that's not very pro but can be a temp solution Find this in EnterWorld.java if (activeChar.isCharViP()) { if(Config.CHAR_VIP_COLOR_ENABLED) activeChar.getAppearance().setNameColor(Config.CHAR_VIP_COLOR); } [/Code] And put this after [Code] if (activeChar.getFirstEffect(5104) != null || activeChar.getFirstEffect(5105) != null) { activeChar.stopSkillEffects(5104); activeChar.stopSkillEffects(5105); activeChar.broadcastUserInfo(); } [/Code]
  2. W8.. i gotta find out whats wrong
  3. [EDIT] try those... UPDATE droplist SET chance = x WHERE mobId IN (SELECT mobId FROM npc WHERE type = 'L2RaidBoss') and itemId IN (SELECT itemId FROM weapon WHERE item_id); UPDATE droplist SET chance = x WHERE mobId IN (SELECT mobId FROM npc WHERE type = 'L2RaidBoss') and itemId IN (SELECT itemId FROM armor WHERE item_id);
  4. try this... UPDATE droplist SET chance = x WHERE itemId = x AND mobId IN (SELECT mobId FROM npc WHERE type = 'L2RaidBoss');
  5. Same here. I have absolutely have no idea. I even deleted stats of both skills and the problem still remains. Don't know what the problem can be, cuz i don't think that core has anything special with those two necklaces.
  6. Nop, not with all necklaces, only with valakas and fritenzza. With tateossian necklace works perfectly. Well, i don't see any mistakes in their stats. Checked core side but i don't see any problems there too.
  7. Ok mate.. thank u for ur support. The thing that gives this errors is some kind of a bug with necklace, when i equip Valakas or Frintezza necklace this problem appears on 7k HP, but when i disarm them everything goes smoothly. If u have any idea where can that problem be it will be very great.
  8. l2jfree 8010 rev
  9. Does any1 of u Pro devs know why im getting this error after reaching certain amount of HP. http://img63.imageshack.us/img63/9819/imgt.png EG: If i have 15k maxHp, Mob is normally hitting (reducing my HP) till 7k, after that it stops reducing HP till i get back to 7.1k HP and same all over again. If u can tell me where this problem is located. Thanks in advance!
  10. I wanna sell advanced items... So if u r interested feel free to pm me or reply here. EDIT: The two accessories with increased stats. And an armor Lv 2 +16. Also lv 1 armor is required to buy Lv 2 armor. Here's lv 1 amor: These r the items i wanna sell.
  11. Use this.. add this in L2PcInstance, find this : if (target == null) { sendPacket(new SystemMessage(SystemMessageId.TARGET_CANT_FOUND)); sendPacket(new ActionFailed()); return; } and paste this... if (skill.getId() == X && target instanceof L2MonsterInstance) return;
  12. Thank you for this m8! good job!
  13. Cool stuff bro.. gj!
  14. Thanks for sharing dude
  15. dude.. u'r in wrong section.. LOL
  16. Lineage 2 !! dota - never!
  17. Never played.. but its forcing me to try!
  18. good share. i was searching for some scripts
  19. awesome website.. thx for share
  20. Thank for share m8! keep up the good work !
  21. Tanks for sharing this!
  22. L2DeathWhisper for ever!!
  23. Thanks for this share dude.. helpful.. keep up
  24. i like shield a bit more than sword :P j/k nice share m8... keep up
×
×
  • Create New...