Jump to content

Stewie

Banned
  • Posts

    1,771
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Stewie

  1.  

    Okey, fine i compile it.

    Buildfile: C:\workspace\L2J_Server\build.xml
    clean:
       [delete] Deleting directory C:\workspace\L2J_Server\build
    checkRequirements:
    getChangelogDateVersion:
         [exec] Result: 1
         [exec] Result: 1
    init:
        [mkdir] Created dir: C:\workspace\L2J_Server\build
        [mkdir] Created dir: C:\workspace\L2J_Server\build\classes
    compile:
        [javac] Compiling 1522 source files to C:\workspace\L2J_Server\build\classes
    jar:
          [jar] Building jar: C:\workspace\L2J_Server\build\dist\login\l2jlogin.jar
          [jar] Building jar: C:\workspace\L2J_Server\build\dist\game\l2jserver.jar
    dist:
         [copy] Copying 55 files to C:\workspace\L2J_Server\build\dist
         [copy] Copying 5 files to C:\workspace\L2J_Server\build\dist\game
         [copy] Copying 13 files to C:\workspace\L2J_Server\build\dist\libs
         [copy] Copying 5 files to C:\workspace\L2J_Server\build\dist\login
          [zip] Building zip: C:\workspace\L2J_Server\build\L2J_Server.zip
    BUILD SUCCESSFUL
    Total time: 27 seconds

     

    No errors as i see....

     

     

    Both was BUILD SUCCESSFUL

     

    I try to run it and ....here the error begin

    image.gif

    After that...

    n8qq0se29

    After that....

    image.gif

    After that....

    image.gif

    After that...

    image.gif

    After that...

    image.gif

    And here finish...

    image.gif

     

    I wait a while to see if it's going to keep on....

    but here stop...

    :(

    Help me please... It's my first build so... i'm newbie and probably i mistake somewhere...

    BUT Login Server is fine :D

  2. I get it from http://www.l2jserver.com/forum/viewtopic.php?f=82&t=24625

     

    I try to compile this with Eclipse...

    [All know already i'm not good.]

    So i did something but i'm not sure what....

    Buildfile: C:\workspace\L2J_Server\build.xml
    clean:
    checkRequirements:
    getChangelogDateVersion:
    
    BUILD FAILED
    C:\workspace\L2J_Server\build.xml:132: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified
    
    Total time: 391 milliseconds
    

    This is error in Eclipse i get....

     

    And this is what i try to do

    post_1.jpg

     

    Is this look normal as build of L2j?

    post2.jpg

     

    Or is this look normal [The Datapack i use.]

    post3.jpg

     

    Help me....xD

  3.  

    I have an error wich show sometime's... its in one of quests - 999_T1Tutorial .

    image.jpg

     

     

    Here is line 237....

       Ex = int(qs.get("Ex"))

    Here is part of code.

     def onKill(self,npc,player,isPet):
       if Config.DISABLE_TUTORIAL :
         return
       st = player.getQuestState(qn)
       if not st : return
       qs = st.getPlayer().getQuestState(qnTutorial)
       if not qs : return
       Ex = int(qs.get("Ex"))
       if qs != None :
          if Ex in [0,1] :
             st.playTutorialVoice("tutorial_voice_011")
             st.showQuestionMark(3)
             qs.set("Ex","2")
          if Ex in [0,1,2] and st.getQuestItemsCount(6353) < 1 :
             st.dropItem(npc,player,6353,1)
             st.playSound("ItemSound.quest_tutorial")
       return
    
    QUEST       = Quest(999,qn,"Kamael Tutorial")

     

     

    What to do? Please help :D

  4. don't spam sir

     

    Thnx for this share my friend added it and he said to tell you tnx really !!!

     

    I'm sorry if you think this is spam... anyway i like Phoenix Engine and would be nice to be shared, the events doesnt make server... so its not big deal...at all if server sux doesnt metter if its with  Phoenix Engine or not... it will be with 0 players :) 

     

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock