Vale Posted April 6, 2020 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 46 Reputation: 1 Joined: 03/16/20 Last Seen: March 25, 2021 Share Posted April 6, 2020 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... Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted April 6, 2020 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Share Posted April 6, 2020 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 Quote Link to comment Share on other sites More sharing options...
0 markiez22 Posted February 7, 2023 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 126 Reputation: 5 Joined: 10/31/12 Last Seen: June 7, 2023 Share Posted February 7, 2023 - 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 Quote Link to comment Share on other sites More sharing options...
Question
Vale
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.