Jump to content

FISHING SCRIPT


doggie

Recommended Posts

This is something very stupid, but maybe u all dont know. I use this for fishing

 

LABEL(Fish)

CharStatus(HP,<=,99)

{

Set(FightStart)

USEITEM("WEAPON NAME"[iD=726])

DELAY(XXXX) "estimate the time u can kill the mob"

Set(FightStop)

USEITEM("Baby Duck Rod (or whatever)"[iD=726])

USEITEM("fishing baits"[iD=726])

}

CALL(Fish)

 

 

I hope it will help someone :D

Link to comment
Share on other sites

Why you only use fishing while hp is under 99% ?

U get it wrong i dont fish with hp under 99%. U get to fish, and there is a chance a mob appear instead of fishing, and u will have to fight, so your hp will be reduce and the script will equip your weapon and kill the mob, the reequip the fishing pole and continue fishing.

Also u have to preconfigure the fighting policy and the autofishing.

I hope now i answer properly and sorry for my english.

 

should work bether if u change it to 101% imo

but it u change it to 101% it will always change to your weapon and u wouldnt be able to fish.

Link to comment
Share on other sites

should work bether if u change it to 101% imo

 

Actualy no.. considering you can get the "mob" out of the water.. if it hits you .. then you just go to combat mode.. and kill it .. thats why its 99% and not 101% .....

Link to comment
Share on other sites

  • 1 month later...

This is something very stupid, but maybe u all dont know. I use this for fishing

 

LABEL(Fish)

CharStatus(HP,<=,99)

{

Set(FightStart)

USEITEM("WEAPON NAME"[iD=726])

DELAY(XXXX) "estimate the time u can kill the mob"

Set(FightStop)

USEITEM("Baby Duck Rod (or whatever)"[iD=726])

USEITEM("fishing baits"[iD=726])

}

CALL(Fish)

 

 

I hope it will help someone :D

Add before CALL(Fish) this

DELAY(3000)

for down processor loading

and replace

CALL(Fish)

to

JMP(Fish)

to avoid stack overflow

 

finally right script

LABEL(Fish)
CharStatus(HP,<=,99)
{
Set(FightStart)
USEITEM("WEAPON NAME"[iD=726])
DELAY(XXXX) "estimate the time u can kill the mob"
Set(FightStop)
USEITEM("Baby Duck Rod (or whatever)"[iD=726])
USEITEM("fishing baits"[iD=726])
}
DELAY(3000)
JMP(Fish)

 

Link to comment
Share on other sites

becouse in ur server there is no any mobs from fishing.. in off sometimes u cant get not fish but monster. then u must kill it. thats why he made a script. when hp i under 100% -> shiit, somethink is not good! something hit me!! i will kill it!! and then u change fish rod for weapon and kill mobs..

Link to comment
Share on other sites

nope, you don't have to kill the mobs cause if you are smart, you can't die by a mobs ( using pots or good stuffs.)

2) my server is an off with mobs, and I think I'm the one who know the most about fishing.

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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