Jump to content

Alexandria

Members
  • Content Count

    341
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Alexandria


  1. Your multi-level up conf should be set to yes still.

     

    sd->status.base_exp -= next;

    //Kyoki pointed out that the max overcarry exp is the exp needed for the previous level -1. [skotlex]

    if(battle_config.multi_level_up && sd->status.base_level < 80 && sd->status.base_exp > next-1)

    sd->status.base_exp = next-1;

     

    Just remove the ! and it should be fine I believe.

     

     

    It worked now but i have to change the < to > thank you !.

     

    sd->status.base_level > 80

     

    Any help guys? Thanks


  2. In pc.c find:

     

    sd->status.base_exp -= next;		//Kyoki pointed out that the max overcarry exp is the exp needed for the previous level -1. [Skotlex]		if(!battle_config.multi_level_up && sd->status.base_exp > next-1)			sd->status.base_exp = next-1;

    And replace for this:

     

    sd->status.base_exp -= next;		//Kyoki pointed out that the max overcarry exp is the exp needed for the previous level -1. [Skotlex]		if(!battle_config.multi_level_up && sd->status.base_level < 80 && sd->status.base_exp > next-1)			sd->status.base_exp = next-1;

     

     

     

     

    Thank you for helping me but it didnt work :(


  3. Oh thank you. It is working now.

    I think I found another bug. For some reason it doesnt update the zeny top after I typed @zeny 500. It keeps showing the previous amount.


  4. @@Alexandria rocred is not an updater, but a login tool :P

     

     

     

    @Topic

    Updated it to the latest Hercules source code (as of the date of this post) and changed patch format to Git compliant, and added some mirrors.

     

    Ty.

     

    Is there a .dll to inject to my .exe (2012 04 10) to make it to work without a login tool?y


  5. lactancy? or latency?

     

    anyway if its routed through the north well the latency is fair/normal but if its routed through south its poor...

     

    :meow:

     

    Sorry, I was writing so fast that I made a mistake in typing. :D

     

    I have heard that PLDT is the best company in PH. It does not matter if you live in north or south. You can play without lag if the server is located in Canada.


  6. Hello there,


    I am sorry if this topic does not go to this forum.

     

    I am looking for people who live in Philippine because I am doing a study about their network and their latency to America. If you live in Philippine and also you have time (15 minutes at least) and you want to help me, please send me a private message.

     

    Thank you!


  7.  

    Alright, I've reuploaded the link and updated the files. There are no reasons why 2012 clients wouldn't be able to load this GRF. Models have been downgraded, again, for full support. It contains all the necessary files for the following maps :
     
    pprontera.rsw
    prontera.rsw
    prt_cas.rsw
    prt_cas_q.rsw
    prt_church.rsw
    prt_fild01.rsw
    prt_fild05.rsw
    prt_fild06.rsw
    prt_fild08.rsw
    prt_in.rsw
    prt_lib.rsw
    prt_lib_q.rsw
    prt_pri00.rsw
    prt_prison.rsw
    prt_q.rsw

     

    It is the same link as before : http://www.mediafire.com/download/7hcz6u9vl4vjhb4

     

    Thank you but it doesnt work with 2012 04 10 clients

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.