Mobius
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Talisman Adaptation

Go down

Talisman Adaptation Empty Talisman Adaptation

Post by malossi1991 17/11/14, 01:34 pm

Hello fellas ,

I am trying to adapt the Talisman - Insanity and i can't find a way to get the effect for this like talisman - longing etc . So you guys have more experience into this and maybe you can tell me what's wrong . I made the skill 8864 to level 7 for Talisman - Insanity . Also i added the skill 17978 which is the ''Equip Talisman - Insanity'' with retail like stats . In game everything is working properly stats , icons etc . But the only issue i have is the effect .

In    lineage2.gameserver.skills/AbnormalEffect.java

TALISMAN_POWER1("talismanpower1", 0x100000, 72),
TALISMAN_POWER2("talismanpower2", 0x200000, 73),
TALISMAN_POWER3("talismanpower3", 0x300000, 74),
TALISMAN_POWER4("talismanpower4", 0x400000, 75),
TALISMAN_POWER5("talismanpower5", 0x500000, 76),
TALISMAN_POWER6("talismanpower6", 0x600000, 77),

In lineage2.gameserver.skills.effects/EffectTalismanOfPower.java


switch (getSkill().getLevel())
{
case 1:
case 2:
getEffected().startAbnormalEffect(AbnormalEffect.TALISMAN_POWER1);
break;

case 3:
getEffected().startAbnormalEffect(AbnormalEffect.TALISMAN_POWER2);
break;

case 4:
getEffected().startAbnormalEffect(AbnormalEffect.TALISMAN_POWER3);
break;

case 5:
getEffected().startAbnormalEffect(AbnormalEffect.TALISMAN_POWER4);
break;

case 6:
getEffected().startAbnormalEffect(AbnormalEffect.TALISMAN_POWER5);
break;
case 7:
getEffected().startAbnormalEffect(AbnormalEffect.TALISMAN_POWER6);
break;


public void onExit()
{
super.onExit();
getEffected().stopAbnormalEffect(AbnormalEffect.TALISMAN_POWER1);
getEffected().stopAbnormalEffect(AbnormalEffect.TALISMAN_POWER2);
getEffected().stopAbnormalEffect(AbnormalEffect.TALISMAN_POWER3);
getEffected().stopAbnormalEffect(AbnormalEffect.TALISMAN_POWER4);
getEffected().stopAbnormalEffect(AbnormalEffect.TALISMAN_POWER5);
getEffected().stopAbnormalEffect(AbnormalEffect.TALISMAN_POWER6);
}


Also in the skill i have added the currenct stack '
''abnormal="talismanpower6" time="36000" val="1" stackOrder="7"

The red color is what i have added . But still dont get the effect , maybe its a serverpacket change i dunno ...

Waiting to tell me guys what i should change/add . Smile

Cheers!
malossi1991
malossi1991
Heir
Heir

Posts : 35
Join date : 2014-11-01
Location : London, United Kingdom

Back to top Go down

Talisman Adaptation Empty Re: Talisman Adaptation

Post by Kyosumeshin 17/11/14, 01:45 pm

You getting any errors or just the display effect?
Kyosumeshin
Kyosumeshin
Moderator
Moderator

Posts : 201
Join date : 2014-09-03
Age : 39

http://www.l2-vengeance.com

Back to top Go down

Talisman Adaptation Empty Re: Talisman Adaptation

Post by malossi1991 17/11/14, 01:55 pm

No errors everything is working Smile ... My problem is the display effect
malossi1991
malossi1991
Heir
Heir

Posts : 35
Join date : 2014-11-01
Location : London, United Kingdom

Back to top Go down

Talisman Adaptation Empty Re: Talisman Adaptation

Post by Kyosumeshin 17/11/14, 01:56 pm

Not sure effect packets are done yet.
Kyosumeshin
Kyosumeshin
Moderator
Moderator

Posts : 201
Join date : 2014-09-03
Age : 39

http://www.l2-vengeance.com

Back to top Go down

Talisman Adaptation Empty Re: Talisman Adaptation

Post by malossi1991 17/11/14, 01:57 pm

Oh okay this is what i wanna know Smile Because it not depends from me Smile ... Thanks for replying Kyo Very Happy
malossi1991
malossi1991
Heir
Heir

Posts : 35
Join date : 2014-11-01
Location : London, United Kingdom

Back to top Go down

Talisman Adaptation Empty Re: Talisman Adaptation

Post by Kyosumeshin 17/11/14, 02:12 pm

No biggie Smile
Kyosumeshin
Kyosumeshin
Moderator
Moderator

Posts : 201
Join date : 2014-09-03
Age : 39

http://www.l2-vengeance.com

Back to top Go down

Talisman Adaptation Empty Re: Talisman Adaptation

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum