Jump to content
  • 0

need fishing script please


kevinlie

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  10/20/16
  • Last Seen:  

i need script fishing anyone can help me?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  



prontera,129,192,5 script Fisher Man::Fisher 709,{
mes "Hello There!";
mes "Want to go Fishing?";
mes "You need 100 Butil ng Bigas for the Entrance Fee";
next;
mes "You still need";
mes "15 Butil Ng Bigas";
mes "To catch a Fish";
next;
mes "Still want to go?";
menu "Yeah",yes,"No",no;
no:
mes "okay";
close;
yes:


if( countitem( 7539 ) >= 100 ){
warp "lhz_dun05",209,133;
delitem 7539,100;
}
else {
mes "You Need 100 Butil Ng Bigas to get In.";
close;


}
}




lhz_dun05 mapflag nowarp
lhz_dun05 mapflag noteleport
lhz_dun05 mapflag nomemo
lhz_dun05 mapflag nogo 
lhz_dun05 mapflag nodrop
lhz_dun05 mapflag nosave
lhz_dun05 mapflag nobranch


 



lhz_dun05,213,130,4 script Fishing Spot::fishing 1158,{
if(countitem(7539) > 15){
delitem 7539,15;
specialeffect2 EF_BUBBLE;


if (rand(1,20) == 2) {
getitem 7539,50; //Bnb
specialeffect EF_BUBBLE;
announce "" + strcharinfo(0) + " Ay Nakakuha ng Isang Kilong Bigas Sa Pangingisda!!!",bc_map,"0xff77ff";
end;
}
set .@rhea_ran,rand(1,70);
if (.@rhea_ran < 20) {
getitem 999,1; //steel
}
else if (.@rhea_ran == 20) {
getitem 938,1; //Sticky_Mucus
}
else if (.@rhea_ran == 21) {
getitem 909,2; //Jellopy
}
else if (.@rhea_ran == 22) {
getitem 956,10; //Rotten Fish
}
else if (.@rhea_ran == 23) {
getitem 956,1; //Gill
}
else if (.@rhea_ran == 24) {
getitem 6049,1; //Marlin
}
else if (.@rhea_ran == 25) {
getitem 7126,1; //large jellpy
}
else if (.@rhea_ran == 26) {
getitem 938,1; //Sticky_Mucus
}
else if (.@rhea_ran == 27) {
getitem 7539,10; //Rotten Fish
}
else if (.@rhea_ran == 28) {
getitem 12214,1; //Convex
}
else if ((.@rhea_ran > 28) && (.@rhea_ran < 40)) {
getitem 12103,1; //bloody
}
else {
close;
}
if (rand(1,200) == 3) {
getitem 7539,50; //bnb
}
if (rand(1,500) == 3) {
getitem 7828,50; //bnb
mapannounce "prontera","" + strcharinfo(0) + " Has Caught 50 Badges From Fishing",bc_map,"0x00ffff";
}
if (rand(1,3000) == 3) {
getitem 12103,100; //bloody Branch
mapannounce "prontera","" + strcharinfo(0) + " Has Caught an 100 Bloody Branch!!",bc_map,"0x44ff44";
}
end;
}
else {
mes "You Need 15 Butil ng bigaS.";
close;
}
}


lhz_dun05,206,137,1 duplicate(fishing) Fishing Spot#10 1158
lhz_dun05,213,123,1 duplicate(fishing) Fishing Spot#11 1158
lhz_dun05,206,116,1 duplicate(fishing) Fishing Spot#12 1158
lhz_dun05,208,116,1 duplicate(fishing) Fishing Spot#13 1158
lhz_dun05,210,116,1 duplicate(fishing) Fishing Spot#14 1158
lhz_dun05,208,123,1 duplicate(fishing) Fishing Spot#15 1158
lhz_dun05,210,123,1 duplicate(fishing) Fishing Spot#16 1158
lhz_dun05,212,139,1 duplicate(fishing) Fishing Spot#17 1158

Edited by Emistry
Please use CODEBOX.
Link to comment
Share on other sites

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