Log in

View Full Version : How can I add auto-fishing to this slime trainer?



lolcp
11-30-2012, 10:36
I want to auto-fish with following slime trainer. How can I do?

----

onGMpause
SetMaxAttackTimeMs 2000000
setFriendly
setNoFollow
setMeleeKill Slime
gotoScriptLine 0

lolcp
12-01-2012, 10:55
onGMpause
SetMaxAttackTimeMs 2000000
setFriendly
setNoFollow
setMeleeKill Slime
sayMessage exiva fish
waitX 5
gotoScriptLine 0


I think this is what you want. If I understansd you correctly.

Yes, I think you do. I initially tried the exact same line "sayMessage exiva fish" but it only fished one time, then didn't :(

EDIT: Is there any conds I can add that will fish whenever they have respawned? Because this script will only fish once. That will eventually result in death.

lolcp
12-03-2012, 18:03
This script should do that. It'll repeat forever.

Yes, I'm sorry to say it does not work. It will only fish once there is only the 'mother slime' hitting me. So if the mother will summon a new slime hitting me, it won't fish.

A solution would be so appreciated.

Xijura
12-14-2012, 20:14
I needed the same feature and managed to get part of it working, but there's another problem with that solution

The training takes place at a fixed location and eventually all fish that are on screen get caught

Is there a a way to reset the fish counter ? does it reset by itself after x amount of time ?

Lithium
12-14-2012, 21:57
I remember back in the day when I needed to fish because I was too poor to buy excess ham/brown mushrooms I used a simplescript such as ;

fishX 50
gotoScriptLine 0

Maybe if sayMessage exiva fish doesnt work try my way "fishX XX"

-Lith

Xijura
12-15-2012, 03:31
Zihinu: how long does it take to "respawn" without walking off screen and coming back ? If I know the timing I can avoid the unnecessary fishing when there's no fish

Lithium: both 'exiva fish' and 'fishX 10' work, my issue is that the application keeps track of the spots where you've gotten a fish and once there's no more spots available it keeps attempting to fish but tells you there's no fish available, I'm hoping to find away to reset that counter after x amount of time so i can start fishing again or if it already resets itself like Zihinu seems to imply then knowing the timing I could stop the fishing while theirs no fish

Lithium
12-15-2012, 09:37
Im curious maybe you have to be off screen for the fish to re-set? I doubt zihinu knows the correct re-set for when the fish are done, this seems to be a lot of work instead why not turn on rune-maker with auto-eat food and throw 200-300 brown mushrooms in your backpack while training?

-Lith