Log in

View Full Version : MSI's ALL-IN-ONE Fisher



Pages : 1 2 [3]

NCDS
05-15-2012, 12:07 AM
Thanks for your hard work and dedication in coding this, but can you please fix the Catherby fisher?

I can look into it. Has anyone filed an 'official' bug report?

Farmess
05-16-2012, 11:15 PM
|====================================|
| ~ SRL ~ |
| Randoms Report |
|────────────────────────────────────|
| |
| |
|────────────────────────────────────|
|====================================|
{----------------------------------------------------------------}
{ MSI Phoenix Short Report }
{----------------------------------------------------------------}
{ Time Running: 1 Minutes and 47 Seconds }
{----------------------------------------------------------------}
{ }
{ Totals: }
{ - Players: 1 }
{ - Player Time: 00s }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}

{----------------------------------------------------------------}
{ MSI Phoenix Player Report }
{----------------------------------------------------------------}
{ Time Running: 1 Minutes and 47 Seconds }
{----------------------------------------------------------------}
{ }
{ Player 0: ****** }
{ Location: Powerskilling }
{ Time: 00s }
{ Active: False }
{ Reason: Failed to setup player }
{ }
{ Script: Catherby Fisher }
{ Time: 00s }
{ Skill: Fishing }
{ Exp: 0 }
{ Level: 87 }
{ Loads: 0 }
{ }
{ Script: Fishing Guild Fisher }
{ Time: 00s }
{ Skill: Fishing }
{ Exp: 0 }
{ Level: 87 }
{ Loads: 0 }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}
[0:01:52]: [ ******] ------ All players inactive
[0:01:52]: Thank-you for using MSI Phoenix scripts!
[0:01:52]: Successfully executed.


i don't know what i'm doing wrong but it's saying failed to set-up player
---------------------------------------------
forgive me i'm new but i just had to remove the other script and now it's working...

kevin33
05-17-2012, 03:21 AM
What are you trying to fish for? Make sure you only have 1 script selected. Also make sure that whatever you need to fish (i.e rod, pot, harpoon, etc) is in you inventory as toolbelt items are not supported yet (I dont think).

efekti
05-19-2012, 05:42 PM
Great work i must say! Just for reporting.. In fishing guild for myself it works fine until my inventory is full for the 2nd time. It goes inside the bank normally but then banking isn't happening and the character runs behind the bank. This is the "error" message what starts to loop when banking fails:

-------- MSI_FindObjectTPA: BANK_FISHING_GUILD
---------- Found: 2, NOT ENOUGH
---------- Found: 2, NOT ENOUGH
---------- Found: 6, NOT ENOUGH
---------- Took 78 ms to complete
-------- MSI_FindObjectTPA: False

Any suggestions what causes this? Anyways thumbs up for guy behind this script!

EDIT: I found cure for the banking problem or atleast it works for me. When i start running the script i change my camera angle by pressing right couple times. For some odd reason it works now fine with every fish. Hopefully this works for some1 else having this problem in fishing guild! :)

cadet54
05-20-2012, 10:11 AM
I'm fishing at fishing colony, this bot was working fine yesterday but for some reason it keeps switching spots, either every time it catches something or just every 5-15 seconds, i don't have any idea what the problem is unless its me.

Thanks for this awesome bot appreciate the work gone into it and MSI.

daemon
05-21-2012, 01:54 AM
When I fish at Karajama (Stiles), I have a strange issue.

With only a harpoon in my inventory, the script does nothing. Says it can't find a lobster pot, then quits.
With only a lobster pot in my inventory, the script starts harpooning instead.

Is this action intended? I am losing an inventory space because of the lobster pot and it looks 'weird.'

NCDS
05-21-2012, 01:58 AM
When I fish at Karajama (Stiles), I have a strange issue.

With only a harpoon in my inventory, the script does nothing. Says it can't find a lobster pot, then quits.
With only a lobster pot in my inventory, the script starts harpooning instead.

