Jump to content

Recommended Posts

Posted

Only Announcements.?

I thought that pj receives hero aura.  .

you can easily add a hero aura prize

just add this code after every case

activeChar.setHeroAura(true)

 

now its working great ,.if i want to give a skill as a reward what do i add? i know how to give items how about bskills the same way?

smth like that

activeChar.addSkill(skillid)

Posted

you can easily add a hero aura prize

just add this code after every case

activeChar.setHeroAura(true)

smth like that

activeChar.addSkill(skillid)

 

 

In this case I also wanted to add an effect. . . I mean. . . 10 pvp row, the ground shakes, example. when falls Zariche, the earth trembles???

Posted

Earthquake eq = new Earthquake(activeChar.getX(), activeChar.getY(), activeChar.getZ(), intensity, duration);

activeChar.broadcastPacket(eq);

Posted

Earthquake eq = new Earthquake(activeChar.getX(), activeChar.getY(), activeChar.getZ(), intensity, duration);

activeChar.broadcastPacket(eq);

 

Perfect I'll see if going well, I hope so. . thanks!!

Posted

that is old.. i remember in l2infinity skills c4 was with hero auro when kill 5 pll and when u die the aura disapered.. but cobra is a old guy here and for sure. that was ahared here..and u make some changes..what changes..?

Posted

that is old.. i remember in l2infinity skills c4 was with hero auro when kill 5 pll and when u die the aura disapered.. but cobra is a old guy here and for sure. that was ahared here..and u make some changes..what changes..?

 

However it is a shit.

Posted

if u are writing it in l2pcinstance just skip activeChar. so it will be setHeroAura(true) or addSkill(skillid)

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...