Jump to content

Progamerz AIO Cows


progamerz

Recommended Posts

  • 4 weeks later...
21 hours ago, Sambuca said:

can you add magic as-well?

 

What do you mean specifically? Like setting up changing auto casts?

18 hours ago, dankdrcode said:

When the script starts it gets stuck on "We should setup Zoom!".  Pausing then resuming fixes the issue. :) Am I doing something wrong? 

I'm going to check it right now and see if I can replicate it, are u using resizeable?
EDIT: I tried running the script with random zoom setting in mirror mode, and it fixed itself, posting the logger would help me

Edited by progamerz
Link to comment
Share on other sites

Hi, I am running into an issue when running this script. Please tell me what I am doing wrong or if this is a bug. When the following conditions are as follows, the script will open the bank and immediately log out:

Check\ bank\ for\ item=true

Ignore\ equip\ task\ not\ in\ inventory=false

 

If the conditions equal the following, the script runs okay:

Check\ bank\ for\ item=false

Ignore\ equip\ task\ not\ in\ inventory=true

 

Here is my schedule:

Equipping Bronze longsword
Equipping Wooden shield
Equipping Amulet of glory(6)
Equipping Combat bracelet(6)
Equipping Peaceful blessing
Training Attack to 5
Training Strength to 5
Training Attack to 10
Equipping Black scimitar
Training Strength to 10
Training Defence to 10
Equipping Black full helm
Equipping Black platebody
Equipping Black platelegs
Equipping Black kiteshield
Equipping Black boots
Training Attack to 15
Training Strength to 15
Training Defence to 15
Training Attack to 20
Training Strength to 20
Training Defence to 20
Training Attack to 25
Training Strength to 25
Training Defence to 25
Training Attack to 30
Training Strength to 30
Training Defence to 30

 

Full list of settings are below:

#GUI Settings
#Thu Jan 06 20:11:41 EST 2022
Wait\ for\ loot=false
Task\ Scheduler=Combat Base 10s.txt
Bones=false
CB\ Level=10
Area=Lumbridge north
Food\ Name=Swordfish
Kill\ Chickens=true
Cowhide=false
Food\ Amount=10
Raw\ beef=false
Loot\ only\ your\ kills=false
Tan\ Type=Soft leather
Loot\ Own\ Ammo=false
Chicken\ Area=Lumbridge east
Check\ bank\ for\ item=true
Eat\ food\ for\ loot=false
Bury\ bones=false
Mode=Fighting
Ignore\ equip\ task\ not\ in\ inventory=false

 

Edited by Sir Farms A Lot
Link to comment
Share on other sites

7 minutes ago, Sir Farms A Lot said:

Hi, I am running into an issue when running this script. Please tell me what I am doing wrong or if this is a bug. When the following conditions are as follows, the script will open the bank and immediately log out:

Check\ bank\ for\ item=true

Ignore\ equip\ task\ not\ in\ inventory=false

 

If the conditions equal the following, the script runs okay:

Check\ bank\ for\ item=false

Ignore\ equip\ task\ not\ in\ inventory=true

 

Here is my schedule:

Equipping Bronze longsword
Equipping Wooden shield
Equipping Amulet of glory(6)
Equipping Combat bracelet(6)
Equipping Peaceful blessing
Training Attack to 5
Training Strength to 5
Training Attack to 10
Equipping Black scimitar
Training Strength to 10
Training Defence to 10
Equipping Black full helm
Equipping Black platebody
Equipping Black platelegs
Equipping Black kiteshield
Equipping Black boots
Training Attack to 15
Training Strength to 15
Training Defence to 15
Training Attack to 20
Training Strength to 20
Training Defence to 20
Training Attack to 25
Training Strength to 25
Training Defence to 25
Training Attack to 30
Training Strength to 30
Training Defence to 30

 

Full list of settings are below:

#GUI Settings
#Thu Jan 06 20:11:41 EST 2022
Wait\ for\ loot=false
Task\ Scheduler=Combat Base 10s.txt
Bones=false
CB\ Level=10
Area=Lumbridge north
Food\ Name=Swordfish
Kill\ Chickens=true
Cowhide=false
Food\ Amount=10
Raw\ beef=false
Loot\ only\ your\ kills=false
Tan\ Type=Soft leather
Loot\ Own\ Ammo=false
Chicken\ Area=Lumbridge east
Check\ bank\ for\ item=true
Eat\ food\ for\ loot=false
Bury\ bones=false
Mode=Fighting
Ignore\ equip\ task\ not\ in\ inventory=false

 

It seems the script does not like the Bronze longsword. Removing that makes it work.

Link to comment
Share on other sites

4 hours ago, Sir Farms A Lot said:

Hi, I am running into an issue when running this script. Please tell me what I am doing wrong or if this is a bug. When the following conditions are as follows, the script will open the bank and immediately log out:

