Advertisement
akbare

Fishing Event

Jan 21st, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. comodo,196,112,6 script School of Fish 723,{
  2. if (isequipped(2764)) && (isequipped(2775)){
  3. specialeffect2 EF_BUBBLE;
  4. set .@fcast,15;
  5. if (isequipped(2550)) { //Fisher's_Muffler
  6. set .@fcast,.@fcast - 3;
  7. }
  8. if (isequipped(2443)) { //Fish_Shoes
  9. set .@fcast,.@fcast - 2;
  10.  
  11. }
  12. if (isequipped(5380)) { //Fish_Shoes
  13. set .@fcast,.@fcast - 5;
  14.  
  15. }
  16. progressbar "ffffff",.@fcast;
  17. if (rand(1,20) == 2) {
  18. getitem 6096,5; //Big Fish
  19. specialeffect EF_BUBBLE;
  20. mapannounce "comodo","" + strcharinfo(0) + " has caught a 5 Tuna!!!",bc_map,"0xff77ff";
  21. end;
  22. }
  23. set .@rhea_ran,rand(1,70);
  24. if (.@rhea_ran < 20) {
  25. getitem 6096,1; //Fresh Fish
  26.  
  27.  
  28. }
  29. else if (.@rhea_ran == 20) {
  30. getitem 6096,1; //Spawn
  31.  
  32.  
  33. }
  34. else if (.@rhea_ran == 21) {
  35. getitem 7405,1; //Jellopy
  36.  
  37.  
  38. }
  39. else if (.@rhea_ran == 22) {
  40. getitem 6096,2; //Sharp_Scale
  41.  
  42.  
  43. }
  44. else if (.@rhea_ran == 23) {
  45. getitem 6096,2; //Gill
  46.  
  47.  
  48. }
  49. else if (.@rhea_ran == 24) {
  50. getitem 7405,1; //Marlin
  51.  
  52.  
  53. }
  54. else if (.@rhea_ran == 25) {
  55. getitem 6096,1; //Sticky_Webfoot
  56.  
  57.  
  58. }
  59. else if (.@rhea_ran == 26) {
  60. getitem 6096,1; //Nipper
  61.  
  62.  
  63. }
  64. else if (.@rhea_ran == 27) {
  65. getitem 7405,1; //Garlet
  66.  
  67.  
  68. }
  69. else if (.@rhea_ran == 28) {
  70. getitem 6096,1; //Sticky_Mucus
  71.  
  72. }
  73. else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) {
  74. getitem 7405,1; //Rotten Fish
  75.  
  76.  
  77. }
  78. else {
  79. mes "Nothing was caught.";
  80. close;
  81. }
  82. if (rand(1,200) == 3) {
  83. getitem 6096,20; //Gift_Box
  84. mapannounce "comodo","" + strcharinfo(0) + " has caught a 20 Tuna Fish!!",bc_map,"0x0000ff";
  85.  
  86. }
  87. if (rand(1,500) == 3) {
  88. getitem 6096,30; //Old_Blue_Box
  89. mapannounce "comodo","" + strcharinfo(0) + " has caught an 30 Tuna Fish!",bc_map,"0x00ffff";
  90. }
  91. if (rand(1,3000) == 3) {
  92. getitem 6096,50; //Old_Violet_Box
  93. mapannounce "comodo","" + strcharinfo(0) + " has caught an 50 Tuna Fish!!",bc_map,"0x44ff44";
  94.  
  95. }
  96. end;
  97. }
  98. else {
  99. mes "Fish are swimming in the water.";
  100. close;
  101. }
  102. }
  103.  
  104. comodo.gat,189,108,4 duplicate(School of Fish) School of Fish#1 1158
  105. comodo.gat,183,111,4 duplicate(School of Fish) Tilapya#20 2082
  106. comodo.gat,218,108,4 duplicate(School of Fish) School of Fish#21 1069
  107. comodo.gat,228,108,3 duplicate(School of Fish) School of Fish#22 1158
  108. comodo.gat,214,112,4 duplicate(School of Fish) School of Fish#23 723
  109. comodo.gat,189,122,4 duplicate(School of Fish) Mr Crab#23 1073
  110. comodo.gat,192,106,4 duplicate(School of Fish) Octopus#23 1144
  111.  
  112.  
  113. //-----shop fishing
  114. comodo,198,121,3 shop FisherMan 732,632:10000,1249:400000,5317:35000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement