[Help] L2j C4 Antharas Quest Load

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
pape90
Posts: 28
Joined: Sat Mar 19, 2011 1:01 am

[Help] L2j C4 Antharas Quest Load

Post 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
Last edited by pape90 on Sun Jun 26, 2011 10:57 am, edited 1 time in total.
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: [Help] L2j C4 SetUp

Post by mrTJO »

have you downloaded and extracted datapack into gameserver folder?
pape90
Posts: 28
Joined: Sat Mar 19, 2011 1:01 am

Re: [Help] L2j C4 SetUp

Post 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 :)
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: [Help] L2j C4 SetUp

Post by mrTJO »

It worked? :D
pape90
Posts: 28
Joined: Sat Mar 19, 2011 1:01 am

Re: [Help] L2j C4 SetUp

Post 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.
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: [Help] L2j C4 SetUp

Post 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}" /> 
pape90
Posts: 28
Joined: Sat Mar 19, 2011 1:01 am

Re: [Help] L2j C4 SetUp

Post 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
pape90
Posts: 28
Joined: Sat Mar 19, 2011 1:01 am

Re: [Help] L2j C4 Antharas Quest Load

Post 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?
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: [Help] L2j C4 Antharas Quest Load

Post by mrTJO »

Freya scripts are incompatible with C4 GS :D
Post Reply