Difference between revisions of "Fishing Scripts"

From Collapser Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== '''Scripts that actually fish for you:''' ===
+
=== '''Fishing Scripts''' ===
There are a few scripts that fish for you. '''NOTE:''' If your character is not fishing, try moving around. Most scripts only fish either north-west
+
{| class="wikitable"
or south-east and it may be tricky to find a good spot to stand in. The most basic fishing script is as follows:
+
|-
 
+
! '''Description''' !! '''Script'''
'''Auto 100 fish'''
+
|-
 
+
| '''Fishing Rod''' || | auto 500 fish
If that script isn't working for you, an alternative is:
+
|-
 
+
| '''Fishing Rod''' || | auto 500 set $n [$posy-4] | set $s [$posy+4] | set $e [$posx+4] | set $w [$posx-4]| useongroundxyz 3483 $e $n $posz | useongroundxyz 3483 $w $s $posz | useongroundxyz 3483 $w $n $posz | useongroundxyz 3483 $e $s $posz | listas 'Fishing Rod'
'''auto 100 set $n [$posy-3] | set $s [$posy+3] | set $e [$posx+3] | set $w [$posx-3]| useongroundxyz 3483 $e $n $posz | useongroundxyz 3483 $w$s$posz useongroundxyz 3483 $w $n $posz | useongroundxyz 3483 $e $s $posz'''
+
|-
 +
| '''Fishing Spear''' || | auto 500 set $n [$posy-4] | set $s [$posy+4] | set $e [$posx+4] | set $w [$posx-4]| useongroundxyz 3346 $e $n $posz | useongroundxyz 3346 $w $s $posz | useongroundxyz 3346 $w $n $posz | useongroundxyz 3346 $e $s $posz | listas 'Fishing Spear'
 +
|-
 +
| '''Bundles''' || | auto 100 listas 'Bundles' | usegrounditem 6507 | usegrounditem 6506 | stackitems | if [$itemcount.3035 >= 100 | $itemcount.3043 >= 100] {say '!stackgold'} | if [$itemcount.6526 >= 1]{say '!deposit all'} | dropitems 6507 | dropitems 6506
 +
|-
 +
| '''Open Bodies''' || | auto 100 dontlist | opengrounditem 8965 | | opengrounditem 9010 | opengrounditem 9011 | opengrounditem 5985 | opengrounditem 4247 | opengrounditem 4248 | opengrounditem 4318 | opengrounditem 5688 | opengrounditem 5523 | opengrounditem 6323 | opengrounditem 6324 | wait 20000
 +
|-
 +
| '''2H Scroll''' || | auto 160000 ifnot [$posx >= 1717 && $posy >= 2202 && $posx <= 1797 && $posy <= 2262 && $posz == 7] {useitem 642} | listas '2H Scroll'
 +
|-
 +
| '''10H Scroll''' || | auto 160000 ifnot [$posx >= 1717 && $posy >= 2202 && $posx <= 1797 && $posy <= 2262 && $posz == 7] {useitem 640} | listas 'Ample Scroll'
 +
|}
 
<br>
 
<br>
 
 
Another really good fishing script can be found below. I like this one because it stops fishing if you're under 50% mana, so you won't die from your bot overriding your mana potion script with the fishing script.
 
 
'''auto 1 listas 'Safe Fish' | set $n [$posy-4] | set $s [$posy+4] | set $e [$posx+4] | set $w [$posx-4] | if [$mppc > 50] useongroundxyz 3483 $e $n $posz |  if [$mppc > 50] useongroundxyz 3483 $w $s $posz | if [$mppc > 50] useongroundxyz 3483 $w $n $posz'''
 
 
If you're using a fishing spear instead, this script is the one for you:
 
 
'''auto 100 set $n [$posy-3] | set $s [$posy+3] | set $e [$posx+3] | set $w [$posx-3]| useongroundxyz 3346 $e $n $posz | useongroundxyz 3346 $w$s$posz useongroundxyz 3346 $w $n $posz | useongroundxyz 3346 $e $s $posz'''
 
<br>
 
 
===== ''Misc. Scripts To Aid Fishing:'' =====
 
 
To auto-bowl your fish monsters, use the script below:
 
'''NOTE:''' Make sure you check the list below and just add the monsters you want using the same format if your monster isn't listed below. It is NOT
 
a complete list of all fishing monsters, just a starter script that can be edited based on the needs of the player.
 
 
'''auto 200 | useoncreature 5928 Jaws | useoncreature 5928 Aegaeus | useoncreature 5928 Krakatoa | useoncreature 5928 Triton | useoncreature 5928 Blastoise | useoncreature 5928 Pyria'''
 
<br>
 
 
To auto open bundles, use the following:
 
 
'''auto 50 usegrounditem 6507'''
 

Latest revision as of 15:12, 24 June 2020

Fishing Scripts

Description Script
Fishing Rod auto 500 fish
Fishing Rod auto 500 set $n [$posy-4] | set $s [$posy+4] | set $e [$posx+4] | set $w [$posx-4]| useongroundxyz 3483 $e $n $posz | useongroundxyz 3483 $w $s $posz | useongroundxyz 3483 $w $n $posz | useongroundxyz 3483 $e $s $posz | listas 'Fishing Rod'
Fishing Spear auto 500 set $n [$posy-4] | set $s [$posy+4] | set $e [$posx+4] | set $w [$posx-4]| useongroundxyz 3346 $e $n $posz | useongroundxyz 3346 $w $s $posz | useongroundxyz 3346 $w $n $posz | useongroundxyz 3346 $e $s $posz | listas 'Fishing Spear'
Bundles auto 100 listas 'Bundles' | usegrounditem 6507 | usegrounditem 6506 | stackitems | if [$itemcount.3035 >= 100 | $itemcount.3043 >= 100] {say '!stackgold'} | if [$itemcount.6526 >= 1]{say '!deposit all'} | dropitems 6507 | dropitems 6506
Open Bodies auto 100 dontlist | opengrounditem 8965 | | opengrounditem 9010 | opengrounditem 9011 | opengrounditem 5985 | opengrounditem 4247 | opengrounditem 4248 | opengrounditem 4318 | opengrounditem 5688 | opengrounditem 5523 | opengrounditem 6323 | opengrounditem 6324 | wait 20000
2H Scroll auto 160000 ifnot [$posx >= 1717 && $posy >= 2202 && $posx <= 1797 && $posy <= 2262 && $posz == 7] {useitem 642} | listas '2H Scroll'
10H Scroll auto 160000 ifnot [$posx >= 1717 && $posy >= 2202 && $posx <= 1797 && $posy <= 2262 && $posz == 7] {useitem 640} | listas 'Ample Scroll'