It worked well, but it didn't record the XP gained. It was 51k XP though.
[| --Gelatinous Abomination Obliterator-- |]
|| Revision 5.3 ||
|| Time Running: 05h 52m 42s ||
|| XP Gained: 0 (0 PH) ||
|| Herbs Collected: 334 (56 PH) ||
|| Profit Made: 135801 (22,847 PH) ||
|| Charms Collected: 26 (4 PH) ||
|| Monsters Killed: 0 (0 PH) ||
|| Times Banked: 13 ||
|| Levels Gained : 0 ||
|| Atk: 0 Str: 0 Def: 0 Rng: 0 Mag: 0 ||
|| Switched Weapons: 0 times ||
[|----------------------------------------|]
script looks great mayor, but it aint working for me =(
it fails to recognise when the monster is dead, ie it attacks new monsters before the current one is dead.
i followed all the steps not sure what is wrong...
I want to make a working script. Lets hope i can be bothered anytime soon
As i was setting up my 6th account, i saw 5.4 was released. Had to restart the whole thingThanks Mayor. Now it waits for kill to be done, and clicks the next one. But not before checking for any drops. So amazing.
(doesn't always pick up herbs, sometimes it picks them after 2-3 kills all at once or misses some. it doesn't matter. What's important is the skills)
Updating herb colors shouldn't be too difficult. I take it all grimy herbs look alike. Do i have to pick the colors while they are on the ground or in the inventory?
edit: hmm. Do i take colors from the green only or only brown. I can't mix it up or it'll select the whole screenHow many color samples should i take.
Old ones are
HERB_COLOUR = 2916113;
HERB_TOL = 4;
HERB_HUE = 0.98;
HERB_SAT = 2.50;
new ones i picked
green only
color 2524700
tol 3
hue 0,48
sat 0,29
brown and green
color 2524700
tol 7
hue 1,83
sat 1,52
It can't be right. They are way too far off the original. I picked about 20 samples. I'll read the guide again.
Hmm. I get it. As long as i pick enough colors, green or brown or both. It doesn't matter if it matches your old ones. I'll add them to the script then. See what it doesProbably fail.
thanks mate =D
EDIT: heres a nice little proggy after the new update, works like a charm apart from herbs but thats alright =)
Code:[| --Gelatinous Abomination Obliterator-- |] || Revision 5.4 || || Time Running: 01h 07m 36s || || XP Gained: 7120 (6,319 PH) || || Herbs Collected: 0 (0 PH) || || Profit Made: 0 (0 PH) || || Charms Collected: Disabled || || Monsters Killed: 178 (158 PH) || || Times Banked: 3 || || Levels Gained : 30 || || Atk: 3 Str: 3 Def: 10 Rng: 8 Mag: 6 || || Switched Weapons: 12 times || [|----------------------------------------|]
I want to make a working script. Lets hope i can be bothered anytime soon
Pick them from the ground as that it where you are looking for them (it only looks on the mainScreen for loot anyway). Colours can change quite a lot, even each time you login, and across different worlds. If you want to get a really stable colour, pick as many as you can across 4-5 worlds.
I normally leave the script running, and each time a herb drops I load a new image in ACA, pick colours, and repeat, and then switch worlds.
Aha. Completely forgot the part about picking colors from multiple worlds. I'll do this right this time. Colors from one world seem to pick herbs 1 out of 5 times they drop.
[| --Gelatinous Abomination Obliterator-- |]
|| Revision 5.4 ||
|| Time Running: 2Xm XXs ||
|| XP Gained: 1XX0 (3,XXX PH) ||
|| Herbs Collected: Disabled ||
|| Profit Made: 0 (0 PH) ||
|| Charms Collected: Disabled ||
|| Monsters Killed: 38 (98 PH) ||
|| Times Banked: 1 ||
|| Levels Gained : 6 ||
|| Atk: -2 Str: 4 Def: 4 Rng: 0 Mag: 0 ||
|| Switched Weapons: 0 times ||
[|----------------------------------------|]
Successfully comitted stats
Terminated script: We failed to walk to the dungeon within 3 minutes
Thank you for using The Mayors G.A.O - Post proggies on the thread.
Successfully executed.
The following bitmaps were not freed: [1]
----
Running several instances of it, some are past 2 hour mark, however this one failed at finding the dungeon. It was just outside the entrance, the colors/graphics were correct, I reset it, and it entered the dungeon just fine. Not sure why it couldn't find the dungeon on the failure.
---
Another account got lost on way to dungeon. I log in, they are south west of the Dark Wizard Tower. After I restarted it it found the dungeon just fine.
-----Code:------ Options found: [TelepoM, Previous destination, Cancel] ------ Found option "Previous dest" in "Previous destination" ---- TRSChooseOption.select() result = true ------ TRSLodestoneScreen.teleportTo(): Succesfully teleported to previous destination ---- TRSMinimap.getBlackBackground() ------ Found 7 shades of black, finding the most common one... ---- TRSMinimap.getBlackBackground(): 65536 ---- Function isInDungeon() result: False ---- TRSGameTabs.openTab(2) ------ Tab is already open, exiting ---- TRSGameTabs.openTab(2): = True ---- sps.getPlayerPos(): result = {X = 122, Y = 158}, took 391 ms ---- sps.getPlayerPos(): result = {X = 130, Y = 166}, took 438 ms ---- sps.getPlayerPos(): result = {X = 130, Y = 166}, took 390 ms ---- sps.getPlayerPos(): result = {X = 130, Y = 166}, took 391 ms ---- sps.getPlayerPos(): result = {X = 130, Y = 166}, took 406 ms ---- sps.getPlayerPos(): result = {X = 130, Y = 166}, took 391 ms ---- WARNING: sps.getPlayerPos(): Didn't find enough matches accurately calc your postion ---- sps.getPlayerPos(): result = {X = -1, Y = -1}, took 359 ms ---- WARNING: sps.getPlayerPos(): Didn't find enough matches accurately calc your postion ---- sps.getPlayerPos(): result = {X = -1, Y = -1}, took 344 ms ---- WARNING: sps.getPlayerPos(): Didn't find enough matches accurately calc your postion ---- sps.getPlayerPos(): result = {X = -1, Y = -1}, took 359 ms ---- sps.walkPath(): result = False ---- TRSMinimap.getBlackBackground() ------ Found 28 shades of black, finding the most common one... ---- TRSMinimap.getBlackBackground(): 0 ---- Function isInDungeon() result: True ---- TRSMinimap.getBlackBackground() ------ Found 28 shades of black, finding the most common one... ---- TRSMinimap.getBlackBackground(): 0 ---- Function isInDungeon() result: True [| --Gelatinous Abomination Obliterator-- |] || Revision 5.4 || || Time Running: 01h 4Xm XXs || || XP Gained: 1XXX0 (6,XXX PH) || || Herbs Collected: Disabled || || Profit Made: XXX (XXX PH) || || Charms Collected: 0 (0 PH) || || Monsters Killed: 2XX (1XX PH) || || Times Banked: 3 || || Levels Gained : 4X || || Atk: 1X Str: 1X Def: 1X Rng: 0 Mag: 0 || || Switched Weapons: 0 times || [|----------------------------------------|] Successfully comitted stats tesseractGetText(): Bitmap is is too small (190, 1) ------ Waiting for lobby screen... ------ Waiting for lobby screen... ------ Waiting for lobby screen... ------ Waiting for lobby screen... ------ Waiting for lobby screen... Terminated script: We failed to walk to the dungeon within 3 minutes Thank you for using The Mayors G.A.O - Post proggies on the thread. ---- Succesfully freed SMART[2472] ---- Freeing gametabs bitmaps... Successfully executed. The following bitmaps were not freed: [1]
Another account failure
another failure - spike gauntlets were equipped, it did not detect it, it was on the equipment screen.Code:Weapon switch failed - Can only train melee [| --Gelatinous Abomination Obliterator-- |] || Revision 5.4 || || Time Running: 02h XXm XXs || || XP Gained: 16XXX (6,XXX PH) || || Herbs Collected: Disabled || || Profit Made: 0 (0 PH) || || Charms Collected: Disabled || || Monsters Killed: 4XX (1XX PH) || || Times Banked: 3 || || Levels Gained : 5X || || Atk: 1x Str: 1x Def: 1x Rng: 0 Mag: 0 || || Switched Weapons: 0 times || [|----------------------------------------|] Successfully comitted stats tesseractGetText(): Bitmap is is too small (190, 1) Terminated script: We failed to do deposit items within 30 seconds Thank you for using The Mayors G.A.O - Post proggies on the thread. Successfully executed. The following bitmaps were not freed: [1]
One account ended up in west varrock bank some how, and didn't realize it wasn't in a dungeon, kept searching for Gelatinous.Code:Trainskill 4 is set to false Melee weapon equipped Melee weapon equipped Melee weapon equipped Terminated script: Did not find spiked gauntlets equiped - Terminting script Thank you for using The Mayors G.A.O - Post proggies on the thread. Successfully executed. The following bitmaps were not freed: [1]
----
Several accounts were searching for bankers while they were IN the dungeon.
-----
All accounts fail, this error X 8 instances of it.
Code:Successfully comitted stats Terminated script: Failed to find the bank after trying 3 times Thank you for using The Mayors G.A.O - Post proggies on the thread. Successfully executed. The following bitmaps were not freed: [1]
Last edited by theorange; 08-09-2014 at 03:46 PM.
No no no. I selected only green herb color, then only brown. Then took both. How should i take colors with aca? If i had to guess i should only take one color with variations. Lighter to darker green. And switch between worlds taking same colour? Do i save the screenshot/file?
Got 3 accounts banned. Lesson learned, don't create an account and train it over 100 levels the same day. Mayor, do you have any tips on this matter? Like how long should i train a fresh made account, a few hours for the first few days maybe?
Any one else having trouble past 2 days? I ran this one for like a week straight and now it just gets stuck in player setup.
Its currently checking gauntlets over and over again
Seems like iswaitloggedin function is the problem? I can make it attack if I remove all instances but script goes apeshit, when I make adjustments. Is it just me?Code:Trainskill 2 is set to false Magic weapon equipped Magic weapon equipped Magic weapon equipped Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Spiked gauntlets are equiped You have chosen to use 1 combat style(s) Successfully executed.
There are currently 1 users browsing this thread. (0 members and 1 guests)