#CLASS {AutoFishing} #ALIAS poleon {bashoff;weaponoff;wield pole} #ALIAS uwp {reel line;take @baittype from pole;unwield pole;weaponon} #ALIAS fishalarmon {#ECHO Alarm Fishing On;#alarm fishing1 -50:00 {reel line;#wait 1000;cast line @fishdir2};#var fishdir2 se} #ALIAS fishalarmoff {#echo Alarm Fishing Off;#SUSPEND fishing1} #ALIAS jerkall {#if (%1="") {#CR;#ECHO Enter value for jerk time. e.g. 'JERKALL 1000'} {#CR;#ECHO Jerk value set at %1 miliseconds.;jerksmall=%1;jerkmed=%1;jerklarge=%1}} #ALIAS settease {#if (%1="") {#CR;#ECHO Enter value for tease delay. e.g. 'SETTEASE 1000'} {#CR;#ECHO Tease line delay set at %1 miliseconds.;#VAR teasedelay %1}} #ALIAS setdelay {#math teasedelay (2050-%1);#math jerklarge (1950-%1);#math jerkmed (1950-%1);#math jerksmall (1950-%1)} #ALIAS setbait {#var baitleft %1} #VAR baittype {bait} #VAR fishdir {w} #VAR teaseline {tease line} #VAR castdistance {70} #VAR food {steak} #VAR jerklarge {1600} #VAR jerkmed {1600} #VAR jerksmall {1600} #VAR fishdir2 {} {} #VAR teasedelay {1700} #VAR baitleft {8} #TRIGGER {small strike at your bait} {#beep;teaseline="";#wait @jerksmall;#loop 6 {jerk;#wait 50};teaseline="tease line"} #TRIGGER {Your rod bends slightly} {#loop 2 {reel line}} #TRIGGER {Your fish struggles and swims firmly away from you, drawing out (%d) feet} {reel line;#add castdistance %1} #TRIGGER {The fish on your line shows its power by running out (%d) feet of line.} {reel line;#add castdistance %1} #TRIGGER {You feel the fish tugging on your line} {#loop 2 {reel line}} #TRIGGER {You feel a fish nibbling on your hook.$} {#wait @teasedelay;@teaseline} #TRIGGER {medium strike at your bait} {#beep;teaseline="";#wait @jerkmed;#loop 6 {jerk;#wait 50};teaseline="tease line"} #TRIGGER {large strike at your bait} {#beep;teaseline="";#wait @jerklarge;#loop 6 {jerk;#wait 50};teaseline="tease line"} #TRIGGER {but the hook pulls free of the fish.} {#wait 3000;@teaseline} #TRIGGER {Relaxing the tension on your line you are able to reel again.} {#loop 2 {reel line}} #TRIGGER {You cock back your arm and smoothly cast a line} {#wait 3000;@teaseline} #TRIGGER {Tugging powerfully, your fish draws} {#loop 2 {reel line}} #TRIGGER {The fish tries to swim with the hook, drawing (%d) feet} {reel line;#add castdistance %1} #TRIGGER {You reel in the last bit of line and your struggle is over.} {#wait 1000;bait hook with @baittype;#wait 5000;cast line @fishdir;teaseline="tease line"} #TRIGGER {With a final tug, you finish reeling in the line} {#wait 1000;bait hook with @baittype;#wait 5000;cast line @fishdir;teaseline="tease line"} #TRIGGER {cast line (%w)} {bashoff;#VAR fishdir %1} #TRIGGER {bait hook with (%w)} {#VAR baittype %1} #TRIGGER {As the fish strains your line beyond its breaking point,} {#wait 1000;bait hook with @baittype;#wait 5000;cast line @fishdir} #TRIGGER {There's no need to tease a line if you haven't cast it yet.} {cast line @fishdir;teaseline="tease line"} #TRIGGER {The fish you've hooked struggles against the line} {#loop 2 {reel line}} #TRIGGER {Dodging back and forth furiously, your fish draws out %d feet of line.} {#loop 2 {reel line}} #TRIGGER {the cast at about (%d) feet.} {castdistance=%1} #TRIGGER {You have (%d) feet} {castdistance=%1} #TRIGGER {out (%d) feet of line.} {#add castdistance %1} #TRIGGER {You don't have any bait on your hook.} {#if (@baitleft=0) {fishoff} {bait hook with @baittype;#wait 5000;cast line @fishdir}} #TRIGGER {You must be wielding a pole to do that.} {poleon;#wait 2000;cast line @fishdir} #TRIGGER {You double over in pain as your stomach virtually collapses.} {satiation;#wait 7500;eat @food} #TRIGGER {Your mental equilibrium is disturbed by overpowering thoughts of food.} {eat @food} #TRIGGER {You carefully thread a (*) onto the hook of a simple fishing pole.} {#add baitleft -1} #TRIGGER {You pay (%d) sovereigns and receive (%d) (%w).} {#add baitleft %2} #BUTTON 15 {Fishing Stat: @baitleft | @fishdir | @castdistance | J: @jerksmall | T: @teasedelay} {} {} {} {} {} {} {Size} {220} {15} {Pos} {16} {330} {113} {} {Gauge||12|||7} {} "" {Explore|Inset|Right} {Fishing Bait and Directions} {} {2} #CLASS 0