Jump to content

Start_

Members
  • Posts

    927
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. Thanks the variable has shown. But still bug at buff.
  2. What's wrong with this when I talk to NPC it will run all of script to the end and how to show variable #L_Healing in message I just tried this mes "^.#L_Healing"; mes "^+#L_Healing+"; Thanks for the help. I fixed it to this and it's working now but too many line in script prontera,156,181,4 script แพทย์ผู้เชี่ยวชาญ 618,{ emotion 74; if(#L_Healing==0) goto L_H1; if(#L_Healing==1) goto L_H2; if(#L_Healing==2) goto L_H3; if(#L_Healing==3) goto L_H4; if(#L_Healing==4) goto L_H5; if(#L_Healing==5) goto L_H6; if(#L_Healing==6) goto L_H7; if(#L_Healing==7) goto L_H8; if(#L_Healing==8) goto L_H9; if(#L_Healing==9) goto L_H10; if(#L_Healing==10) goto L_H11; if(#L_Healing==11) goto L_H12; if(#L_Healing==12) goto L_H13; if(#L_Healing==13) goto L_H14; if(#L_Healing==14) goto L_H15; if(#L_Healing==15) goto L_H16; if(#L_Healing==16) goto L_H17; if(#L_Healing==17) goto L_H18; if(#L_Healing==18) goto L_H19; if(#L_Healing==19) goto L_H20; if(#L_Healing==20) goto L_H21; if(#L_Healing==21) goto L_H22; if(#L_Healing==22) goto L_H23; if(#L_Healing==23) goto L_H24; if(#L_Healing==24) goto L_H25; if(#L_Healing==25) goto L_H26; if(#L_Healing==26) goto L_H27; if(#L_Healing==27) goto L_H28; if(#L_Healing==28) goto L_H29; if(#L_Healing==29) goto L_H30; if(#L_Healing==30) goto L_H31; if(#L_Healing==31) goto L_H32; if(#L_Healing==32) goto L_H33; if(#L_Healing==33) goto L_H34; if(#L_Healing==34) goto L_H35; if(#L_Healing==35) goto L_H36; if(#L_Healing==36) goto L_H37; if(#L_Healing==37) goto L_H38; if(#L_Healing==38) goto L_H39; if(#L_Healing==39) goto L_H40; if(#L_Healing==40) goto L_H41; if(#L_Healing==41) goto L_H42; if(#L_Healing==42) goto L_H43; if(#L_Healing==43) goto L_H44; if(#L_Healing==44) goto L_H45; if(#L_Healing==45) goto L_H46; if(#L_Healing==46) goto L_H47; if(#L_Healing==47) goto L_H48; if(#L_Healing==48) goto L_H49; if(#L_Healing==49) goto L_H50; if(#L_Healing==50) goto L_H51; if(#L_Healing==51) goto L_H52; if(#L_Healing==52) goto L_H53; if(#L_Healing==53) goto L_H54; L_H1: close; L_H2: percentheal 100,100; close; L_H3: percentheal 100,100; sc_end 0;sc_end 1;sc_end 2;sc_end 3;sc_end 4;sc_end 5;sc_end 6;sc_end 7;sc_end 8;sc_end 9;sc_end 10;sc_end 50;sc_end 51;sc_end 52;sc_end 68;sc_end 69;sc_end 70;sc_end 71;sc_end 309;sc_end 310;sc_end 311; close; L_H4: percentheal 100,100; sc_end 0;sc_end 1;sc_end 2;sc_end 3;sc_end 4;sc_end 5;sc_end 6;sc_end 7;sc_end 8;sc_end 9;sc_end 10;sc_end 50;sc_end 51;sc_end 52;sc_end 68;sc_end 69;sc_end 70;sc_end 71;sc_end 309;sc_end 310;sc_end 311; sc_start 21,1800000,10; close; L_H5: percentheal 100,100; sc_end 0;sc_end 1;sc_end 2;sc_end 3;sc_end 4;sc_end 5;sc_end 6;sc_end 7;sc_end 8;sc_end 9;sc_end 10;sc_end 50;sc_end 51;sc_end 52;sc_end 68;sc_end 69;sc_end 70;sc_end 71;sc_end 309;sc_end 310;sc_end 311; sc_start 21,1800000,10; sc_start 22,1800000,10; close; L_H6: percentheal 100,100; sc_end 0;sc_end 1;sc_end 2;sc_end 3;sc_end 4;sc_end 5;sc_end 6;sc_end 7;sc_end 8;sc_end 9;sc_end 10;sc_end 50;sc_end 51;sc_end 52;sc_end 68;sc_end 69;sc_end 70;sc_end 71;sc_end 309;sc_end 310;sc_end 311; sc_start 21,1800000,10; sc_start 22,1800000,10; sc_start 23,1800000,10; end; L_H7: percentheal 100,100; sc_end 0;sc_end 1;sc_end 2;sc_end 3;sc_end 4;sc_end 5;sc_end 6;sc_end 7;sc_end 8;sc_end 9;sc_end 10;sc_end 50;sc_end 51;sc_end 52;sc_end 68;sc_end 69;sc_end 70;sc_end 71;sc_end 309;sc_end 310;sc_end 311; sc_start 21,1800000,10; sc_start 22,1800000,10; sc_start 23,1800000,10; sc_start 29,1800000,10; end; . . . . . . . . .
  3. Thanks for script. It's working!
  4. I can download the lastest patch from this and export from data.grf. right?
  5. Script work fine. but I don't understand how to add zeny cost
  6. arghh! forgive me I just beginner. Let's me try again.
  7. I do not know It's say unknown version
  8. I don't know how to patch this, I try to merge/apply patch for my Server Folder. got this
×
×
  • Create New...