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. [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);
  3. try this... UPDATE droplist SET chance = x WHERE itemId = x AND mobId IN (SELECT mobId FROM npc WHERE type = 'L2RaidBoss');
  4. 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.
  5. 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.
  6. 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.
  7. 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!
  8. 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.
  9. 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;
  10. dude.. u'r in wrong section.. LOL
  11. Never played.. but its forcing me to try!
  12. good share. i was searching for some scripts
  13. L2DeathWhisper for ever!!
  14. i like shield a bit more than sword :P j/k nice share m8... keep up
×
×
  • 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