Help with hi5 areas!!

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
Mentor
Posts: 1
Joined: Fri Jun 03, 2011 4:58 pm

Help with hi5 areas!!

Post by Mentor »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:latest
L2JDP Revision Number:latest

Guys i just compiled tha last svns in eclipse and logged to server but the hi5 areas like dv are still the old ones... how to change it??

maybe i need to download the beta svns?


okey i downloaded the beta svns!! and got the hi5 areas!! now working on fixing the quest... cause there aren't any!!!
Maylorian
Posts: 23
Joined: Sun Sep 09, 2012 11:01 am

Re: Help with hi5 areas!!

Post by Maylorian »

if you are talking about the seperated soul its already fixed. you just have to link the quests onto the npc
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Help with hi5 areas!!

Post by UnAfraid »

L2J Revision Number:latest
L2JDP Revision Number:latest
There is no such revision lastest btw.

We are working only on unstable (BETA) SVN and synchronizing it with stable from time to time so if you need the lastest updates you'll have to use it (The unstable one)
Image
felpudito
Posts: 8
Joined: Wed Nov 26, 2008 6:36 am

Re: Help with hi5 areas!!

Post by felpudito »

Maylorian wrote:if you are talking about the seperated soul its already fixed. you just have to link the quests onto the npc
Where is a guide, or clue, to link the a quest to a npc?
thank u very much
SquiD
Posts: 3
Joined: Mon Aug 27, 2012 4:10 pm

Re: Help with hi5 areas!!

Post by SquiD »

I do not know if I understand your question, but is this what you want?

public NAME_OF_QUEST(int questId, String name, String descr)
{
super(questId, name, descr);

addStartNpc(ID_OF_NPC);
addTalkId(ID_OF_NPC);
addFirstTalkId(ID_OF_NPC);
}
Image
felpudito
Posts: 8
Joined: Wed Nov 26, 2008 6:36 am

Re: Help with hi5 areas!!

Post by felpudito »

thank u very much
like this? (for ex)

Code: Select all

    public Q254_LegendaryTales(int questId, String name, String descr)    {        super(questId, name, descr);        addStartNpc(GILMORE);        addTalkId(GILMORE);        addFirstTalkId(GILMORE);                };
and then should work?
thank u vry much
takuya1
Posts: 2
Joined: Mon Oct 24, 2011 3:16 pm

Datapack error, or what?

Post by takuya1 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision: 5722
L2JDP Revision: 9330

Uhm. I have those revisions. I think the revision corresponds to H5 Part 5, but... I'm searching the news of H5 in the Lineage2 official website and I see that in my server there aren't the new monsters. For example, Dragon Valley's monsters/raids, or Antharas' Lair monsters.

Is this a problem with the datapack or... what's up?
djmouse
Posts: 135
Joined: Tue Feb 07, 2012 4:48 am

Re: Datapack error, or what?

Post by djmouse »

Use beta branch
actimel
Posts: 6
Joined: Wed Dec 12, 2012 11:18 am

Re: Help with hi5 areas!!

Post by actimel »

Hello, i have the same question, about hi5 quests and also mobs which must be lvl80+ at Dragon valley for example.
In which file i must link quests?
Do i have to add some aditional config/import data or something else to change mobs in Dragon valley and other hi5 locations?

my server info:
L2J Revision Number:5722
L2JDP Revision Number:9330
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Help with hi5 areas!!

Post by MELERIX »

just use BETA
actimel
Posts: 6
Joined: Wed Dec 12, 2012 11:18 am

Re: Help with hi5 areas!!

Post by actimel »

Thank you, downloaded beta and now news locations are with right mobs .
Post Reply