Jump to content

Limestone

Members
  • Posts

    647
  • Joined

Community Answers

  1. Limestone's post in limit of people in the party was marked as the answer   
    Hi @cumbe11
     
    https://github.com/rathena/rathena/blob/master/src/common/mmo.h#L70
     
    Hope i help you!
     
    Regards,
    Lime
  2. Limestone's post in Costume: 12th Anniversary Crown was marked as the answer   
    Hi @NANORAY
     
    We aren't sure of the original effect of this item, until we got the correct leak from kRO.
     
    Regards,
    Lime
  3. Limestone's post in How to delete money from inventory with quest was marked as the answer   
    case 1:
    if (zeny > 19999) {
    zeny, zeny-20000;
    set blabla,1;
    close;
    }
  4. Limestone's post in Job_Master was marked as the answer   
    //===== rAthena Script ======================================= //= Job Master //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.3 //===== Compatible With: ===================================== //= rAthena SVN r16114+ //===== Description: ========================================= //= A fully functional job changer. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Fixed reset on Baby job change. //= 1.2 Added Expanded Super Novice support and initial Kagerou/Oboro support. //= 1.3 Kagerou/Oboro added. //============================================================ prontera,152,187,6    script    Job Master    412,{   +if(Class==0||BaseLevel>=100){ +    mes "[Job Master]"; +    mes "Your'e too late to change job your'e level exeeds beyond expectation"; +    close; +} function Job_Menu; function A_An;
  5. Limestone's post in My client fails to work everytime I change mapnametable.txt was marked as the answer   
    no, i think its your fault, or you missed "#", kindly double check your work.
  6. Limestone's post in Guild bugged by mistake was marked as the answer   
    y
     
     
    yes, empty those tables. not delete the table.. ok?
×
×
  • Create New...