[P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 85
  1. #46
    Play4Free™ Kirgston is offline
    MemberRank
    Aug 2007 Join Date
    UkrainianLocation
    526Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    New update:
    1) Full worked localization module
    2) fixed crashes with duel system
    3) fixed many potential crashes

    Please re-download sources

  2. #47
    Account Upgraded | Title Enabled! Mila is offline
    MemberRank
    Jan 2013 Join Date
    325Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    You can add this line in the ResetSystem.ini?

    ResetNPCNumber= 258
    This option was available in RMST Tornado

    Thanks!

  3. #48
    Alpha Member ianvalls90 is offline
    MemberRank
    Apr 2007 Join Date
    ArgentinaLocation
    1,829Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    Quote Originally Posted by Mila View Post
    You can add this line in the ResetSystem.ini?



    This option was available in RMST Tornado

    Thanks!
    It's not just adding the line....it would need to code the npc server-side as well...but it's completely possible (with the right sources.)
    This would be a nice add-on.
    As well as some kind of visual bug fix for new wings add.....but that's only me dreaming...lol

  4. #49
    Account Upgraded | Title Enabled! Mila is offline
    MemberRank
    Jan 2013 Join Date
    325Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    ¿What is this error? o.O



    And localization module not work (latest src)
    Last edited by Mila; 06-06-13 at 04:45 PM.

  5. #50
    Alpha Member ianvalls90 is offline
    MemberRank
    Apr 2007 Join Date
    ArgentinaLocation
    1,829Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    Quote Originally Posted by Mila View Post
    ¿What is this error? o.O



    And localization module not work (latest src)
    Maybe lacking some LOG folder....

    Localization module, i never paid attention to it....so i wouldnt know :|

  6. #51
    Digital Horizon KristiansJ is offline
    MemberRank
    Jul 2012 Join Date
    203Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    Quote Originally Posted by Mila View Post
    You can add this line in the ResetSystem.ini?



    This option was available in RMST Tornado

    Thanks!

    1. Open Reset.h


    In struct Conf add this line: int ResetNPC;

    2. Open Reset.cpp

    after last #include "name" add this #include "ResetSystem.h"

    Find: RConf.MaximumReset = Configs.GetInt(0, 65535, 50, "Customs", "MaximumResets", IAResetSystem);
    After That Add: RConf.ResetNPC = Configs.GetInt(0, 500, 241, "Customs", "ResetNPCID", IAResetSystem);

    3. Open Monster.cpp

    Find: (gObjNPC->Class ==241)
    Replace To: if (gObjNPC->Class == ResetSystem.RConf.ResetNPC)

    Compile and Done!

    Note: first code was easier but it was bad, because i forgot it was called every time you click on npc :D
    Last edited by KristiansJ; 06-06-13 at 06:07 PM.

  7. #52
    Account Upgraded | Title Enabled! Mila is offline
    MemberRank
    Jan 2013 Join Date
    325Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    Quote Originally Posted by KristiansJ View Post

    1. Open Reset.h


    In struct Conf add this line: int ResetNPC;

    2. Open Reset.cpp

    after last #include "name" add this #include "ResetSystem.h"

    Find: RConf.MaximumReset = Configs.GetInt(0, 65535, 50, "Customs", "MaximumResets", IAResetSystem);
    After That Add: RConf.ResetNPC = Configs.GetInt(0, 500, 241, "Customs", "ResetNPCID", IAResetSystem);

    3. Open Monster.cpp

    Find: (gObjNPC->Class ==241)
    Replace To: if (gObjNPC->Class == ResetSystem.RConf.ResetNPC)

    Compile and Done!

    Note: first code was easier but it was bad, because i forgot it was called every time you click on npc :D
    I can spend the same src but with the added line please?
    Last edited by Mila; 07-06-13 at 12:17 AM.

  8. #53
    SDK Ema Leto is offline
    MemberRank
    Feb 2009 Join Date
    Villa PueyrredLocation
    309Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source



    O.o

  9. #54
    Member marksync is offline
    MemberRank
    Mar 2012 Join Date
    BrazilLocation
    94Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    You cliente Server.. my client not display this bug!!

    Fallow





    Attached Thumbnails Attached Thumbnails screen-06_06-23_22-0001.jpg   screen-06_06-23_22-0002.jpg   screen-06_06-23_22-0004.jpg   screen-06_06-23_22-0003.jpg   screen-06_06-23_22-0000.jpg  


  10. #55
    Account Upgraded | Title Enabled! Mila is offline
    MemberRank
    Jan 2013 Join Date
    325Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    Quote Originally Posted by ianvalls90 View Post
    Maybe lacking some LOG folder....

    Localization module, i never paid attention to it....so i wouldnt know :|
    I downloaded the whole MuServer. How I can know that I lack Logs folder?

  11. #56
    SDK Ema Leto is offline
    MemberRank
    Feb 2009 Join Date
    Villa PueyrredLocation
    309Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    @marksync try with other characters... not only with summoner.



    now... nothing :/
    Last edited by Ema Leto; 07-06-13 at 06:18 AM.

  12. #57
    Account Upgraded | Title Enabled! Mila is offline
    MemberRank
    Jan 2013 Join Date
    325Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    Quote Originally Posted by Ema Leto View Post


    O.o
    Es tu cliente Ema. A mi me funciona correctamente en un main 1.3k (JPN)

  13. #58
    Novice kasper133 is offline
    MemberRank
    Jun 2013 Join Date
    1Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    Can someone put the working ser correct files are already with updates and customer for them ?

  14. #59
    Account Upgraded | Title Enabled! tranphuoctai is offline
    MemberRank
    Jan 2013 Join Date
    503Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    how to fix effect of exp tensei on main 1.03K JPN?

  15. #60
    Novice Mylda1608 is offline
    MemberRank
    Dec 2010 Join Date
    4Posts

    Re: [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

    Hello,
    can anybody upload the update where is duel fixed?
    Thanks



Page 4 of 6 FirstFirst 123456 LastLast

Advertisement