Rage Guy Posted May 5, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Share Posted May 5, 2013 (edited) i got a healer + buffer normal one [ heal - agi - blessing ] i want to add to him Assumpito Here it is //===== rAthena Script ======================================= //= Healer //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= Basic healer script. //============================================================ - script Healer 909,{ set .@Price,0; // Zeny required for heal set .@Buffs,1; // Also buff players? (1: yes / 0: no) set .@Delay,1; // Heal delay, in seconds callfunc "F_ClearGarbage",0; if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Healing costs "+.@Price+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) close; set Zeny, Zeny-.@Price; } specialeffect2 313; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; close; } ,25,240,6 duplicate(Healer) Healer#alb 918 aldebaran,135,118,6 duplicate(Healer) Healer#alde 918 prontera,153,186,5 duplicate(Healer) Healer#ama 918 ayothaya,207,169,6 duplicate(Healer) Healer#ayo 918 brasilis,194,221,6 duplicate(Healer) Healer#bra 918 comodo,184,158,6 duplicate(Healer) Healer#com 918 dewata,193,175,6 duplicate(Healer) Healer#dew 918 eclage,105,35,4 duplicate(Healer) Healer#ecl 918 einbech,142,244,4 duplicate(Healer) Healer#einbe 918 einbroch,57,202,6 duplicate(Healer) Healer#einbr 918 dicastes01,201,194,4 duplicate(Healer) Healer#dic 918 geffen,115,72,6 duplicate(Healer) Healer#gef 918 gonryun,156,122,6 duplicate(Healer) Healer#gon 918 hugel,89,150,6 duplicate(Healer) Healer#hug 918 izlude,125,118,5 duplicate(Healer) Healer#izl 918 lighthalzen,149,103,6 duplicate(Healer) Healer#li 918 louyang,212,195,6 duplicate(Healer) Healer#lou 918 malangdo,226,188,4 duplicate(Healer) Healer#mal 918 malaya,205,205,6 duplicate(Healer) Healer#malay 918 manuk,256,176,6 duplicate(Healer) Healer#man 918 mid_camp,203,289,6 duplicate(Healer) Healer#mid 918 mora,106,100,6 duplicate(Healer) Healer#mora 918 morocc,153,97,6 duplicate(Healer) Healer#mor 918 moscovia,215,194,6 duplicate(Healer) Healer#mos 918 niflheim,188,180,5 duplicate(Healer) Healer#nif 918 payon,179,106,4 duplicate(Healer) Healer#pay 918 amatsu,207,82,4 duplicate(Healer) Healer#pront 918 rachel,125,116,6 duplicate(Healer) Healer#rac 918 splendide,201,153,4 duplicate(Healer) Healer#spl 918 thor_camp,249,74,4 duplicate(Healer) Healer#thor 918 umbala,129,132,4 duplicate(Healer) Healer#umb 918 veins,217,121,4 duplicate(Healer) Healer#ve 918 xmas,143,136,6 duplicate(Healer) Healer#xmas 918 yuno,164,45,4 duplicate(Healer) Healer#yuno 918 prontera,104,148,0 duplicate(Healer) Bodyguard#ama 899 prontera,98,154,0 duplicate(Healer) Bodyguard#ama 899 aru_gld,291,115,0 duplicate(Healer) Healer#rac 918 Thanks for all who is oging to help me ^^ Edited May 5, 2013 by SpongeBOB Quote Link to comment Share on other sites More sharing options...
Jaburak Posted May 5, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted May 5, 2013 skilleffect "HP_ASSUMPTIO",0; sc_start SC_ASSUMPTIO,100000,5; Quote Link to comment Share on other sites More sharing options...
Question
Rage Guy
i got a healer + buffer normal one [ heal - agi - blessing ]
i want to add to him
Assumpito
Here it is
Thanks for all who is oging to help me ^^
Edited by SpongeBOBLink to comment
Share on other sites
1 answer 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.