HammerV2 Posted July 5, 2011 Posted July 5, 2011 ok i want to add this mod but i dont know how, i use if (killerTeamId != -1 && killedTeamId != -1 && killerTeamId != killedTeamId) _teams[killerTeamId].increasePvpKills(); Dont work i use if (isInTvTEvent() && targetPlayer.isInTvTEvent()) increasePvpKills(); Dont work if any1 know how to do it will be amazing. Thanks in advance!
0 HammerV2 Posted July 7, 2011 Author Posted July 7, 2011 IL l2j version=4707M normally in tvt event pvpkill count do not increase when u get a kill inside tvtevent, so i want to add this thanks in advance!
0 Tryskell Posted July 8, 2011 Posted July 8, 2011 You try to add a code, but you didn't think the reverse : "is there already a code which block pvpkills to increase when I'm in TvT ?" Whatever code you want to add, if there is a code which blocks, you can't do a shit about.
0 HammerV2 Posted July 8, 2011 Author Posted July 8, 2011 well i made a full check in every events files but nothing, i never seen something like blockers ;S
0 Coyote™ Posted July 9, 2011 Posted July 9, 2011 well i made a full check in every events files but nothing, i never seen something like blockers ;S LoL, Blockers.. It's just a code that prevents something from happening. Just remove it and you're done (I haven't used L2J Files for quite some time, but as far as I remember, there's a code that prevents the players from earning a PvP Kill while in TvT).
0 HammerV2 Posted July 9, 2011 Author Posted July 9, 2011 bad english = stupid syntax = if u can understand i am ok :D, ok i will find this shet
Question
HammerV2
ok i want to add this mod but i dont know how, i use
if (killerTeamId != -1 && killedTeamId != -1 && killerTeamId != killedTeamId)
_teams[killerTeamId].increasePvpKills();
Dont work
i use
if (isInTvTEvent() && targetPlayer.isInTvTEvent()) increasePvpKills();
Dont work
if any1 know how to do it will be amazing.
Thanks in advance!
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now