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.
A couple of random questions
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: A couple of random questions
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: A couple of random questions
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- Bloodshed
- L2j Veteran
- Posts: 816
- Joined: Mon Jun 23, 2008 9:54 am
- Location: Dorf Town
Re: A couple of random questions
Show starts at 8pm ingame time i think, parade not done, block game not done, kratei's cube not done.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.
you will have to make it yourself unless its shared in the forums somewhereglasya 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?
Searchs custom modsglasya 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?
taking a break;
- Pere
- Posts: 400
- Joined: Sat Jan 05, 2008 11:09 am
- Location: Catalunya, Berguedà
Re: A couple of random questions
My serverglasya 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?

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

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!
-
- Posts: 36
- Joined: Tue Feb 21, 2006 7:11 pm
Re: A couple of random questions
In Eclipse where do i find that class?janiii wrote:4. check class RequestAquireSkill and find line 323 (or maybe somewhere around) and just comment it outCode: Select all
player.getClan().setReputationScore(player.getClan().getReputationScore()-repCost, true);
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
-
- Posts: 36
- Joined: Tue Feb 21, 2006 7:11 pm
Re: A couple of random questions
Ok next one, where can i find the code that handles the clan levelup requirements?
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: A couple of random questions
hm, first class i would look in is L2Clanglasya wrote:Ok next one, where can i find the code that handles the clan levelup requirements?

DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!