Looking for event script

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
kalaboks
Posts: 5
Joined: Thu Mar 10, 2011 12:42 pm

Looking for event script

Post by kalaboks »

hello, i am looking for Hitman event script if someone got it could you plz post it in here :) And by the way am i looking for 1 more event script just down know how it calls is smiler to TvT just its like this its spams 2 teams when all members of one team dies it spams agen all team and the points count not by how many people team killed but how many times team defeated other team
User avatar
rychoo84
Posts: 58
Joined: Fri Jan 01, 2010 11:26 am
Location: Breslau

Re: Looking for event script

Post by rychoo84 »

1. I guess for this you will have to visit MxC or other garbage collector.
2. viewtopic.php?f=73&t=19807
kalaboks
Posts: 5
Joined: Thu Mar 10, 2011 12:42 pm

Re: Looking for event script

Post by kalaboks »

rychoo84 wrote:1. I guess for this you will have to visit MxC or other garbage collector.
2. viewtopic.php?f=73&t=19807
i looked in MxC they got it but there is a problem in there they dont like to share in there. thats what i got....[Hidden post: You need 150 posts or become a VIP or Donator member to see it. You currently have 1.] :shock: so if any one got Hitman event or something like this plz let me know :)
JoeDaFlow
Posts: 30
Joined: Tue Mar 02, 2010 8:53 pm

Re: Looking for event script

Post by JoeDaFlow »

User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: Looking for event script

Post by disorder35 »

I have 2 errors on eclipse on my freya revision.
Can you help me fix it.

On "PlayetToAssassinate.java" I got an error on this line:
_online = target.isOnline() == 1; (The operator == is undefined for the argument type(s) boolean, int)

And on "L2TownZone.java" on this line:
((L2PcInstance)character).setLastTownName(_townName); (_townName cannot be resolved)

If you can help thsnk you so much.
So What?????
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Looking for event script

Post by tukune »

may be...

:evil: _online = target.isOnline() == 1;
:D _online = target.isOnline();

:evil: ((L2PcInstance)character).setLastTownName(_townName);
:D ((L2PcInstance)character).setLastTownName(getName());
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: Looking for event script

Post by disorder35 »

I compile with the changes you made and got no errors, it look like the online part is good because I put a Hit on a player and it showed on the html that the player is online but the last town part didn't work because on the info html it did not show the last town, it showed null instead.

Thank you.
So What?????
Jcof1988
Posts: 19
Joined: Tue Aug 07, 2012 1:52 am

Re: Looking for event script

Post by Jcof1988 »

hello, i just found this and want to put into my l2j server, in what folders do i put the files
PlayerToAssasinate - java
L2HitmanInstance - java
Hitman - java
Hitman - Diff File
Post Reply