Jump to content
  • 0

R> VIP Healer NPC


Vale

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   1
  • Joined:  03/16/20
  • Last Seen:  

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...

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1537
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  126
  • Reputation:   4
  • Joined:  10/31/12
  • Last Seen:  


-    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

Link to comment
Share on other sites

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.

×
×
  • Create New...