Jump to content
  • 0

Fishing Script


kitty14

Question


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

progressbar "ffffff",.@fcast; 2 secs

once done
 "Fish has taken a bait"
status 
this 3/6 or a this bar [=================] "===" half of the bar has green
"where to pull the fish out " //dont know what best message here(player should guess)

choices: 
>top

>top-top

>right-right  (this is the right path or answer for this bait)

>left-left

>right 
>left

>top right

>top left
 

if get the correct one 
status add 1 = 4/5 bar [=============] green part will be added
if wrong -1 =2/5  bar [==============] green part will be lessen

next;

progressbar "ffffff",.@fcast; 2 secs //you can remove the progress bar and move to next choices but the same answer just need to search where is it.

status 

choices:  (choices swap places randomly)
>right 

>top left
>top right

>top

>left-left

>left

>top-top

>right-right (was move on last)

 

 

 

============================

until player get 6/6 - caught the fish

0/6 - los the fish

 

then
.set fishing_rate

20%, item number
guessing the right path must be consistent or 1 answer, they just need to look for the word

Edited by kitty14
Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

Well I can already tell you you're using part of my fishing script lol

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

@pheuma: yes i am using your script as of the moment!   :D . 
can you add those in your srcipt??

Edited by kitty14
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

@pheuma: yes i am using your script as of the moment!   :D . 

can you add those in your srcipt??

Sure, Just explain in a bit more organized details and I should beable to help you lol what you explain in the first post was almost unreadable lol

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

sorry bad english. hahah

here

like your script
progressbar "ffffff",.@fcast; 2 secs

once done
 "Fish has taken a bait"
status 
this 3/6 or a this bar [
=================] "===" half of the bar has green
"where to pull the fish out " //dont know what best message here(player should guess)

choices: 
>top

>top-top

>right-right  (this is the right path or answer for this bait)

>left-left

>right 
>left

>top right

>top left
 

if get the correct one 
status add 1 = 4/5 bar
[=============] green part will be added
if wrong -1 =2/5 
 bar [==============] green part will be lessen

next;

progressbar "ffffff",.@fcast; 2 secs //you can remove the progress bar and move to next choices but the same answer just need to search where is it.

status 

choices:  (choices swap places randomly)
>right 

>top left
>top right

>top

>left-left

>left

>top-top

>right-right (was move on last)

 

 

 

============================

until player get 6/6 - caught the fish

0/6 - los the fish

 

then
.set fishing_rate

20%, item number
guessing the right path must be consistent or 1 answer, they just need to look for the word
 

Edited by kitty14
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

So you're actually wanting a manual fishing script where the players can interact with it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

yup.. rather than waiting to the progress bar.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

yup.. rather than waiting to the progress bar.

Well I mean you can change the timer for the progress bar to whatever time you want it whether it be 1 second or 300
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

cuz some are using WPE , Macro experts and bots and abuse it. that's why i want a a manual one.

how about this

is there a way to randomly or swap menu? every time click it?
Example

this is the original menu

menu
"Catch the Fish",Q_4,
"Catch the Fish",Q_1,
"Boring",Q_3;
 
once done and fish again menu will shuffle

2nd click
menu
"Boring"
"Catch the Fish"
"Catch the Fish"
 
another fishin
 
3rd click
 
"Catch the Fish"
"Boring"
"Catch the Fish"
 
 
Edited by kitty14
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

cuz some are using WPE , Macro experts and bots and abuse it. that's why i want a a manual one.

how about this

is there a way to randomly or swap menu? every time click it?

Example

this is the original menu

menu

"Catch the Fish",Q_4,

"Catch the Fish",Q_1,

"Boring",Q_3;

 

once done and fish again menu will shuffle

2nd click

menu

"Boring"

"Catch the Fish"

"Catch the Fish"

 

another fishin

 

3rd click

 

"Catch the Fish"

"Boring"

"Catch the Fish"

The WPE bot protection for my fishing script was already made back in 2012 >.> so unless you're using that old of a server WPE should not work for progress bar

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

How about the macro expert??

How about the macro expert??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

How about the macro expert??

How about the macro expert??

Well you cant really make an anti-macro script..that would have to be a Server Protection thing for your client. I'm actually remaking my fishing script to allow some new features: Safe-Mode, Auto-Fish on Success, Auto-Fish on Fail, and the final new feature will being able to switch between Lure or Bait; Meaning they can either have a Lure and fish infinitely or fish with bait and only fish when they have bait

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