Help with hi5 areas!!
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 1
- Joined: Fri Jun 03, 2011 4:58 pm
Help with hi5 areas!!
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!!!
» 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!!!
-
- Posts: 23
- Joined: Sun Sep 09, 2012 11:01 am
Re: Help with hi5 areas!!
if you are talking about the seperated soul its already fixed. you just have to link the quests onto the npc
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Help with hi5 areas!!
There is no such revision lastest btw.L2J Revision Number:latest
L2JDP Revision Number:latest
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)
-
- Posts: 8
- Joined: Wed Nov 26, 2008 6:36 am
Re: Help with hi5 areas!!
Where is a guide, or clue, to link the a quest to a npc?Maylorian wrote:if you are talking about the seperated soul its already fixed. you just have to link the quests onto the npc
thank u very much
-
- Posts: 3
- Joined: Mon Aug 27, 2012 4:10 pm
Re: Help with hi5 areas!!
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);
}
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);
}
-
- Posts: 8
- Joined: Wed Nov 26, 2008 6:36 am
Re: Help with hi5 areas!!
thank u very much
like this? (for ex)
and then should work?
thank u vry 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); };
thank u vry much
-
- Posts: 2
- Joined: Mon Oct 24, 2011 3:16 pm
Datapack error, or what?
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?
» 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?
-
- Posts: 135
- Joined: Tue Feb 07, 2012 4:48 am
Re: Datapack error, or what?
Use beta branch
-
- Posts: 6
- Joined: Wed Dec 12, 2012 11:18 am
Re: Help with hi5 areas!!
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
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
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
-
- Posts: 6
- Joined: Wed Dec 12, 2012 11:18 am
Re: Help with hi5 areas!!
Thank you, downloaded beta and now news locations are with right mobs .