Jump to content

imat1

Members
  • Posts

    99
  • Joined

  • Days Won

    5

Community Answers

  1. imat1's post in MVP Annoucement Drops was marked as the answer   
    https://github.com/rathena/rathena/blob/5b2f4e63a7b894c5438052f9fabef4885c4b6bbc/conf/msg_conf/map_msg.conf#L558
  2. imat1's post in [SORTED OUT] Aura was marked as the answer   
    probably your problem lies in ExternalSettings.lub
  3. imat1's post in Requesting vip.tga icon was marked as the answer   
    Here
    vipicon.tga
  4. imat1's post in Large Baphomet Horn [Item ID 5518] View Id and identifiedResourceName was marked as the answer   
    change the identifiedResourceName to 대형마제스틱고우트2
  5. imat1's post in Visual Issue NAME for New Character Creation when New installed rAthena server and latest kRO client with 2019-06-05fRagexe_patched.exe was marked as the answer   
    Patch on nemo/warp
    Change new char name field height
    ChangeNewCharNameHeight
    Allow change height in input field in new char creation dialog
     
    Set value to 20
  6. imat1's post in Weapon and shield sprite on same layer. was marked as the answer   
    Patch your client using WARP. There's an option there to bring shield above other sprites i think.
  7. imat1's post in Afk for cash points was marked as the answer   
    just replace this:
    { #KAFRAPOINTS += .point_amt; #acctick = gettimetick(2) + .online_time; dispbottom "Gained " + .point_amt + " " + .point_name$ + ". Total " + #KAFRAPOINTS + " Free Cash."; } to:
    { #CASHPOINTS += .point_amt; #acctick = gettimetick(2) + .online_time; dispbottom "Gained " + .point_amt + " " + .point_name$ + ". Total " + #CASHPOINTS + " Free Cash."; }
×
×
  • Create New...