Jump to content
  • 0
Sign in to follow this  
KingIris

Changing Killcount?

Question


phtownall,10,17,0 script Bangus Dagupan::Bangus Dagupan 844,{
if (isequipped(2764)) && (isequipped(2775)) && (isequipped(1750)){
specialeffect2 EF_BUBBLE;
set .@fcast,14;
if (isequipped(5523)) { //Sakura
set .@fcast,.@fcast - 4;
}
if (isequipped(2443)) { //Fish_Shoes
set .@fcast,.@fcast - 4;
}
if (isequipped(5548)) { //Scarlet
set .@fcast,.@fcast - 3;
}
if (isequipped(6428)) { //VIP
set .@fcast,.@fcast - 2;
}
delitem 1750,1;
progressbar "ffffff",.@fcast;
if (rand(1,1000) == 2) {
getitem 5548,1; //Big Fish
specialeffect EF_BUBBLE;
mapannounce "phtownall","" + strcharinfo(0) + " has caught a Crimson of rose!!!",bc_map,"0xff77ff";
end;
}
set .@rhea_ran,rand(1,70);
if (.@rhea_ran < 20) {
getitem 579,1; //Fresh Fish
emotion omg,23; message strcharinfo(0), " : Tuna For Sale!"; 
}
else if (.@rhea_ran == 20) {
getitem 969,1; //Spawn
}
else if (.@rhea_ran == 21) {
getitem 12114,1; //Fire
}
else if (.@rhea_ran == 22) {
getitem 12117,1; //wind
}
else if (.@rhea_ran == 23) {
getitem 12116,1; //earth
}
else if (.@rhea_ran == 24) {
getitem 6049,1; //Marlin
emotion omg,23; message strcharinfo(0), " : Tuna For Sale!"; 
}
else if (.@rhea_ran == 25) {
getitem 12115,1; //water
}
//else if (.@rhea_ran == 500) {
// getitem 12916,1; //assump
// mapannounce "phtownall","" + strcharinfo(0) + " has caught an Assumptio Scroll in Fishing Area!!",bc_map,"0x44ff44";
//}
else if (.@rhea_ran == 27) {
getitem 12020,1; //Cursed
}
else if (.@rhea_ran == 28) {
getitem 678,50; //Sticky_Mucus
emotion omg,23; message strcharinfo(0), " : eeeewwwwwwww!"; 
}
else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) {
getitem 624,1; //Rotten Fish
emotion omg,23; message strcharinfo(0), " : cat Food For sale!"; 
}
if (rand(1,50) == 3) {
getitem 673,1;
emotion sob,1; message strcharinfo(0), " : wew anu bayan!"; 
}
if (rand(1,50) == 3) {
getitem 7227,1;
//mapannounce "phtownall","" + strcharinfo(0) + " has caught an TCG Card in Fishing Area!!",bc_map,"0x44ff44";
emotion sob,1; message strcharinfo(0), " : wew anu bayan!"; 
}
if (rand(1,70) == 3) {
getitem 7539,1;
//mapannounce "phtownall","" + strcharinfo(0) + " has caught an Poring Coin in Fishing Area!!",bc_map,"0xff77ff";
}
if (rand(1,150) == 3) {
getitem 5523,1;
//mapannounce "phtownall","" + strcharinfo(0) + " has caught an Sakura Mist Hat in Fishing Area!!",bc_map,"0x44ff44";
}
if (rand(1,150) == 3) {
getitem 5536,1;
//mapannounce "phtownall","" + strcharinfo(0) + " has caught an Spare Card in Fishing Area!!",bc_map,"0x44ff44";
}
if (rand(1,20000) == 3) {
getitem 4403,1;
mapannounce "phtownall","" + strcharinfo(0) + " has caught an Kiel Card in Fishing Area!!",bc_all,"0xff77ff";
emotion desp,1; message strcharinfo(0),  " : Yes yun ohh!"; 
}
//if (rand(1,5000) == 3) {
// getitem 4399,1;
// mapannounce "phtownall","" + strcharinfo(0) + " has caught an Thanatos Card in Fishing Area!!",bc_map,"0xff77ff";
//}
//if (rand(1,5000) == 3) {
// getitem 7086,1;
// mapannounce "phtownall","" + strcharinfo(0) + " has caught an Emblem Of The Son God in Fishing Area!!",bc_map,"0xff77ff";
//}
//if (rand(1,5000) == 3) {
// getitem 7092,1;
// mapannounce "phtownall","" + strcharinfo(0) + " has caught an Drifting Air in Fishing Area!!",bc_map,"0xff77ff";
//}
//if (rand(1,5000) == 3) {
// getitem 7088,1;
// mapannounce "phtownall","" + strcharinfo(0) + " has caught an Snow Cristal in Fishing Area!!",bc_map,"0xff77ff";
//}
//if (rand(1,5000) == 3) {
// getitem 7091,1;
// mapannounce "phtownall","" + strcharinfo(0) + " has caught an Billow in Fishing Area!!",bc_map,"0xff77ff";
//}
//if (rand(1,5000) == 3) {
// getitem 7090,1;
// mapannounce "phtownall","" + strcharinfo(0) + " has caught an Ripple in Fishing Area!!",bc_map,"0xff77ff";
//}
end;
//close;
//return;
}
else {
mes "Fish are swimming in the water.";
mes "You need the";
mes "Small fishing Rod, Arrow";
mes "and Lure";
mes "to Start Fishing Here!";
mes "___________________";
mes "Job Required";
mes "Hunter or Assassin!";
close;
}
OnAgitstart:
hideonnpc strnpcinfo(0);
end;
 
OnAgitEnd:
hideoffnpc strnpcinfo(0);
end;
}
 
phtownall,70,13,4 duplicate(Bangus Dagupan) Palakang Tubig#h1-2 614
phtownall,60,13,4 duplicate(Bangus Dagupan) Star Fish#h1-3 551
phtownall,55,13,6 duplicate(Bangus Dagupan) Dyesabel#h1-4 499
phtownall,80,13,6 duplicate(Bangus Dagupan) Igat#h1-5 471
phtownall,69,13,6 duplicate(Bangus Dagupan) Water Snake#h1-5 471

can anyone help me with this?

Edited by KingIris

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.