A couple of random questions

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
glasya
Posts: 36
Joined: Tue Feb 21, 2006 7:11 pm

A couple of random questions

Post by glasya »

L2J Revision Number: Not Needed
L2JDP Revision Number: Not Needed

Hello, i have a couple of general questions about the latest gracia final status.

1) What is the status of fantasy island? I saw certain files in the gameserver, but besides a gatekeeper ingame, nothing is going on there, no parade, no show etc. Is it not working or do i have to enable something for it.

2) On a private server which name i won't mention, i saw a chessgame event in fantasy island, is this supported by l2j?

3) On this same server i also saw an event where like 4 people could sign up to an event, when it started all players got a diffrent name color (red/green/yellow/etc) and they were doing a Last man standing event in giran, other players could no interfear in this event (not target / attack /buff / heal etc), is anyone familiair with this event?

4) Is there anyway i can allow clanleaders to learn clanskills without clanpoints? I already disabled the need for the items themself.

5) Is there anyway i could add an option to the TvT event to remove inactive players and give them some sort of penalty? Like jail for 10 minutes or so.

6) When editing a raidboss, do i have to use catagory's which i can make up myself? I use cat 1 for adena, 2 for goldbar, 3 for bews. So can i continue with like 4 for beas, 5 for festival adena etc? I want all the items to drop 100% with certain min/max values.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: A couple of random questions

Post by janiii »

6. Yes,you can use is like that,only remember that -1 is always spoil.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: A couple of random questions

Post by janiii »

4. check class RequestAquireSkill and find line 323 (or maybe somewhere around) and just comment it out

Code: Select all

player.getClan().setReputationScore(player.getClan().getReputationScore()-repCost, true);
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
Bloodshed
L2j Veteran
L2j Veteran
Posts: 816
Joined: Mon Jun 23, 2008 9:54 am
Location: Dorf Town

Re: A couple of random questions

Post by Bloodshed »

glasya wrote: 1) What is the status of fantasy island? I saw certain files in the gameserver, but besides a gatekeeper ingame, nothing is going on there, no parade, no show etc. Is it not working or do i have to enable something for it.
Show starts at 8pm ingame time i think, parade not done, block game not done, kratei's cube not done.

glasya wrote: 2) On a private server which name i won't mention, i saw a chessgame event in fantasy island, is this supported by l2j?
you will have to make it yourself unless its shared in the forums somewhere

glasya wrote: 3) On this same server i also saw an event where like 4 people could sign up to an event, when it started all players got a diffrent name color (red/green/yellow/etc) and they were doing a Last man standing event in giran, other players could no interfear in this event (not target / attack /buff / heal etc), is anyone familiair with this event?
Searchs custom mods
taking a break;
User avatar
Pere
Posts: 400
Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà

Re: A couple of random questions

Post by Pere »

glasya wrote: 2) On a private server which name i won't mention, i saw a chessgame event in fantasy island, is this supported by l2j?
My server :D
Near 5k added source lines, using l2j.
I have no intention to share it, too much work for a unique (only 1 minigame..), but you can try to program it by yourself :P
This minigame does not exist on the official server, so if l2j had official support for it, it would be a l2jmod.
Bones tardes amics meus tots!
glasya
Posts: 36
Joined: Tue Feb 21, 2006 7:11 pm

Re: A couple of random questions

Post by glasya »

janiii wrote:4. check class RequestAquireSkill and find line 323 (or maybe somewhere around) and just comment it out

Code: Select all

player.getClan().setReputationScore(player.getClan().getReputationScore()-repCost, true);
In Eclipse where do i find that class?
Can you tell the eclipse breadcrum.

Edit: i found it using the find function inside eclipse testing it now
Edit2: Did not work im affraid
Edit3: Fixed it by changing the if statement to 0
glasya
Posts: 36
Joined: Tue Feb 21, 2006 7:11 pm

Re: A couple of random questions

Post by glasya »

Ok next one, where can i find the code that handles the clan levelup requirements?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: A couple of random questions

Post by janiii »

glasya wrote:Ok next one, where can i find the code that handles the clan levelup requirements?
hm, first class i would look in is L2Clan ;) (when searching for java classes, you can use ctrl+shift+t and name of class)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Post Reply