| v62 | XiuzSource 3.4

Page 63 of 124 FirstFirst ... 1353555657585960616263646566676869707173113 ... LastLast
Results 931 to 945 of 1852
  1. #931
    Apprentice Anchovies is offline
    MemberRank
    Sep 2009 Join Date
    15Posts

    Re: [Release] | v62 | XiuzSource 2.3

    ohhh ok ty :]

  2. #932
    Member OoNuKuBoO is offline
    MemberRank
    Jul 2005 Join Date
    ThailandLocation
    54Posts

    Re: [Release] | v62 | XiuzSource 2.3

    I found out that Savage Blow does no damage to monster. I have to fix at AbstractDealDamageHandler.java, right? or CloseRangeDamageHandler.java?

  3. #933
    Member ForceStory is offline
    MemberRank
    Sep 2009 Join Date
    United KingdomLocation
    75Posts

    sad Re: [Release] | v62 | XiuzSource 2.3

    Quote Originally Posted by ForceStory View Post
    I use this source, it look nice but how to fix HP and MP?
    Why HP and MP will drop after rebirth? Like this how to MAX?
    Anyone use this source got this problem? reply me, tQ
    reply me pls!

  4. #934
    Apprentice FunnyGames is offline
    MemberRank
    Sep 2009 Join Date
    22Posts

    sad Re: [Release] | v62 | XiuzSource 2.3



    Can somebody help me what do i do when i get this error?

    I found Map.wz on the net (a folder), and then copied it to:
    ..\XiuzSource\XiuzSource\src\net\sf\odinms\provider\wz\

    But it didn't help... :( So i tried the MapleStory wz, and it also didn't help...

    I read this in the information:
    net.sf.odinms.wzpath
    - Path to the folder containing the Maple Story .wz files

    I put it in world.properties and channel.properties, but looks like it didn't help... (I put the MapleStory .wz files directory)

    So can someone help me please? :)

  5. #935
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Quote Originally Posted by ForceStory View Post
    reply me pls!

    There's nothing to fix, I made it that way because I think is more entertaining that walking around with 30k mp/hp.
    If you want to change it you will need to edit the source, I recommend Netbeans and theres some tutorials available.

    Quote Originally Posted by FunnyGames View Post


    Can somebody help me what do i do when i get this error?

    I found Map.wz on the net (a folder), and then copied it to:
    ..\XiuzSource\XiuzSource\src\net\sf\odinms\provider\wz\

    But it didn't help... :( So i tried the MapleStory wz, and it also didn't help...

    I read this in the information:
    net.sf.odinms.wzpath
    - Path to the folder containing the Maple Story .wz files

    I put it in world.properties and channel.properties, but looks like it didn't help... (I put the MapleStory .wz files directory)

    So can someone help me please? :)

    The WZ folder goes here: c:\XiuzSource\WZ .
    Check out my server tutorial, the link is in my signature.
    Last edited by XiuzSu; 28-09-09 at 04:03 PM. Reason: Typo.

  6. #936
    Apprentice Prismtx is offline
    MemberRank
    Sep 2009 Join Date
    6Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Doing an awesome job man, I started useing this since 2.3 and just keeps getting better and better, many thanks ;)

  7. #937
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Forgot to say, updated again. v2.5.

  8. #938
    Apprentice Anchovies is offline
    MemberRank
    Sep 2009 Join Date
    15Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Whaaaaaaaaaaaaaaat!!! Againn!!??! Alright. TurtleSVN I choose you! x_X

  9. #939
    Member raydian is offline
    MemberRank
    Aug 2009 Join Date
    CybertronLocation
    64Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Dang XiuzSu youre on a roll! Very profesional! thats what i love about your source it's always being improved... not like other's sources around here >_>

  10. #940
    Enthusiast Joeis78 is offline
    MemberRank
    Jan 2009 Join Date
    43Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Quote Originally Posted by raydian View Post
    dang xiuzsu youre on a roll! Very profesional! Thats what i love about your source it's always being improved... Not like other's sources around here >_>
    +1


    qft.

  11. #941
    Account Upgraded | Title Enabled! wietse02 is offline
    MemberRank
    Jul 2008 Join Date
    NetherlandsLocation
    657Posts

    Re: [Release] | v62 | XiuzSource 2.3

    wauw, such great updates need some thanks ^^

    But the cashshop packages are not working for me, still says sold out. Maybe u can show me a screenshot of your working?
    Last edited by wietse02; 28-09-09 at 06:51 PM.

  12. #942
    Member FIash is offline
    MemberRank
    Mar 2009 Join Date
    68Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Wow XiuzSu awesome updates!!!
    the source is almost perfect, if you want you can make the rings work 100% and the source will be 100% perfect
    (the ring is a small thing the source is amazing without it too).
    And why you didnt add THIS I made it just for your source!

    Quote Originally Posted by ForceStory View Post
    I use this source, it look nice but how to fix HP and MP?
    Why HP and MP will drop after rebirth? Like this how to MAX?
    Anyone use this source got this problem? reply me, tQ
    here:
    Quote Originally Posted by FIash View Post
    Go to MapleCharacter.java and look for this row:
    PHP Code:
        public void doReborn() {
            
    unequipEverything();
            
    setReborns(getReborns() + 1);
            
    setLevel(1);
            
    setHp(1000);
            
    setMp(1000);
            
    setMaxHp(1000);
            
    setMaxMp(1000);
            
    setExp(0);
            
    setRemainingSp(0);
            
    setJob(MapleJob.BEGINNER);
            
    updateSingleStat(MapleStat.LEVEL1);
            
    updateSingleStat(MapleStat.HP1000);
            
    updateSingleStat(MapleStat.MP1000);
            
    updateSingleStat(MapleStat.MAXHP1000);
            
    updateSingleStat(MapleStat.MAXMP1000);
            
    updateSingleStat(MapleStat.EXP0);
            
    updateSingleStat(MapleStat.AVAILABLESP0);
            
    updateSingleStat(MapleStat.JOB0); 
    Change it to:
    PHP Code:
        public void doReborn() {
            
    unequipEverything();
            
    setReborns(getReborns() + 1);
            
    setLevel(1);
            
    setExp(0);
            
    setRemainingSp(0);
            
    setJob(MapleJob.BEGINNER);
            
    updateSingleStat(MapleStat.LEVEL1);
            
    updateSingleStat(MapleStat.EXP0);
            
    updateSingleStat(MapleStat.AVAILABLESP0);
            
    updateSingleStat(MapleStat.JOB0); 
    you can look before you posting.
    Last edited by FIash; 28-09-09 at 07:14 PM.

  13. #943
    Member filoxd is offline
    MemberRank
    Apr 2008 Join Date
    VenezuelaLocation
    68Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Well v2.5, Now fix the problem that the monsters stay freeze or stunned and never come back to normal status. Also add the allinone NPC :3

  14. #944
    Member FIash is offline
    MemberRank
    Mar 2009 Join Date
    68Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Lol the monsters are freeze because you are in hide.

    ---------- Post added at 05:47 PM ---------- Previous post was at 05:37 PM ----------

    Xiuz you didnt fix the Quest PE..

  15. #945
    Member filoxd is offline
    MemberRank
    Apr 2008 Join Date
    VenezuelaLocation
    68Posts

    Re: [Release] | v62 | XiuzSource 2.3

    Nope, im not hide, and i found another bug at 2.5, sometimes Players get DC when monsters dies :S



Advertisement