I used the Svn repositories for Eclipse, but: GameServer doesn't compile ( error about something like unchecked and insicure source).. So i used the pre-compiled package of game server.. but all buylist are missing and npc say only: i have nothing to say you.
Here is 2:27 am, so i can ( better: i SURELY ) did something wrong...
Btw, it's normal all this lack of files inside the precompiled? Wich i have to download to setup the c4 server?
Thx for answers
[Help] L2j C4 Antharas Quest Load
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 28
- Joined: Sat Mar 19, 2011 1:01 am
[Help] L2j C4 Antharas Quest Load
Last edited by pape90 on Sun Jun 26, 2011 10:57 am, edited 1 time in total.
-
- L2j Veteran
- Posts: 208
- Joined: Thu Jul 27, 2006 11:03 am
- Location: Italy
Re: [Help] L2j C4 SetUp
have you downloaded and extracted datapack into gameserver folder?
-
- Posts: 28
- Joined: Sat Mar 19, 2011 1:01 am
Re: [Help] L2j C4 SetUp
I'm an idiot, i forgot a Data folder out of gameserver. Try and tell how it goes, thxmrTJO wrote:have you downloaded and extracted datapack into gameserver folder?

-
- L2j Veteran
- Posts: 208
- Joined: Thu Jul 27, 2006 11:03 am
- Location: Italy
Re: [Help] L2j C4 SetUp
It worked? 

-
- Posts: 28
- Joined: Sat Mar 19, 2011 1:01 am
Re: [Help] L2j C4 SetUp
Yes it worked, thx a lotmrTJO wrote:It worked?

Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
-
- L2j Veteran
- Posts: 208
- Joined: Thu Jul 27, 2006 11:03 am
- Location: Italy
Re: [Help] L2j C4 SetUp
There's something wrong into build.xml 
apply this patch:

apply this patch:
Code: Select all
Index: build.xml===================================================================--- build.xml (revision 4692)+++ build.xml (working copy)@@ -241,14 +241,6 @@ <include name="**/*.html"/> </fileset> </copy>- - - <mkdir dir="${build.dist.game}/data/stats" />- <copy todir="${build.dist.game}/data/stats">- <fileset dir="data/stats">- <include name="**/*.xml"/>- </fileset>- </copy> <zip destfile="${build}/l2j-server.zip" basedir="${build.dist}" />
-
- Posts: 28
- Joined: Sat Mar 19, 2011 1:01 am
Re: [Help] L2j C4 SetUp
Yeah, it workedmrTJO wrote:There's something wrong into build.xml
apply this patch:Code: Select all
Index: build.xml===================================================================--- build.xml (revision 4692)+++ build.xml (working copy)@@ -241,14 +241,6 @@ <include name="**/*.html"/> </fileset> </copy>- - - <mkdir dir="${build.dist.game}/data/stats" />- <copy todir="${build.dist.game}/data/stats">- <fileset dir="data/stats">- <include name="**/*.xml"/>- </fileset>- </copy> <zip destfile="${build}/l2j-server.zip" basedir="${build.dist}" />

-
- Posts: 28
- Joined: Sat Mar 19, 2011 1:01 am
Re: [Help] L2j C4 Antharas Quest Load
-.- sorry again for disturb, i'm having an issue with 337_AudienceWithLandDragon Quest..
I've downloaded the init.py file from http://trac.l2jdp.com/browser/trunk/dat ... y?rev=4147
And i've got the html files from the Freya quest folder..
I've put this in jscript folder->quest, togheter with other quests, and edited the _init_.py with
'999_C3Tutorial',
'337_AudienceWithTheLandDragon'
]
print ""
print "importing quests ..."
from data.jscript.quests import *
print"... done"
But.. GameServer simply doesn't load it. No errors, anything... It just skip it.
What can the issue be?
I've downloaded the init.py file from http://trac.l2jdp.com/browser/trunk/dat ... y?rev=4147
And i've got the html files from the Freya quest folder..
I've put this in jscript folder->quest, togheter with other quests, and edited the _init_.py with
'999_C3Tutorial',
'337_AudienceWithTheLandDragon'
]
print ""
print "importing quests ..."
from data.jscript.quests import *
print"... done"
But.. GameServer simply doesn't load it. No errors, anything... It just skip it.
What can the issue be?
-
- L2j Veteran
- Posts: 208
- Joined: Thu Jul 27, 2006 11:03 am
- Location: Italy
Re: [Help] L2j C4 Antharas Quest Load
Freya scripts are incompatible with C4 GS 