Is this action intended? I am losing an inventory space because of the lobster pot and it looks 'weird.'

Not at all intended. I was running this 2 days ago with no issues.

Mind posting your setup?

Ensoleille
05-21-2012, 04:18 AM
It says:
[Error] (60:5): Unknown identifier 'FISHSPOT_NET' at line 59
Compiling failed.

When i try to add the script into smart Manager from the path
C:\Users\User\Documents\Runescape\Simba\Includes\M SI\MSI\Skills
Did i add the wrong MSI from the wrong path?

kevin33
05-21-2012, 06:42 AM
I think so. Re read the Smart Manager thread to see if its more specific and tells you exactly how to set it up.

daemon
05-22-2012, 01:38 AM
Not at all intended. I was running this 2 days ago with no issues.

Mind posting your setup?
I am using MSI -> Run - > editing the 'RunMe'

with MSI_Players[0] do
begin
Name := 'no'; // Username
Pass := 'no'; // Password
Pin := ''; // Bank pin; leave as '' if player doesn't have one
Active := True; // Use this player?
Member := False; // Is this player a member?
BreakLoads := 0; // Amount of loads before breaking/switching players; leave 0 to not take breaks
BreakTime := 0; // Amount of time (in minutes) before breaking/witching; leave 0 to not take breaks
TotalLoads := 30; // Total loads for the player to do; leave 0 if using TotalTime or to go forever
TotalTime := 0; // How long for the player to run? (in minutes); leave 0 if using TotalLoads or go forever

with Scripts[0] do
begin
Name := SCRIPT_KJ_NOTER; // The script constant found in Globals.simba
end;
end;

I have a full toolbelt.
My setup looks like this, after some botting: http://gyazo.com/3b0fc273bc332049e9ae8bdd14a7f5b9.png

The bot randomly chooses to cage or harpoon the spot - seems like it is messing up there.

Let me know if there's anything else that you need to know. Thanks!

NCDS
05-22-2012, 08:49 AM
I am using MSI -> Run - > editing the 'RunMe'

with MSI_Players[0] do
begin
Name := 'no'; // Username
Pass := 'no'; // Password
Pin := ''; // Bank pin; leave as '' if player doesn't have one
Active := True; // Use this player?
Member := False; // Is this player a member?
BreakLoads := 0; // Amount of loads before breaking/switching players; leave 0 to not take breaks
BreakTime := 0; // Amount of time (in minutes) before breaking/witching; leave 0 to not take breaks
TotalLoads := 30; // Total loads for the player to do; leave 0 if using TotalTime or to go forever
TotalTime := 0; // How long for the player to run? (in minutes); leave 0 if using TotalLoads or go forever

with Scripts[0] do
begin
Name := SCRIPT_KJ_NOTER; // The script constant found in Globals.simba
end;
end;

I have a full toolbelt.
My setup looks like this, after some botting: http://gyazo.com/3b0fc273bc332049e9ae8bdd14a7f5b9.png

The bot randomly chooses to cage or harpoon the spot - seems like it is messing up there.

Let me know if there's anything else that you need to know. Thanks!
You need to declare which fishSpots to look for if you don't want to do both...


with Scripts[0] do
begin
Name := SCRIPT_KJ_NOTER;
FishSpots := [FISHSPOT_CAGE];
end;

...Would be the setup for lobsters only.

Ensoleille
05-22-2012, 07:24 PM
Finally got it to run on smart manager. Would be nice if it supported Tool belt :)

worglers2
05-23-2012, 01:55 AM
:/ I have no idea what the heck I am doing. I remember running this script before and it worked perfectly. I am trying to re-run it (a few months later) and it is not working. Guild Fisher. Harpoon in inventory

