Jump to content

cherryeury

Members
  • Content Count

    2
  • Joined

  • Last visited


Reputation Activity

  1. Like
    cherryeury reacted to Reick in Updating item_db   
    Hi Cherry,
    About duplicate an existing gear.. im doing this, i have the item_db from rathena so i get this line there

    19156,Lunar_Rainbow,Lunar Rainbow,4,20,,200,,10,,1,0xFFFFFFFF,63,2,256,,80,1,704,{ bonus bAgi,3; bonus bMdef,10; bonus bMatk,(10*getrefine()); },{},{}
    so i use haru converter to convert to this 
    { Id: 19156 AegisName: "Lunar_Rainbow" Name: "Lunar Rainbow" Type: 4 Buy: 20 Weight: 200 Def: 10 Slots: 1 Upper: 63 Loc: 256 EquipLv: 80 View: 704 Script: <" bonus bAgi,3; bonus bMdef,10; bonus bMatk,(10*getrefine()); "> }, just copy and paste and its easier 
     
    about class, this was the errors that i mentioned on my last post   
     
     
  2. Upvote
    cherryeury got a reaction from Naruto in EDP LV 1 Reduce %   
    i dont really get what you're trying to do ,
    EDP doesnt even add exact 100% damage on level 1 ,
    anyway , changing anything about buff / debuff mostly is on status.c
    #ifdef RENEWAL_EDP val2 = ((val1 + 1) / 2 + 2); #else val2 = val1 + 2; #endif val3 = 50 * (val1 + 1); if you want to halven the EDP damage , just change the val3 value , or just add /2 in the end of the val3 formula
×
×
  • Create New...

Important Information

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