Jump to content

Tortoise

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Tortoise

  1. Hello guys!

     

    This is my first time to ask a question here in rAthena, i'm still having a trouble with the safe refine limit for armors.

     

    // For Renewal Armors, there may or may not be another bonus, according to iRO wiki: Every upgrade gives floor[( 3 + current upgrade ) / 4] equipment DEF)
    
    
    0,0,0,0,100:100,100:100,100:100,100:100,60:0,40:200,40:200,20:200,20:300,10:300,8:300,8:300,8:400,8:400,7:400,7:400,7:500,7:500,5:500,5:500
    

    I don't really get it o.O How can I change the safe refine limit for armor? I want to change it to +6. Yes! +6 is the safe refine limit for armor.

     

    It's kinda easy to edit nor to change the limit refine for weapons? But for armors. Uh.... I tried to edit the lines many times but still... no LUCK.


    Bump?

  2.  

     

    dont know if it works, u can just give it a try

    - script LevelAnnouncer -1,{
    
    if(BaseLevel == 60) {
    announce ""+strcharinfo(0)+" have reach level 60!";
    end;
    }
    if(BaseLevel == 70) {
    announce "Congratulation "+strcharinfo(0)+"have reach level 70!";
    end;
    }
    if(BaseLevel == 80) {
    announce "Congratulation "+strcharinfo(0)+"have reach level 80!";
    end;
    }
    if(BaseLevel == 90) {
    announce "Congratulation "+strcharinfo(0)+"have reach level 90!";
    end;
    }
    if(BaseLevel == 99{
    
    announce "Congratulation "+strcharinfo(0)+"have reach level 99!";
    end;
    }
    }
    
    - script LevelAnnouncer -1,{
    
    if(BaseLevel == 60) {
    getitem 909,1;
    announce ""+strcharinfo(0)+" have reach level 60!";
    end;
    }
    if(BaseLevel == 70) {
    getitem 909,1;
    announce "Congratulation "+strcharinfo(0)+"have reach level 70!";
    end;
    }
    if(BaseLevel == 80) {
    getitem 909,1;
    announce "Congratulation "+strcharinfo(0)+"have reach level 80!";
    end;
    }
    if(BaseLevel == 90) {
    getitem 909,1;
    announce "Congratulation "+strcharinfo(0)+"have reach level 90!";
    end;
    }
    if(BaseLevel == 99{
    getitem 909,1;
    announce "Congratulation "+strcharinfo(0)+"have reach level 99!";
    end;
    }
    }
    

    if like this will work ?

     

     

    You can use this:

    -    script    LevelAnnouncer    -1,{
    
    if(BaseLevel == 175) {
    getitem 2357,1;
    getitem 2524,1;
    getitem 2421,1;
    getitem 2115,1;
    announce "Good work! " + strcharinfo(0) + " have reach the max level!",bc_all;
    end;
    }
    }

    Just edit the lines.

×
×
  • Create New...