Jump to content
  • 0

R> VIP Healer NPC


Question

Posted

Hello, I am requesting of VIP Healer...

I would like to have like this in my buffs

-  Buff All Status Service + 10

-  Buff lvl 10 (Agi/Blessing)

-  Buff lvl 10 Kyrie Eleison                            

-  Buff Exp / Job Exp + 10% service when defeating monsters.

   (Can be used in conjunction with manual items to increase experience.)

-  Buff  Drops Rate + 20%  (Can be used with Bubble Gum)

-  Buff service reduces physical and magic damage by 3%

 

Please help me, Thanks in advance...

2 answers to this question

Recommended Posts

  • 0
Posted
3 hours ago, Vale said:

Hello, I am requesting of VIP Healer...

I would like to have like this in my buffs

-  Buff All Status Service + 10

-  Buff lvl 10 (Agi/Blessing)

-  Buff lvl 10 Kyrie Eleison                            

-  Buff Exp / Job Exp + 10% service when defeating monsters.

   (Can be used in conjunction with manual items to increase experience.)

-  Buff  Drops Rate + 20%  (Can be used with Bubble Gum)

-  Buff service reduces physical and magic damage by 3%

 

Please help me, Thanks in advance...

if (vip_status(1)) {
sc_start SC_STRFood,360000,10;
sc_start SC_AGIFood,360000,10;
sc_start SC_VITFood,360000,10;
sc_start SC_INTFood,360000,10;
sc_start SC_DEXFood,360000,10;
sc_start SC_LUKFood,360000,10;

specialeffect2 EF_INCAGILITY;
sc_start SC_INCREASEAGI,240000,10;
specialeffect2 EF_BLESSING;
 sc_start SC_BLESSING,240000,10;
}

and add some more buff u need

  • 0
Posted


-    script    Healer    -1,{

        if (vip_status(1)) {
        specialeffect2 EF_HEAL2;
        percentheal 100,100;
        specialeffect2 EF_INCAGILITY;
        sc_start SC_INCREASEAGI,240000,10;
        specialeffect2 EF_BLESSING;
        sc_start SC_BLESSING,240000,10;
    }else{
    specialeffect2 EF_HEAL2;
    percentheal 100,100;
    }
}

// Duplicates
//============================================================
alberta,25,240,6    duplicate(Healer)    Healer#alb    909
aldebaran,135,118,6    duplicate(Healer)    Healer#alde    909
amatsu,200,79,4    duplicate(Healer)    Healer#ama    909
ayothaya,207,169,6    duplicate(Healer)    Healer#ayo    909
comodo,184,158,6    duplicate(Healer)    Healer#com    909
einbech,57,36,6    duplicate(Healer)    Healer#einbe    909
einbroch,57,202,6    duplicate(Healer)    Healer#einbr    909
geffen,115,72,6    duplicate(Healer)    Healer#gef    909

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...