Psych_O Posted June 21, 2011 Author Posted June 21, 2011 yes but no message maybe i have to enable smthg in config? do you have disable from l2jmods the anti feed option? Quote
Legend™ Posted June 21, 2011 Posted June 21, 2011 still nothing i forgot to say im using it on H5 , it should work like all other patches i have added Quote
Legend™ Posted June 23, 2011 Posted June 23, 2011 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? Quote
marwan Posted June 23, 2011 Posted June 23, 2011 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) Quote
AlexCardyz Posted June 30, 2011 Posted June 30, 2011 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??? Quote
vampir Posted June 30, 2011 Posted June 30, 2011 Earthquake eq = new Earthquake(activeChar.getX(), activeChar.getY(), activeChar.getZ(), intensity, duration); activeChar.broadcastPacket(eq); Quote
AlexCardyz Posted June 30, 2011 Posted June 30, 2011 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!! Quote
leeleatherwood Posted July 2, 2011 Posted July 2, 2011 you can easily add a hero aura prize just add this code after every case activeChar.setHeroAura(true) smth like that activeChar.addSkill(skillid) There is no definition for activeChar, atleast not in L2JServer. Quote
bubulinas Posted July 2, 2011 Posted July 2, 2011 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..? Quote
Trance Posted July 2, 2011 Posted July 2, 2011 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. Quote
leeleatherwood Posted July 3, 2011 Posted July 3, 2011 you can easily add a hero aura prize just add this code after every case activeChar.setHeroAura(true) smth like that activeChar.addSkill(skillid) How can i define activeChar in L2J or use an alternate method? Quote
marwan Posted July 3, 2011 Posted July 3, 2011 There is no definition for activeChar, atleast not in L2JServer. just add this in the method argument (L2PcInstance activeChar) Quote
vampir Posted July 3, 2011 Posted July 3, 2011 if u are writing it in l2pcinstance just skip activeChar. so it will be setHeroAura(true) or addSkill(skillid) Quote
Recommended Posts
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.