Jump to content
  • 0

hope it's possible


Jb Roxas

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   0
  • Joined:  01/28/12
  • Last Seen:  

i want to run this fishing script every 2hours, and end after 30mins, then after the 30mins of fishing they will w8 2hours again.

prontera,113,155,0 script School of Fish 844,{
if (isequipped(2764)) && (isequipped(2775)){
specialeffect2 EF_BUBBLE;
set .@fcast,15;
if (isequipped(2550)) { //Fisher's_Muffler
set .@fcast,.@fcast - 3;
}
if (isequipped(2443)) { //Fish_Shoes
set .@fcast,.@fcast - 2;
}
progressbar "ffffff",.@fcast;
if (rand(1,20) == 2) {
getitem 5317,1; //Fisherman hat
specialeffect EF_BUBBLE;
mapannounce "prontera","" + strcharinfo(0) + " has caught a Fisherman Hat!!!",bc_map,"0xff77ff";
end;
}
set .@rhea_ran,rand(1,70);
if (.@rhea_ran < 20) {
getitem 607,3; //Ygg Berry
}
else if (.@rhea_ran == 20) {
getitem 678,1; //Poison Bottle
}
else if (.@rhea_ran == 21) {
getitem 7139,2; //Glistening Coat
}
else if (.@rhea_ran == 22) {
getitem 673,1; //Bronze Coin
}
else if (.@rhea_ran == 23) {
getitem 675,1; //Silver Coin
}
else if (.@rhea_ran == 24) {
getitem 671,1; //Gold Coin
}
else if (.@rhea_ran == 25) {
getitem 674,1; //Mithril Coin
}
else if (.@rhea_ran == 26) {
getitem 12135,20; //Green Ale
}
else if (.@rhea_ran == 27) {
getitem 7337,1; //Eye of hellion
}
else if (.@rhea_ran == 28) {
getitem 7729,1; //Rok Star Badge
}
else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) {
getitem 7227,1; //TCG
}
else {
mes "Nothing was caught.";
close;
}
if (rand(1,100) == 3) {
getitem 20224,1; 
mapannounce "prontera","" + strcharinfo(0) + " has caught a Deviruchi Wing!!",bc_map,"0x00ffff";
}
if (rand(1,200) == 3) {
getitem 20251,1; 
mapannounce "prontera","" + strcharinfo(0) + " has caught an Afk Hat!!",bc_map,"0x00ffff";
}
if (rand(1,300) == 3) {
getitem 20225,1;
mapannounce "prontera","" + strcharinfo(0) + " has caught an Drill Boots!!",bc_map,"0x44ff44";
}
if (rand(1,400) == 3) {
getitem 13414,1; 
mapannounce "prontera","" + strcharinfo(0) + " has caught an Elemental Sword!!",bc_map,"0x44ff44";
}
end;
}
else {
mes "Fish are swimming in the water.";
close;
}
}
// Duplicate
prontera,112,154,5 duplicate(School of Fish) School of Fish#1 844
prontera,111,155,5 duplicate(School of Fish) School of Fish#2 844
prontera,112,157,5 duplicate(School of Fish) School of Fish#3 844

lol bump~

Bump~

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...