Page 1 of 1
Help with hi5 areas!!
Posted: Sat Sep 29, 2012 11:04 am
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!!!
Re: Help with hi5 areas!!
Posted: Fri Oct 05, 2012 7:55 am
by Maylorian
if you are talking about the seperated soul its already fixed. you just have to link the quests onto the npc
Re: Help with hi5 areas!!
Posted: Fri Oct 05, 2012 10:32 am
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)
Re: Help with hi5 areas!!
Posted: Thu Oct 18, 2012 9:57 am
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
Re: Help with hi5 areas!!
Posted: Sat Oct 20, 2012 6:17 am
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);
}
Re: Help with hi5 areas!!
Posted: Thu Oct 25, 2012 3:59 am
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
Datapack error, or what?
Posted: Fri Dec 14, 2012 7:22 pm
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?
Re: Datapack error, or what?
Posted: Fri Dec 14, 2012 10:29 pm
by djmouse
Use beta branch
Re: Help with hi5 areas!!
Posted: Sun Dec 16, 2012 1:19 am
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
Re: Help with hi5 areas!!
Posted: Sun Dec 16, 2012 4:44 am
by MELERIX
just use BETA
Re: Help with hi5 areas!!
Posted: Sun Dec 16, 2012 12:48 pm
by actimel
Thank you, downloaded beta and now news locations are with right mobs .