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]
[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);
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.
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.
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.
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!
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.
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;