Jump to content

IndieRO

Members
  • Content Count

    286
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by IndieRO

  1. @@Alayneit's working but when player lv <149 player stuck and can't move when klik buffer how to fix that
  2. @@Alayneit's no working player just get heal not buff agi bless etc but thanks to try.
  3. help i get error like this when running client but i still can play very well after thathow to fix that ...https://www.dropbox.com/s/soedk1wipc89g5v/Tangkapan%20layar%202015-04-20%2012.56.17.png?dl=0
  4. please help me i have get some error when diff client 2014-04-16aRagexei can't select packet Second key encryptionand have notice like thisPacket Second key encryption:Patch canceled - second key is copy of third, change third one instead
  5. 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
  6. 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.