Advertisement
Guest User

Untitled

a guest
Nov 11th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. prontera,150,150,3 script Zell 92,{
  2. l_one:
  3. //Configurations:
  4. //Name of Npc:
  5. set @lydecorno$,"[Zell]";
  6. mes @lydecorno$;
  7. //falas:
  8. mes "Are you ready to be a Hero?";
  9.  
  10. if( select("Yes:About") == 2 ){
  11. next;
  12. mes @lydecorno$;
  13. mes "Here, you can gets a Random Anime Power !";
  14. next;
  15. mes @lydecorno$;
  16. mes "Are they Tsunayoshi, Sakura, Edward, Soul, Yugi and Kirito.";
  17. next;
  18. goto l_one;
  19.  
  20. }
  21.  
  22. mes "Good Luck, and the battle begins !";
  23. close2;
  24. switch( rand(7) ) {
  25.  
  26. case 0:
  27. //Tsunayoshi [Speed Máx - Agi UP]
  28. set tsuna,1;
  29. atcommand "@speed 1";
  30. sc_start SC_ASPDPOTION2,360000,0;
  31. warp "pvphero",59,55;
  32. end;
  33. //Sakura Atributos [Capture monster - Dex UP]
  34. case 1:
  35. Announce "Key that holds the power of Darkness, show their true powers over us and offer them the brave "+strcharinfo(0)+" who accept this mission !",0;
  36. Announce "FREE!!!!",0;
  37. killmonsterall "pvphero";
  38. sc_start SC_DEXFood,360000,10;
  39. warp "pvphero",155,118;
  40. end;
  41. //Yugi [summon tree random monster(Thanatos - Valquiria - Poporing)- LUK UP]
  42. case 2:
  43. warp "pvphero",34,203;
  44. set @corasaonascartas, rand(1,50);
  45. if(@corasaonascartas==1){ summon "Exódia",1708,990000; sc_start SC_LUKFood,360000,10; end; }
  46. if(@corasaonascartas<=15){ summon "Valkiria, Hero Element",1751,990000; sc_start SC_LUKFood,360000,10; end; }
  47. if(@corasaonascartas>=15){ summon "Poporing Hero Element",1847,990000; sc_start SC_LUKFood,360000,10; end; }
  48. // Soul[ Reborn Twice times - Full protect]
  49. case 3:
  50. set soul,1;
  51. sc_start SC_CP_HELM,600000,5;
  52. sc_start SC_CP_SHIELD,600000,5;
  53. sc_start SC_CP_ARMOR,600000,5;
  54. sc_start SC_CP_WEAPON,600000,5;
  55. sc_start SC_CP_ARMOR,600000,5;
  56. warp "pvphero",208,227;
  57. end;
  58.  
  59. //Kirito [All Bonus stats - Announces when kill and die]
  60.  
  61. case 4:
  62. set kirito,1;
  63. sc_start SC_ASPDPOTION2,360000,0;
  64. sc_start SC_VITFood,360000,10;
  65. sc_start SC_INTFood,360000,10;
  66. sc_start SC_DEXFood,360000,10;
  67. sc_start SC_LUKFood,360000,10;
  68. warp "pvphero",265,306;
  69. end;
  70.  
  71. //Edward[When die, all players reborn and announces who makes this - Int,Agi and Dex up]
  72.  
  73. case 5:
  74. set edward,1;
  75. sc_start SC_ASPDPOTION2,360000,0;
  76. sc_start SC_INTFood,360000,10;
  77. sc_start SC_DEXFood,360000,10;
  78. warp "pvphero",259,134;
  79. end;
  80.  
  81. //Naruto[make 3 clones - STR,AGI,VIT,INT UP]
  82.  
  83. case 6:
  84. warp "pvphero",55,278;
  85.  
  86. // If you want to increase the number of clones, I will simplify the command for easy understanding.
  87.  
  88. atcommand "@slaveclone "+getcharid(0);
  89. atcommand "@slaveclone "+getcharid(0);
  90. atcommand "@slaveclone "+getcharid(0);
  91. ////UP, the number of clones.
  92. sc_start SC_INTFood,360000,10;
  93. sc_start SC_HitFood,360000,10;
  94. sc_start SC_VITFood,360000,10;
  95. sc_start SC_ASPDPOTION2,360000,0;
  96. end;
  97.  
  98. //Goku Atributos [2 goku effect activate - Check GOKUDAME function]
  99. case 7:
  100. Announce "Its more of 8000 !",0;
  101. warp "pvphero",116,152;
  102. callfunc "gokudame";
  103. end;
  104. }
  105.  
  106. }
  107.  
  108. //GOKUDAME - Powers of Goku - (Kill all and God Mode)
  109.  
  110. function script gokudame {
  111. //Change the first value of the rand to a higher number if you wanted to leave the special more easy.
  112. //The default is 10%, if you wanted to leave but hard to modify the second number the rand, in case
  113.  
  114. set @gocu, rand(1,10);
  115. if(@gocu==1){
  116.  
  117. warp "pvphero",49,9;
  118.  
  119. //Change this time the player takes to enter sayajin mode, default is 10 seconds "(sleep2 10000)".
  120.  
  121. Announce ""+strcharinfo(0)+": So I'll have to get in Saiyan Mode",0;
  122. sleep2 10000;
  123. Announce ""+strcharinfo(0)+": AAAAAAAAAAAAA.....AAAAAAAAAAA.AAAAAAAAAAAAAAAAA!!!",0;
  124. Announce "Zell : Its most of 9000000PW !",0;
  125.  
  126. // The intention of these warps here is to give an effect of ultra teleport to look like the player is so fast
  127.  
  128. warp "pvphero",0,0;
  129. warp "pvphero",0,0;
  130. warp "pvphero",0,0;
  131. warp "pvphero",0,0;
  132. warp "pvphero",0,0;
  133.  
  134. // if you dont want this, delete the warps with 0,0;
  135.  
  136. atcommand "@doommap";
  137. }else{
  138. atcommand "@battleignore";
  139.  
  140. // Change the time he is invincible to attacks (deafult: 60000 - 60 seconds)
  141.  
  142. sleep2 60000;
  143. atcommand "@battleignore";
  144. }
  145. }
  146.  
  147. //System for characters that activate powers during the fight, just change if you know what you're doing
  148.  
  149. pvphero,49,56,5 script setheros -1,{
  150.  
  151. OnPcDieEvent:
  152.  
  153. if(soul==1){set .@z, 2;sleep 5000;atcommand "@alive";set .@z, .@z + 1;if(.@z > 0){set soul,0;dispbottom "Soul: My spirit will crush !";end;}}
  154. if(edward==1){set edward,0;atcommand "@raisemap";warp prontera,150,150;Announce "The player "+strcharinfo(0)+" just use the philosopher's stone to resurrect the dead, but his body had to be sacrificed",0;end;}
  155. if(kirito==1){Announce ""+strcharinfo(0)+": Sorry Asuna...I failed.",0;set kirito,0;end;}
  156. if(tsuna==1){atcommand "@speed 50";set tsuna,0;end;}
  157.  
  158. OnPcKillEvent:
  159.  
  160. if(kirito==1){Announce ""+strcharinfo(0)+" are killing all noobs !",0;end;}
  161.  
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement