Jump to content

IndieRO

Members
  • Content Count

    286
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by IndieRO


  1. im sorry im noob ..you means is like this???

    .@price = 0;	// Zeny required for heal	.@Buffs = 1;	// Also buff players? (1: yes / 0: no)	.@Delay = 2;	// Heal delay, in seconds	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;		Zeny -= .@price;	}	specialeffect2 EF_HEAL2; percentheal 100,100;	if (.@Buffs) {		if(BaseLevel150) goto Buffer;		Buffer:		specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;		specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;		Buff:		skilleffect 361,0; sc_start SC_ASSUMPTIO,360000,5;		skilleffect 34,0; sc_start SC_BLESSING,300000,10;		skilleffect 29,0; sc_start SC_INCREASEAGI,300000,10;	    skilleffect 112,0; sc_start SC_WEAPONPERFECTION,360000,10;	    skilleffect 380,0; sc_start SC_TRUESIGHT,360000,5;	    skilleffect 464,0; sc_start SC_KAUPE,360000,3;		skilleffect 33,0; sc_start SC_ANGELUS,360000,10;		skilleffect 463,0; sc_start SC_KAAHI,360000,7;		skilleffect 383,0; sc_start SC_WINDWALK,360000,5;		skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5;		skilleffect 67,0; sc_start SC_SUFFRAGIUM,360000,3;	}	if (.@Delay) @HD = gettimetick(2)+.@Delay;	close;}
    i was try like this but when player click npc buffer player get stuck and can't move like get effect stone curse.please fix my script if any wrong edit

  2. hi, i use this script

    -	script	Healer	-1,{	.@price = 0;	// Zeny required for heal	.@Buffs = 1;	// Also buff players? (1: yes / 0: no)	.@Delay = 2;	// Heal delay, in seconds	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;		Zeny -= .@price;	}	specialeffect2 EF_HEAL2; percentheal 100,100;	if (.@Buffs) {		specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;		specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;	}	if (.@Delay) @HD = gettimetick(2)+.@Delay;	close;}
    how to change if base lv <99 u get more buff and if baselv> 150 player just get bless and agi.somebody help mesorry for bad english
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.