Register for your free account! | Forgot your password?

You last visited: Today at 18:22

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



WORKING Kilroy Bot

Discussion on WORKING Kilroy Bot within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Closed Thread
 
Old 07/04/2015, 15:58   #16
 
elite*gold: 0
Join Date: Jul 2015
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by Uzishan View Post
seems you updated the gwa2 file but probably didn't delete the old one and rename the new one gwa2 to gwa2.au3 . the problem you encounter happens as long as the file is not updated
I updated the GWA2 file, and deleted the old one. I ensured that the name of the GWA2.au3 file was the same as what was in the script.

If anyone is able to upload currently working files it would be much appreciated because as it stands it is going to be very difficult to diagnose here.
Jason Bourn is offline  
Old 07/05/2015, 11:32   #17
 
elite*gold: 0
Join Date: Jun 2012
Posts: 8
Received Thanks: 1
I'm still new and when you used the updater. Did you use the second version posted further down on this page?
Uzishan is offline  
Thanks
1 User
Old 07/07/2015, 01:29   #18
 
elite*gold: 0
Join Date: Jul 2015
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by Uzishan View Post
I'm still new and when you used the updater. Did you use the second version posted further down on this page?
You are a lifesaver!! I for the life of me couldn't figure out why it wouldn't work. That did the trick - never even noticed the second post. You my friend deserve some kind of reward!
Jason Bourn is offline  
Old 07/21/2015, 16:19   #19
 
elite*gold: 0
Join Date: Jul 2012
Posts: 3
Received Thanks: 0
pretty weird. i used the updater you posted and renamed the GWA2.new to GWA2 after i deleted the old GWA file. the bot still keeps running past the first group.

when i try to nem the GWA2 file to GWA2.au3 i get an error when trying to start the bot.

any solutions?

EDIT: Got it running now. but sometimes the bot stops right before the room with the first boss (where the mobs are standing in a circle and start attacking you). He just stops right before the mob group in the center and doesnt atk/aggro them. after i do it manually everything is working fine again until next run.

Another thing is that sometimes he gets stuck at chests. depending on where they spawn
dubidubidu is offline  
Old 07/29/2015, 17:37   #20
 
elite*gold: 0
Join Date: Sep 2008
Posts: 20
Received Thanks: 5
I changed the source-code a bit. This bot didnt buy the scrolls itself nor used them correctly. I switched it so hes using the scroll in my 4th bag at the 5th position (1st row last item). Furthermore hes waiting at the beginning like 6-7 seconds so kilroy will start & take the aggro. This gives some nice advantage cause you wont get the initiator-damage.

My last problem is that hes not opening any of the chests (i dont mean the last one but the random spawned one)... Any solution for that?

Add this after "Func UseScroll()" in GWA² Killroy Stoneskin.au3
Code:
$item = GetItemBySlot(4,5)
   if $item <> 0 Then
	  Update("Using Scroll at 4:5")
	  UseItem($item)
	  Return
   EndIf
This makes that hes using the item at bag4 row1 cell5. You can manually put in there any scroll u want - even other items that you want him to use.

To make him wait for Killroy to run first, go to the line with "Func RunQuest()".
Change:
Code:
RndSleep(1500)
If $useScroll Then UseScroll()
	If AggroMoveToEx(-11040, -16400) Then Return 1
	If AggroMoveToEx(-3585, -15915) Then Return 1
	If AggroMoveToEx(-1081, -14387) Then Return 1
	If AggroMoveToEx(3788, -16406) Then Return 1
	MoveTo(5724,-15148)
	MoveTo(5053,-15835)
with

Code:
RndSleep(1500)
	If AggroMoveToEx(-16557, -13752) then Return 1
	RndSleep(8000)
	If $useScroll Then UseScroll()
	If AggroMoveToEx(-11040, -16400) Then Return 1
	If AggroMoveToEx(-3585, -15915) Then Return 1
	If AggroMoveToEx(-1081, -14387) Then Return 1
	If AggroMoveToEx(3788, -16406) Then Return 1
	MoveTo(5724,-15148)
	MoveTo(5053,-15835)
With this little edit hes walkin like 3-4 meters to initiate the dialog, then waits for kilroy to start running. If its not your speed, adjust"RndSleep(8000)". Hes also using his scroll (at least the item you want) after the sleep so you wont lose like 8 seconds.

