Jump to content

redkiller

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by redkiller

  1. I have fixed the script here is 16051,Valkyrie_Hammer,Valkyrie Hammer,5,0,,100,50:50,,1,4,0x0004C3B3,63,2,2,1,70,1,8,{ if ((eaclass()&EAJ_BASEMASK) == EAJ_NOVICE) {.@r = getrefine(); bonus bBaseAtk,150; bonus bMatk,200; bonus bHit,10; bonus bMaxHP,500; bonus bMaxSP,400; bonus bUseSPrate,-5; bonus bVit,.@r; bonus bMaxHP,200*.@r; bonus bFlee2,.@r; bonus bAspdRate,.@r; bonus bVariableCastrate,-.@r/2; } else if (BaseJob == Job_Swordman && Upper !=1) { bonus bVit,getrefine(); bonus bMaxHP,500; bonus bMaxSP,100; } else if (BaseJob == Job_Priest && Upper != 1) { bonus bBaseAtk,50; bonus bMatk,100; bonus bAspdRate,getrefine(); } else if (BaseJob == Job_Monk && Upper != 1) { bonus bMaxSP,200; bonus bUseSPrate,-5; bonus bFlee2,getrefine(); } else if (BaseJob == Job_Merchant && Upper != 1) { bonus bBaseAtk,100; bonus bHit,10; bonus bVariableCastrate,-getrefine()/2; } },{},{}
  2. hello, can someone please provide me the .grf with the 64k hairstyle, I only have 28 in my data.grf
  3. can you guys provide the Title, Summary, Description of this instance it is located in the client folder file name is OngoingQuestInfoList_Sakray edit: when I join the instance mobs won't stop respawning.
  4. item Id: 16051 Issue: bonuses don't work Request: can anybody help me with the script or maybe the issue is something else 16051,Valkyrie_Hammer,Valkyrie Hammer,5,0,,100,50,,1,4,0x0004C3B3,63,2,2,1,70,1,8,{ if ((eaclass()&EAJ_BASEMASK) == EAJ_NOVICE) { bonus bUseSPrate,-5; .@r = getrefine(); bonus bVit,.@r; bonus bMaxHP,200; bonus bFlee2,1; bonus bAspdRate,1; bonus bVariableCast,.@r/2; } else if ((eaclass()&EAJ_BASEMASK) == EAJ_SWORDMAN) { bonus bVit,getrefine(); bonus bMaxHP,500; bonus bMaxSP,100; } else if ((eaclass()&EAJL_2) == EAJ_PRIEST) { bonus bBaseAtk,50; bonus bMatk,100; bonus bAspdRate,getrefine(); } else if ((eaclass()&EAJL_2) == EAJ_MONK) { bonus bMaxSP,200; bonus bUseSPrate,-5; bonus bFlee2,getrefine(); } else if ((eaclass()&EAJ_BASEMASK) == EAJ_MERCHANT) { bonus bBaseAtk,100; bonus bHit,10; bonus bVariableCast,getrefine()/2; } },{},{} thanks
  5. hello all, I'm kinda new making server I'm using a 2018 client but I'm missing some sprites like Costume Cat Ears Cape, and there are many more sprite missing any of you know where can I download some missing sprite for my client I'd be thankful
×
×
  • Create New...