It even went to bank to look for the harpoon, and goes right to the fishing spot. It searches and searches and just logs out. :(

NCDS
05-23-2012, 02:21 AM
:/ I have no idea what the heck I am doing. I remember running this script before and it worked perfectly. I am trying to re-run it (a few months later) and it is not working. Guild Fisher. Harpoon in inventory

It even went to bank to look for the harpoon, and goes right to the fishing spot. It searches and searches and just logs out. :(

I'm not even sure where the fishing guild is to be honest. If you'd like to file a bug report with some details and the script debug I would gladly check it out.

kevin33
05-25-2012, 08:47 PM
8 hour proggy no SmartManager or CrashSmart :)
|────────────────────────────────────|
| |
| Quiz Master Solved ~ 1 |
| Rewards Solved ~ 1 |
| |
|────────────────────────────────────|
|====================================|
{----------------------------------------------------------------}
{ MSI Phoenix Short Report }
{----------------------------------------------------------------}
{ Time Running: 8 Hours, 5 Minutes and 0 Seconds }
{----------------------------------------------------------------}
{ }
{ Totals: }
{ - Players: 4 }
{ - Player Time: 08h 41s }
{ - Loads: 61 }
{ - Experience: 133,540 }
{ - Fish Caught: 1,496 }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}

{----------------------------------------------------------------}
{ MSI Phoenix Player Report }
{----------------------------------------------------------------}
{ Time Running: 8 Hours, 5 Minutes and 0 Seconds }
{----------------------------------------------------------------}
{ }
{ Player 1: }
{ Location: Stiles On Karamja }
{ Time: 08h 41s }
{ Active: True }
{ }
{ Script: Karamja Stiles Noter }
{ Time: 08h 41s }
{ Skill: Fishing }
{ Exp: 133,540 }
{ Level: 80 }
{ Loads: 61 }
{ Item: Raw tuna }
{ Amount: 803 }
{ Item: Raw swordfish }
{ Amount: 693 }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}

jfishy
05-25-2012, 09:29 PM
I can look into it. Has anyone filed an 'official' bug report?
How do you file an "official" bug report?

kevin33
05-25-2012, 09:38 PM
http://villavu.com/forum/misc.php?do=form&fid=4

Do it here. To do it go to forum jump, click it to get a list of options, then find the heading that says Report A Bug In MSI. Then fill out all the info and it will be filed.

@MSI dev team, just like to report Karamja works flawlessly. Only issue Ive had it it sometimes logs out and this is the debug:
Suspicion of connection loss
[2:48:06]: It has been 3 minutes and Runescape is not yet ready... Terminating.
[2:48:07]: Thank-you for using MSI Phoenix scripts!
[2:48:07]: Successfully executed.


Nothing wrong with rs or my character so no idea why it would it close. Not a huge deal as Ive only had it happen a few times. If you have time take a look but its a very low priority issue.

StinkyPanda
05-30-2012, 08:05 AM
Edit: problems solved!

lo0ol
05-30-2012, 08:51 PM
How I can see script "paint" or progress report?
I runned it 4 hours, but I can't see how many xp I gained and how many fishes banked.

Tryskelion91
05-30-2012, 08:58 PM
When I started it I had only my harpoon on my toolbelt. I forgot it was not supported. When I came back 1 hour after I had an harpoon in my pack. Does it go buy one/take on?

Anyway it is an awesome script!

kevin33
05-30-2012, 09:03 PM
How I can see script "paint" or progress report?
I runned it 4 hours, but I can't see how many xp I gained and how many fishes banked.

If you selected it, it would save your debug logs (proggy included) in a file located in your simba folder under Includes, then MSI, then Debug logs. This is where you will find them. If you did not select it to save them, you cannot get the proggy unless you copied it before you closed Simba.