Check\ bank\ for\ item=true

Ignore\ equip\ task\ not\ in\ inventory=false

 

If the conditions equal the following, the script runs okay:

Check\ bank\ for\ item=false

Ignore\ equip\ task\ not\ in\ inventory=true

 

Here is my schedule:

Equipping Bronze longsword
Equipping Wooden shield
Equipping Amulet of glory(6)
Equipping Combat bracelet(6)
Equipping Peaceful blessing
Training Attack to 5
Training Strength to 5
Training Attack to 10
Equipping Black scimitar
Training Strength to 10
Training Defence to 10
Equipping Black full helm
Equipping Black platebody
Equipping Black platelegs
Equipping Black kiteshield
Equipping Black boots
Training Attack to 15
Training Strength to 15
Training Defence to 15
Training Attack to 20
Training Strength to 20
Training Defence to 20
Training Attack to 25
Training Strength to 25
Training Defence to 25
Training Attack to 30
Training Strength to 30
Training Defence to 30

 

Full list of settings are below:

#GUI Settings
#Thu Jan 06 20:11:41 EST 2022
Wait\ for\ loot=false
Task\ Scheduler=Combat Base 10s.txt
Bones=false
CB\ Level=10
Area=Lumbridge north
Food\ Name=Swordfish
Kill\ Chickens=true
Cowhide=false
Food\ Amount=10
Raw\ beef=false
Loot\ only\ your\ kills=false
Tan\ Type=Soft leather
Loot\ Own\ Ammo=false
Chicken\ Area=Lumbridge east
Check\ bank\ for\ item=true
Eat\ food\ for\ loot=false
Bury\ bones=false
Mode=Fighting
Ignore\ equip\ task\ not\ in\ inventory=false

 

 

4 hours ago, Sir Farms A Lot said:

It seems the script does not like the Bronze longsword. Removing that makes it work.

 

3 hours ago, Sir Farms A Lot said:

It seems its not switching to my next schedule either. It just sits idle.

 

Hello, thank you for the detailed report, I just ran your settings, and it went to the bank and got longsword and bronze shield, whenever it logs out it should say why in the logger, what did it show in the logger when it logged out?

Edit: I found the bug of it going to chickens and idling instead of attacking, and I'm testing the script and will push update v4.526 in few minutes

Edited by progamerz
Link to comment
Share on other sites

On 1/7/2022 at 1:20 AM, progamerz said:

 

Awesome. Thank you!

 

Hello, thank you for the detailed report, I just ran your settings, and it went to the bank and got longsword and bronze shield, whenever it logs out it should say why in the logger, what did it show in the logger when it logged out?

Edit: I found the bug of it going to chickens and idling instead of attacking, and I'm testing the script and will push update v4.526 in few minutes

 

1 minute ago, Sir Farms A Lot said:

 

Ill try it out again and let you know.

  • Like 1
Link to comment
Share on other sites

Found another bug. It is unable to restart after stopping and re-launching the script.

[INFO][Bot #1][01/09 04:06:48 PM]: [TaskHandler] Done Equipment task: Iron scimitar
[INFO][Bot #1][01/09 04:06:48 PM]: [TaskHandler] Finished { Equip:Wooden shield }
[INFO][Bot #1][01/09 04:06:49 PM]: [TaskHandler] Done Equipment task: Amulet of glory(6)
[INFO][Bot #1][01/09 04:06:49 PM]: [TaskHandler] Finished { Equip:Combat bracelet(6) }
[INFO][Bot #1][01/09 04:06:49 PM]: [TaskHandler] Done Equipment task: Peaceful blessing
[INFO][Bot #1][01/09 04:06:54 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:06:55 PM]: [TaskHandler] Done Level task: { Skill: Attack, Level: 5 }
[INFO][Bot #1][01/09 04:06:55 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:06:55 PM]: [TaskHandler] Done Level task: { Skill: Strength, Level: 5 }
[INFO][Bot #1][01/09 04:06:55 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:06:56 PM]: [TaskHandler] Done Level task: { Skill: Attack, Level: 10 }
[INFO][Bot #1][01/09 04:06:56 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:06:56 PM]: [EquipTask] Equip Black scimitar
[INFO][Bot #1][01/09 04:06:58 PM]: [TaskHandler] Done Equipment task: Black scimitar
[INFO][Bot #1][01/09 04:06:58 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:06:58 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:06:59 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:06:59 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:00 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:00 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:01 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:01 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:02 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:02 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:03 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:03 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:03 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:04 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:04 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:05 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:05 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:06 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:06 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:07 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:07 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:07 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];
[INFO][Bot #1][01/09 04:07:08 PM]: WebWalkingEvent; No route found! Destinations = [[x=0, y=0, z=0]];

  • Like 1
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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...