I'm also working on a "Pickit". Not picking up any item but the ones you want. Getting rid of those "Frosty Tonics", "Snowman Summoners" & "Mischievous Tonics". Some1 interested in this? PN me
Nobody1993 is offline  
Old 08/23/2015, 01:17   #21
 
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 23
here is one that I got from another site that is working great
Attached Files
File Type: rar Killroy's.rar (31.7 KB, 244 views)
kendor is offline  
Old 10/10/2015, 17:15   #22
 
elite*gold: 0
Join Date: Feb 2015
Posts: 111
Received Thanks: 7
du dreckiger der bott funktionirt n scheis und er hatt mein voltic verkauft ich werd dich finden glaubs mir
ironiebob1994 is offline  
Thanks
1 User
Old 10/10/2015, 19:26   #23



 
Frutex's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 18,585
Received Thanks: 3,863
Das kann ja wohl kaum dein Ernst sein? Wie wäre es mal mit nachdenken? So etwas funktioniert nicht einfach nur immer so Out of the Box
Frutex is offline  
Old 12/24/2015, 17:59   #24
 
elite*gold: 0
Join Date: Nov 2015
Posts: 18
Received Thanks: 4
curious if anyone has found a way around the chests that spawn in places where it breaks the script. there are a couple of instances where the chest will be right on an edge of a straight line movement that stops the player. script doesn't seem to pick up on that

FYI, i'm using that last rar posted
timtimcharoo is offline  
Old 01/05/2016, 01:13   #25
 
elite*gold: 0
Join Date: Nov 2015
Posts: 49
Received Thanks: 0
I too would like a fix on getting stuck at that one chest. and would like it if anyone could add the a func to open the chest's and to store unid golds.
fivel_976 is offline  
Old 01/08/2023, 03:16   #26
 
elite*gold: 0
Join Date: Jul 2022
Posts: 9
Received Thanks: 1
Anyway to get this working in 2023?
Tabula Assault is offline  
Old 01/08/2023, 20:30   #27
 
elite*gold: 0
Join Date: Jun 2020
Posts: 54
Received Thanks: 3
Quote:
Originally Posted by Tabula Assault View Post
Anyway to get this working in 2023?
yeah, there was actually a thread which shows a "how to updates scripts"

you might find it the way you found all the other posts and asked the same questions.
AndaraX42 is offline  
Old 01/14/2024, 08:24   #28
 
elite*gold: 0
Join Date: Jul 2022
Posts: 3
Received Thanks: 0
Label: Skilllogreturn not provided? Any help pls?
Kaosssssssss is offline  
Old 01/15/2024, 05:54   #29


 
Mrjambix's Avatar
 
elite*gold: 858
Join Date: Jan 2021
Posts: 82
Received Thanks: 62
Quote:
Originally Posted by Kaosssssssss View Post
Label: Skilllogreturn not provided? Any help pls?
Please stop bumping old threads!
Utilize the search function within the forum!
Mrjambix is offline  
Thanks
1 User
Old 01/28/2024, 04:36   #30
 
elite*gold: 0
Join Date: Mar 2022
Posts: 2
Received Thanks: 0
Doesn t work
Swen99 is offline  
Closed Thread


Similar Threads Similar Threads
GWA Kilroy Bot
03/17/2014 - GW Bots - 29 Replies
Anyone have this? I had it on a flash drive with all my other things from Game Revision, but there down and I use this for leveling and in between Vaettir, etc. Please, if you have 1.3 by mast0r or any other version then could you attach it to a post or send it in a PM? LDoA bot is good too, it was posted before the site went down for maintenance.
GWA Kilroy Bot
05/04/2013 - GW Bots - 0 Replies
Ok, so i got ddarek's kilroy bot, http://www.elitepvpers.com/forum/gw-bot-discussion s-questions/1726208-gwa-kilroy-bot.html. And i dont know how to use it! Please someone post a video or good help please, thanks. ghazif
WTB KIlroy Bot
11/26/2011 - Guild Wars Trading - 0 Replies
Suche einen Kilroy Bot. Ich zahle in Ektos, Z-keys, oder Platin Bot sollte Einwandfrei funktionieren. Beste Grüße PM an mich
Kilroy-Bot
05/08/2010 - GW Bots - 15 Replies
Hey, wollte mal fragen, ob es zurzeit einen aktuellen Kilroy-Steinsipp-Bot gibt, der den Solo-Dungeon macht. Also einer, der alles selbst macht und nicht nur beim Knock-Out wieder aufsteht? Vielen Dank schonmal ;) Lg



All times are GMT +2. The time now is 18:22.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.