lo0ol
05-30-2012, 09:07 PM
MSI Phoenix Short Report }
{----------------------------------------------------------------}
{ Time Running: 4 Hours, 38 Minutes and 35 Seconds }
{----------------------------------------------------------------}
{ }
{ Totals: }
{ - Players: 1 }
{ - Player Time: 04h 36m 50s }
{ - Loads: 17 }
{ - Experience: 47,410 }
{ - Fish Caught: 431 }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}

{----------------------------------------------------------------}
{ MSI Phoenix Player Report }
{----------------------------------------------------------------}
{ Time Running: 4 Hours, 38 Minutes and 35 Seconds }
{----------------------------------------------------------------}
}
{ Location: Fishing Guild Bank }
{ Time: 04h 36m 50s }
{ Active: True }
{ }
{ Script: Fishing Guild Fisher }
{ Time: 04h 36m 50s }
{ Skill: Fishing }
{ Exp: 47,410 }
{ Level: 88 }
{ Loads: 17 }
{ Item: Raw Shark }
{ Amount: 431

Got it ^^

By any change can I see this report in real-time?

kevin33
05-30-2012, 09:12 PM
What do you mean in real time? Like what time it ran to and from IRL?

Kyle Undefined
05-30-2012, 10:29 PM
On screen painting will not be added to MSI, it's very resource intensive. The debug box in Simba is where reports should go. Paint should be used for debugging, at most.

lo0ol
05-31-2012, 06:55 AM
Got my answer, thanks!

adamwright122192
05-31-2012, 04:38 PM
apparently i posted on a different MSI's ALL-In-One fisher thread which had a download for the script and got a warning for gravedigging, but this one obviously has people posting in it everyday.

Was just going to let you know the problem i keep experiencing on the catherby fisher, When i start the script i am in catherby bank and it finds my location and then it begins walking to the fishing spot and it will go all the way til its one click away when it just stops walking,and in the debug box it is giving an error that says could not find final point on map(or something really close to that text). and then it just stands there and anti-randoms/attempts to walk or find the point for about 3 minutes and shuts off.

I have tried starting it in several locations in the bank, on the beach where the fishing spots are at, on the trail to the fishing locations, and while i was actually fishing and it does the same thing each time.

If i start at the actual fishing spots it fails to find my characters location.

Hopefully that could help you out, or let you know if there is something that i have done wrong.

I would can post a debug if you like but it will be like 10 miles long and i figure that would be sorta hectic.

l1ls
06-06-2012, 09:42 PM
Just started and it works really well, could you maybe add urn support? or just make it so the urns aren't dropped because atm they get dropped after a full inv

kritis
06-13-2012, 06:59 PM
Hey, I can't fish at Catherby ><


[ X ] ---- Player[0].Script[0].ReportInfo.Items := [[[78, 80]]]
[ X ] -- Invalid SPS Areas and/or Surfaces in MSI_Mainloop
[ X ] -- MSI_SetupPlayer
[ X ] ---- Player is not logged in
[ X ] ------ Players Found: 0
[ X ] ------ Scanning for randoms...
[ X ] ---- MSI_SetPlayerLoc

AMPed101
06-20-2012, 07:16 AM
{----------------------------------------------------------------}
{ MSI Phoenix Player Report }
{----------------------------------------------------------------}
{ Time Running: 10 Minutes and 19 Seconds }
{----------------------------------------------------------------}
{ }
{ Player 0: ************ }
{ Location: Barbarian Village Fishing Spots }
{ Time: 10s }
{ Active: False }
{ Reason: Failed walk from Barbarian Village Fishing Spots to Edgeville Bank}
{ }
{ Script: Barbarian Village Fisher }
{ Time: 10s }
{ Skill: Fishing }
{ Exp: 150 }
{ Level: 94 }
{ Loads: 1 }
{ Item: Raw trout }
{ Amount: 3 }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}
This happens every 6-10 minutes, has never ran longer than 20 minutes. Any fixes?

