Jump to content

Tortoise

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Gender
    Female
  • Location
    127.0.0.1

Recent Profile Visitors

692 profile views

Tortoise's Achievements

Poring

Poring (1/15)

1

Reputation

2

Community Answers

  1. Yes, you can still follow that guide.
  2. Can you try this? { set BaseLevel,BaseLevel+1; } Can't pull up any server yet to give a try.
  3. Can you please check your map server for errors then post it here!
  4. 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?
  5. - 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...