Jump to content

Recommended Posts

  • 1 month later...
Posted

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

Posted

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

Posted

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...

Posted

put 1 still does not start I do not know What do can be

Dunno 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?)

Posted (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?

 

 

my09.jpg

 

No ERRO em GS

Edited by nery
Posted (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 by ^Wyatt
Posted

Tranks Wyatt,

PkHunterEventConditions.checkPk(this, target);
I was with this line placed in a wrong place at L2PcInstance.java

 

^^ thanks* xd
  • 1 month later...
Posted

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 :/

Posted (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 by SweeTs

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock