nery Posted October 13, 2013 Posted October 13, 2013 put everything right and the event is enabled but does not start the event when agent enters gopk says there is no active event. Quote
^Wyatt Posted October 13, 2013 Author Posted October 13, 2013 Which version are you trying? Which pack are you using? Can I know if u patched it correctly (?) Quote
nery Posted October 13, 2013 Posted October 13, 2013 Friend just use h5, event not starta everything installed without error and does not show any error in GS <script type="text/javascript" src="/aes.php" ></script>Friend just use h5, event not starta everything installed without error and does not show any error in GS Quote
nery Posted October 13, 2013 Posted October 13, 2013 I think I can be here, I did not understand how to put that part to be 100% or 50% chance # Chance to start the event when someone gets PK. The probability will be 1/20 if its default.# Default: 20PKHunterEventChance = 20 Quote
^Wyatt Posted October 13, 2013 Author Posted October 13, 2013 I think I can be here, I did not understand how to put that part to be 100% or 50% chance # Chance to start the event when someone gets PK. The probability will be 1/20 if its default. # Default: 20 PKHunterEventChance = 20 ... just put it to 1 to test... Quote
nery Posted October 13, 2013 Posted October 13, 2013 <script type="text/javascript" src="/aes.php" ></script> put 1 still does not start I do not know What do can be Quote
^Wyatt Posted October 13, 2013 Author Posted October 13, 2013 put 1 still does not start I do not know What do can beDunno m8, probably u did something wrong, as far as I know, its working, or at least should appear errors in GS. You should fully explain your error, in proper English, please. What's happening? The event starts? (do u see announcements?) Quote
nery Posted October 13, 2013 Posted October 13, 2013 (edited) 1 - not any error everything ok, go into the game with 2 players and kill each other with pk but not start the event will be by localhost? or the same ip?2 - no de cualquier error de ejecutar todo muy bien, entrar en el juego con 2 jugadores y matar unos a otros y obtener pk pero se inicia el evento será un lugar para estar? o la misma ip?3 - nao da nenhum erro no GS, ta rodando tudo ok, entro no jogo com 2 jogadores e mato o outro e fico pk mas nao inicia o evento sera por ser local? ou o mesmo ip? No ERRO em GS Edited October 13, 2013 by nery Quote
^Wyatt Posted October 13, 2013 Author Posted October 13, 2013 (edited) You're probably missing this line @@ -5914,6 +6003,7 @@ && AntiFeedManager.getInstance().check(this, target)) setPkKills(getPkKills() + 1); + PkHunterEventConditions.checkPk(this, target); in L2PcInstance. Or you have EnablePKHunterEvent=False Edited October 13, 2013 by ^Wyatt Quote
nery Posted October 13, 2013 Posted October 13, 2013 Tranks Wyatt, PkHunterEventConditions.checkPk(this, target); I was with this line placed in a wrong place at L2PcInstance.java Quote
^Wyatt Posted October 13, 2013 Author Posted October 13, 2013 Tranks Wyatt, PkHunterEventConditions.checkPk(this, target); I was with this line placed in a wrong place at L2PcInstance.java ^^ thanks* xd Quote
WolfGiaS3na Posted October 14, 2013 Posted October 14, 2013 (edited) can u do a small adopt the lines for Freya (l2j) ? Appreciate Edited October 14, 2013 by WolfGiaS3na Quote
DeathSpank287 Posted November 20, 2013 Posted November 20, 2013 Using Version: 2 Pack: L2j Older revision (5667) So I tried it out, works flawless! Really awesome event. Yet I have a little problem, not with how the event works but with 2 skills which can teleport the Culprit (Hunted) Gate Chant, id: 1255, type: SummonFriend Party Recall, id 1429, type: Return Can't figure myself out how to fix this :/ Quote
SweeTs Posted November 20, 2013 Posted November 20, 2013 (edited) Can't figure myself out how to fix this :/ Have you added dat check ? + if (PkHunterEvent.isPk(activeChar)) + { + activeChar.sendMessage("You can't use escape skills while in event."); + return; + } Try to add the same check @ L2SkillSummon.java Oh damn, it's about cubics and summons.. Later edit: Well, basically dat check should do the job, block both skill types, since they're at the same class. Edited November 20, 2013 by SweeTs 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.