Page 1 of 1

[Help] L2j C4 Antharas Quest Load

Posted: Fri Jun 24, 2011 12:28 am
by pape90
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

Re: [Help] L2j C4 SetUp

Posted: Fri Jun 24, 2011 12:47 am
by mrTJO
have you downloaded and extracted datapack into gameserver folder?

Re: [Help] L2j C4 SetUp

Posted: Fri Jun 24, 2011 6:01 am
by pape90
mrTJO wrote:have you downloaded and extracted datapack into gameserver folder?
I'm an idiot, i forgot a Data folder out of gameserver. Try and tell how it goes, thx :)

Re: [Help] L2j C4 SetUp

Posted: Fri Jun 24, 2011 5:45 pm
by mrTJO
It worked? :D

Re: [Help] L2j C4 SetUp

Posted: Sat Jun 25, 2011 7:01 am
by pape90
mrTJO wrote:It worked? :D
Yes it worked, thx a lot ;) My only question is.... How can i compile them with eclipse? GameServer give me error



Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

Re: [Help] L2j C4 SetUp

Posted: Sat Jun 25, 2011 9:22 am
by mrTJO
There's something wrong into build.xml :D
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}" /> 

Re: [Help] L2j C4 SetUp

Posted: Sun Jun 26, 2011 9:28 am
by pape90
mrTJO wrote:There's something wrong into build.xml :D
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}" /> 
Yeah, it worked ;) thank you very much

Re: [Help] L2j C4 Antharas Quest Load

Posted: Sun Jun 26, 2011 11:01 am
by pape90
-.- 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?

Re: [Help] L2j C4 Antharas Quest Load

Posted: Sun Jun 26, 2011 3:54 pm
by mrTJO
Freya scripts are incompatible with C4 GS :D