dill12345
06-24-2012, 08:42 PM
{----------------------------------------------------------------}
{ MSI Phoenix Player Report }
{----------------------------------------------------------------}
{ Time Running: 3 Minutes and 39 Seconds }
{----------------------------------------------------------------}
{ }
{ Player 0:Hotmail.Com }
{ Location: Powerskilling }
{ Time: 00s }
{ Active: False }
{ Reason: Failed to setup player }
{ }
{ Script: Catherby Fisher }
{ Time: 00s }
{ Skill: Fishing }
{ Exp: 0 }
{ Level: 64 }
{ Loads: 0 }
{ }
{ Script: Fishing Guild Fisher }
{ Time: 00s }
{ Skill: Fishing }
{ Exp: 0 }
{ Level: 64 }
{ Loads: 0 }
{ }
{----------------------------------------------------------------}
{----------------------------------------------------------------}
[0:03:43]: [ Dylan-228@Hotmail.Com ] ------ All players inactive
[0:03:43]: Thank-you for using MSI Phoenix scripts!
[0:03:43]: .

Leonoras
06-26-2012, 02:41 PM
I have a problem, I start it at Piscatoris fishing colony, it fishes 1 inventory, banks it, check skill tab and logs out.
In Simba window is this after stopping script:

------ All players inactive
[0:10:45]: SRL_Stats: Variable does not exist
[0:10:45]: Thank-you for using MSI Phoenix scripts!
[0:10:45]: Successfully executed.

bryce1733
06-28-2012, 07:33 PM
Hi there,

My name is bryce, im new to scripting. Im trying to learn a little bit about scripting but im also trying to be successful in runescape. I dont want to be a leech, im just looking for some help.
{----------------------------------------------------------------}
{ MSI Phoenix Player Report }
{----------------------------------------------------------------}
{ Time Running: 3 Minutes and 29 Seconds }
{----------------------------------------------------------------}
{ }
{ Player 0: }
{ Location: Powerskilling }
{ Time: 00s }
{ Active: False }
{ Reason: Failed to setup player }
{ }
{ Script: Karamja Stiles Noter }
{ Time: 00s }
{ Skill: Fishing }
{ Exp: 0 }
{ Level: 46 }
{ Loads: 0 }
{ }
{----------------------------------------------------------------}

I have been trying to use the karajama stiles noter to fish for lobsters. this is the error it is telling me-{ Reason: Failed to setup player }
The program will login my character and select a world but from there it wont do anything. I have tried starting on the fishing dock and at stiles, and i have a lobster cage in my inventory and in my toolbelt.

It seems to me that this might be the problem, but im not sure and if it is i dont know how to fix it MSI_GetMyPos<>: <-1, -1>

Any help would be greatly appreciated, thanks so much

