Lily Resources [Updated]

Page 1 of 8 12345678 LastLast
Results 1 to 25 of 183
  1. #1
    Account Upgraded | Title Enabled! iMurad is offline
    MemberRank
    Jun 2008 Join Date
    Illinois, USLocation
    529Posts

    Lily Resources [Updated]


    Lily REV 14 v59 Source:

    (Current)

    http://www.mediafire.com/?ba1l25eioih

    My Guide on how to SVN Check out:
    (How to download and update your source without mediafire or rapidshare)

    http://forum.ragezone.com/showthread...79#post3905079


    koolk's v58 Localhost:
    (Lily is v59. This is here for future reference)

    Rapidshare: http://rapidshare.com/files/136272756/localhost.exe

    Mediafire: http://www.mediafire.com/?cubdfdievrg

    Wait... if it's v59 and there's no localhost, how do I connect?
    Just make a new file, paste this in it, and save it as "YourServer.bat"
    Code:
    start maplestory.exe YOURSERVERIP 8484
    Then place the bat in your v59 MS folder, launch it, then use the official maplestory client.

    Maplestory v0.58 XML.WZ files:

    (Outdated. Will leave for future reference.)

    http://www.mediafire.com/download.php?xalyjcvwdht

    Maplestory v0.59 XML.WZ files:

    (Lily is v59)

    http://www.mediafire.com/?xn0qegydz4g

    Useful Information:

    -The string.wz is not included in the XMLs, so please put it in from your MapleStory folder.
    -Move "net.sf.lily.exttools" to "net.sf.lily"
    -Until a v59 localhost is released, this source is only for testing purposes.

    Credits:

    -Lily Dev Team.
    -koolk for the v58 localhost.
    -Me for making the thread.
    Last edited by iMurad; 16-08-08 at 05:07 AM.


  2. #2
    Account Upgraded | Title Enabled! Onesky is offline
    MemberRank
    Aug 2008 Join Date
    In Your BedLocation
    228Posts

    Re: [Re-Release] Lily ~Mediafire.

    FIRST POST!!
    eh i suppose you can at least explain more?

  3. #3
    Account Upgraded | Title Enabled! iMurad is offline
    MemberRank
    Jun 2008 Join Date
    Illinois, USLocation
    529Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by Onesky View Post
    FIRST POST!!
    eh i suppose you can at least explain more?
    I rar'd the source and uploaded it to Mediafire because some people don't know how to do an SVN Checkout.

  4. #4
    Account Upgraded | Title Enabled! Sengi is offline
    MemberRank
    Apr 2008 Join Date
    Behind You xDLocation
    272Posts

    Re: [Re-Release] Lily ~Mediafire.

    Why don't u just show them how to work with SVN Updating.., etc it will be better to teach leechers instead of giving them stuff

  5. #5
    Account Upgraded | Title Enabled! iMurad is offline
    MemberRank
    Jun 2008 Join Date
    Illinois, USLocation
    529Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by Sengi View Post
    Why don't u just show them how to work with SVN Updating.., etc it will be better to teach leechers instead of giving them stuff
    Like I said. This is until Matthias finishes making the tuts.

  6. #6
    Enthusiast jomark1024 is offline
    MemberRank
    Jun 2008 Join Date
    47Posts

    Re: [Re-Release] Lily ~Mediafire.

    Hey i made it work but one problem you forgot to put the right wz files and i get this error thats suppose to be a dist missing in one of the java folders but i put everything right in security and ext in java folders

    Here it is see



    Also theres more stuff in the dist folder than usual can you pls tell me which one to put??


  7. #7
    Member kittygoweeee is offline
    MemberRank
    May 2008 Join Date
    63Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by jomark1024 View Post
    Hey i made it work but one problem you forgot to put the right wz files and i get this error thats suppose to be a dist missing in one of the java folders but i put everything right in security and ext in java folders

    Here it is see



    Also theres more stuff in the dist folder than usual can you pls tell me which one to put??

    i have the same problem please help o.o

  8. #8
    Account Upgraded | Title Enabled! keroh93 is offline
    MemberRank
    Apr 2008 Join Date
    1,313Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by kittygoweeee View Post
    i have the same problem please help o.o
    It is not asking you about something is missing from the dist file

    Go to

    World.properties and replace everything with this

    Code:
    # experience factor
    net.sf.odinms.world.exp=1
    # meso factor
    net.sf.odinms.world.meso=1
    # drop factor
    net.sf.odinms.world.drop=1
    # bossdrop factor
    net.sf.odinms.world.bossdrop=1
    # allow undroppable items to be dropped
    net.sf.odinms.world.alldrop=false
    # allow characters to pick up more than one "one-of-a-kind" items
    net.sf.odinms.world.morethanone=false
    # spawn a character for debugging purposes on every map
    net.sf.odinms.world.faekchar=false
    # time in milliseconds between loginqueue runs
    net.sf.odinms.login.interval=1000
    # time in milliseconds between ranking updates (default: 30 minutes)
    net.sf.odinms.login.ranking.interval=1800000
    # total user limit of the server
    net.sf.odinms.login.userlimit=100
    # defaults for channelservers
    net.sf.odinms.channel.net.port=7575
    net.sf.odinms.channel.net.interface=127.0.0.1
    # active event scripts
    net.sf.odinms.channel.events=lolcastle,3rdjob,ZakumPQ,KerningPQ,LudiPQ,GuildQuest

  9. #9
    Enthusiast jomark1024 is offline
    MemberRank
    Jun 2008 Join Date
    47Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by keroh93 View Post
    It is not asking you about something is missing from the dist file

    Go to

    World.properties and replace everything with this

    Code:
    # experience factor
    net.sf.odinms.world.exp=1
    # meso factor
    net.sf.odinms.world.meso=1
    # drop factor
    net.sf.odinms.world.drop=1
    # bossdrop factor
    net.sf.odinms.world.bossdrop=1
    # allow undroppable items to be dropped
    net.sf.odinms.world.alldrop=false
    # allow characters to pick up more than one "one-of-a-kind" items
    net.sf.odinms.world.morethanone=false
    # spawn a character for debugging purposes on every map
    net.sf.odinms.world.faekchar=false
    # time in milliseconds between loginqueue runs
    net.sf.odinms.login.interval=1000
    # time in milliseconds between ranking updates (default: 30 minutes)
    net.sf.odinms.login.ranking.interval=1800000
    # total user limit of the server
    net.sf.odinms.login.userlimit=100
    # defaults for channelservers
    net.sf.odinms.channel.net.port=7575
    net.sf.odinms.channel.net.interface=127.0.0.1
    # active event scripts
    net.sf.odinms.channel.events=lolcastle,3rdjob,ZakumPQ,KerningPQ,LudiPQ,GuildQuest
    lmao i did that and it still doesnt work its the dist files i had many of those kind of errors and everytime i redo the dist files it works so it must be the dist files

    Edit: i actually tryed that but it didnt work so its probably the dist files

  10. #10
    Member kittygoweeee is offline
    MemberRank
    May 2008 Join Date
    63Posts

    Re: [Re-Release] Lily ~Mediafire.

    now i have another error lulz

  11. #11
    Account Upgraded | Title Enabled! dabombchu is offline
    MemberRank
    Jun 2008 Join Date
    Henry County, GeorgiaLocation
    203Posts

    Re: [Re-Release] Lily ~Mediafire.

    lol wow... Didn't Matty and Sparks have an answer to this in their help-desk? O_O

  12. #12
    Enthusiast xpod is offline
    MemberRank
    May 2008 Join Date
    25Posts

    Re: [Re-Release] Lily ~Mediafire.

    Umm for those that still have those errors on the above mentioned I've found the solution. Go to http://trac.assembla.com/lily/changeset/9 go down until you see the words "download in other format" click zip format. It'll download all those files for you, you then replace them and you take the lily dist file within it and replace the one you downloaded from this thread, and voila error solved :).

    Edit: Hmm, now I can't seem to get past log in screen, anyone know how to fix this?

  13. #13
    Enthusiast jomark1024 is offline
    MemberRank
    Jun 2008 Join Date
    47Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by xpod View Post
    Umm for those that still have those errors on the above mentioned I've found the solution. Go to http://trac.assembla.com/lily/changeset/9 go down until you see the words "download in other format" click zip format. It'll download all those files for you, you then replace them and you take the lily dist file within it and replace the one you downloaded from this thread, and voila error solved :).

    Edit: Hmm, now I can't seem to get past log in screen, anyone know how to fix this?
    yeah i knew there was a problem with the dist files Thanks

    Edit: ARGHHH getting error when launching my localhost some random numbers like the one in the client

  14. #14
    Apprentice FinalAura is offline
    MemberRank
    May 2008 Join Date
    19Posts

    Re: [Re-Release] Lily ~Mediafire.

    When I try to log into admin account, I get errors on the login console window... and it doesn't log in... And yes, I already created the admin account.


  15. #15
    Account Upgraded | Title Enabled! YaNdAoGM is offline
    MemberRank
    Apr 2008 Join Date
    public boolean isSingapore { return true; }Location
    568Posts

    Re: [Re-Release] Lily ~Mediafire.

    hope this solves ur prob runing the sqls and placing all the dist files in ur java folder and u may need 2 change ur properties files and some java errors can be fixed in the guide section

  16. #16
    Valued Member felixxex is offline
    MemberRank
    May 2008 Join Date
    110Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by FinalAura View Post
    When I try to log into admin account, I get errors on the login console window... and it doesn't log in... And yes, I already created the admin account.

    same probalm any fix plz???

  17. #17
    Valued Member PhenomZ is offline
    MemberRank
    Jul 2008 Join Date
    143Posts

    Re: [Re-Release] Lily ~Mediafire.

    any detailed guide on what to do with the files?

  18. #18
    Account Upgraded | Title Enabled! pandalov3r is offline
    MemberRank
    Jun 2008 Join Date
    In RebornStoryLocation
    305Posts

    Re: [Re-Release] Lily ~Mediafire.

    Im gonna wait for the offical odin snow =P

  19. #19
    Member Dreamix is offline
    MemberRank
    Aug 2008 Join Date
    53Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by pandalov3r View Post
    Im gonna wait for the offical odin snow =P
    Same for me..

  20. #20
    Account Upgraded | Title Enabled! pandalov3r is offline
    MemberRank
    Jun 2008 Join Date
    In RebornStoryLocation
    305Posts

    Re: [Re-Release] Lily ~Mediafire.

    =) Official Ftw :D

  21. #21
    Valued Member stefanrenne is offline
    MemberRank
    May 2008 Join Date
    120Posts

    Re: [Re-Release] Lily ~Mediafire.

    This is the official source :P

  22. #22
    Valued Member jasontjakra is offline
    MemberRank
    Jul 2008 Join Date
    127Posts

    Re: [Re-Release] Lily ~Mediafire.

    Quote Originally Posted by felixxex View Post
    same probalm any fix plz???
    same problem here too can any1 tell me where i went wrong???
    1.downloaded it
    2.Put the files in dist folders into all the ext folders for the java
    3.made the db
    4. start server
    5. try log in .....
    6. u noe wad happened..........
    the error can any1 tell me what i left out?

  23. #23
    Account Upgraded | Title Enabled! PeaTar is offline
    MemberRank
    May 2008 Join Date
    Up a treeLocation
    265Posts

    Re: [Re-Release] Lily ~Mediafire.

    Cool release!

  24. #24
    Account Upgraded | Title Enabled! Commie is offline
    MemberRank
    Jul 2008 Join Date
    The Coop.Location
    1,133Posts

    Re: [Release] Lily ~Mediafire.

    Mind having the localhost not hosted at rapidshare? They suck... Capping my download speed at like 50kbps... That's so gay.

  25. #25
    Valued Member PhenomZ is offline
    MemberRank
    Jul 2008 Join Date
    143Posts

    Re: [Release] Lily ~Mediafire.

    What wz folders do we use ? the old v.55 ones ?



Page 1 of 8 12345678 LastLast

Advertisement