bottingisforcoolpeople
06-29-2012, 01:02 PM
When I use it logs me in and stuff at karamja and logs me out and says failed to set up player in debug box. :(

bottingisforcoolpeople
07-02-2012, 10:06 AM
Can we get hand fishing and tool belt support in next update please? :(

begginer
07-02-2012, 10:45 AM
Powerfishing is not working at Barb

kyesniper69
07-08-2012, 07:39 PM
You should prolly fix the bot so that it realizes people have fishing tools on their toolbelt lol, mine looks for my lobby cage then trips out and stops the script

Kyle Undefined
07-09-2012, 03:39 AM
You should prolly fix the bot so that it realizes people have fishing tools on their toolbelt lol, mine looks for my lobby cage then trips out and stops the script

It doesn't need "fixing", we just haven't had the time to implement this yet. Just use a cage in your inventory, not that hard.

Mr. Roboto
07-27-2012, 01:38 PM
Powerfisher just logs me out though, failed to initialize player.

Using the latest Simba + fixes. (other scripts work)
Barbarian fishing tool and feathers in inventory.
I run Simba as admin, have everything updated.

How can I fix this?

710johnw
07-29-2012, 03:13 PM
tried in catherby. no luck man. just tries to walk and cant figure it out.

the_mcroer
08-03-2012, 12:16 AM
Hi!

Very nice script,

However when i flyfish at lumbridge, sometimes as you all know the fishing area can relocate north/south (based upon where on the river your fishing). When both fishing spots move away, it wont follow them. Instead the character waits there searching for fishing area and it can take quite a few minutes until the relocation happens again and the fishing area is available at the screen.

On the debug it says this:

[00:59:21]: [ X ] ---- MSI_FindObjectTPA: FISHSPOT_LURE
[00:59:21]: [ X ] ------ Took 16 ms to complete
[00:59:21]: [ X ] ---- MSI_FindObjectTPA: False
[00:59:21]: [ X ] ------ Players Found: 1
[00:59:21]: [ X ] ------ Scanning for randoms...
[00:59:21]: [ X ] ------ Players Found: 1
[00:59:21]: [ X ] ------ Players Found: 1
[00:59:21]: [ X ] ------ Scanning for randoms...
[00:59:22]: [ X ] ------ Players Found: 1
[00:59:22]: [ X ] ------ Scanning for randoms...
[00:59:22]: [ X ] ---- MSI_Relocate (Powerskilling)
[00:59:22]: [ X ] ------ No relocation points for Powerskilling
[00:59:22]: [ X ] ---- MSI_Relocate: True


and the same thing gets repeated over and over, until the fishing spot relocates back to that same place.

Otherwise very good script

print
08-05-2012, 12:57 AM
same thing happens to me its kinda exp waste but i think its better since it adds to the anti-ban since you will look afk and its gotton me alot of lvls like that im not complaning

print
08-05-2012, 12:58 AM
its like 38k exp per hour

James Cash
08-06-2012, 09:27 PM
[00:03:13]: [ PolishHunter ] ------------ MSI_GetMyPos(): (-1, -1)
[00:03:13]: [ PolishHunter ] ------------ MSI_PointOnPath: Index = 24
[00:03:13]: [ PolishHunter ] ------------ MSI_PointOnPath: Index = -1
[00:03:13]: [ PolishHunter ] ------------ MSI_EnterPath: false
[00:03:13]: [ PolishHunter ] -------- MSI_WalkTPA: False
[00:03:13]: [ PolishHunter ] ---------- Players Found: 2
[00:03:13]: [ PolishHunter ] ---------- Scanning for randoms...
[00:03:13]: [ PolishHunter ] -------- MSI_WalkTPA: Path: [(4247, 2952), (4268, 2916)]
[00:03:14]: [ PolishHunter ] ------------ MSI_GetMyPos(): (-1, -1)
[00:03:14]: [ PolishHunter ] ------------ MSI_PointOnPath: Index = 3
[00:03:14]: [ PolishHunter ] ------------ MSI_PointOnPath: Index = -1
[00:03:14]: [ PolishHunter ] ------------ MSI_EnterPath: false
[00:03:14]: [ PolishHunter ] -------- MSI_WalkTPA: False
[00:03:14]: [ PolishHunter ] ---------- Players Found: 2
[00:03:14]: [ PolishHunter ] ---------- Scanning for randoms...
[00:03:14]: [ PolishHunter ] -------- MSI_WalkTPA: Path: [(4271, 2917), (4210, 2895), (4185, 2792), (4235, 2782), (4236, 2709), (4209, 2678)]
[00:03:15]: [ PolishHunter ] ------------ MSI_GetMyPos(): (-1, -1)
[00:03:15]: [ PolishHunter ] ------------ MSI_PointOnPath: Index = 24
[00:03:15]: [ PolishHunter ] ------------ MSI_PointOnPath: Index = -1
[00:03:15]: [ PolishHunter ] ------------ MSI_EnterPath: false
[00:03:15]: [ PolishHunter ] -------- MSI_WalkTPA: False
[00:03:15]: [ PolishHunter ] ---------- Players Found: 2
[00:03:15]: [ PolishHunter ] ---------- Scanning for randoms...
[00:03:15]: [ PolishHunter ] ------ MSI_WalkPath: False
[00:03:15]: [ PolishHunter ] ------ FISHSPOT_BAIT: Required tools not found
[00:03:15]: [ PolishHunter ] -------- Tools: [62, 63]
[00:03:15]: [ PolishHunter ] ------ Fishing spot 0: FISHSPOT_LURE
[00:03:15]: [ PolishHunter ] ---- MSI_SetupFishing: True
[00:03:15]: [ PolishHunter ] -- MSI_SetupPlayer: True
[00:03:15]: [ PolishHunter ] -- Inventory count = 17
[00:03:15]: [ PolishHunter ] -- Exceptions Length = 2
[00:03:15]: [ PolishHunter ] -- MSI_Walk
[00:03:15]: [ PolishHunter ] ---- Player's Location = Barbarian Village Fishing Spots
[00:03:15]: [ PolishHunter ] ---- MSI_AtLocation
[00:03:16]: [ PolishHunter ] -------- MSI_GetMyPos(): (-1, -1)
[00:03:16]: [ PolishHunter ] ------ Checking sub-location: Barbarian Fishing North
[00:03:16]: [ PolishHunter ] ------ Checking sub-location: Barbarian Fishing South
[00:03:16]: [ PolishHunter ] ------ Player not at Barbarian Village Fishing Spots
[00:03:16]: [ PolishHunter ] ---- MSI_AtLocation: False
[00:03:16]: [ PolishHunter ] ------ Players Found: 2
[00:03:16]: [ PolishHunter ] ------ Scanning for randoms...
[00:03:16]: [ PolishHunter ] ------ MSI_PathFromLoc: [(4268, 2916), (4247, 2952)]
[00:03:16]: [ PolishHunter ] ---- MSI_WalkPath: Edgeville Bank to Barbarian Village Fishing Spots
[00:03:16]: [ PolishHunter ] -------- Players Found: 2
[00:03:16]: [ PolishHunter ] ------ Walking attempts: 1
[00:03:16]: [ PolishHunter ] ------ MSI_SetupSPS: Areas: ['10_6', '10_7']
[00:03:16]: [ PolishHunter ] ------ MSI_WalkTPA: Path: [(4209, 2678), (4236, 2709), (4235, 2782), (4185, 2792), (4210, 2895), (4271, 2917)]
[00:03:16]: [ PolishHunter ] ---------- MSI_GetMyPos(): (-1, -1)
[00:03:16]: [ PolishHunter ] ---------- MSI_PointOnPath: Index = 24
[00:03:16]: [ PolishHunter ] ---------- MSI_PointOnPath: Index = -1
[00:03:16]: [ PolishHunter ] ---------- MSI_EnterPath: false
[00:03:16]: [ PolishHunter ] ------ MSI_WalkTPA: False
[00:03:16]: [ PolishHunter ] -------- Players Found: 2
[00:03:16]: [ PolishHunter ] -------- Scanning for randoms...
[00:03:17]: [ PolishHunter ] ------ MSI_WalkTPA: Path: [(4268, 2916), (4247, 2952)]

Just a few seconds worth of what i'm getting, logs in stays idle logs out?

print
08-11-2012, 10:32 PM
great now we know your rs name lol quick take it offf

mika
08-14-2012, 06:40 PM
:( Fishing guild fisher wont walk from bank, it just logs out.
catherby has the same problem walking does not work.

Her0nz
09-01-2012, 12:59 AM
Hope the walking gets fixed sometime soon, trying to do some draynor fishing on my skiller:(

Whiteknight123
09-02-2012, 03:36 AM
{ Time: 00s }
{ Active: False }
{ Reason: Failed walk from Stiles On Karamja to Karamja Fishing Spot}
Get this error please help :D