Register for your free account! | Forgot your password?

You last visited: Today at 23:07

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

Advertisement



[GWA2] Ravens Point

Discussion on [GWA2] Ravens Point within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old   #1
 
Underavelvetmoon's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 98
Received Thanks: 85
[GWA2] Ravens Point

Hey everyone thought I would release something. I got all I wanted from this bot and It might encourage/demonstrate how to write a dungeon bot for anyone who wants to try to write for a different dungeon. I already have quite a few

Everything is explained in the script. I included all functions that are specific to my GWA2, and there is also a part at the bottom I included which you will need to replace in your own GWA2. So best to make a specific folder and drop this and a separate GWA2 into.

Also it doesnt include a GWA2, you'll have to use your own one since mine has many many custom functions that are not user friendly or in a state to be shared (Not being a douche, they just arent finished!).

Its a bit hit and miss, but ive managed to get it to run for 23+ runs in a row without fail. All depends on your hero build since if you die you'll drop the torch which will cause a fail/stuck. It says NM but HM will work if you change $UseCons & $UseFlare.

Anyway I hope some people find some use for this, I really enjoyed making it and using it.

Peace out
Underavelvetmoon.

Release: 04/04/2018
v1.1 - Public revision
Attached Files
File Type: zip Ravens Point v1.1 - NM - Release.zip (8.3 KB, 100 views)
Underavelvetmoon is offline  
Thanks
6 Users
Old 04/04/2018, 19:16   #2
 
Gwadase's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 24
Received Thanks: 1
ty bro share more bot please
Gwadase is offline  
Old 04/04/2018, 20:48   #3
 
elite*gold: 0
Join Date: Apr 2016
Posts: 6
Received Thanks: 0
Would be nice if you post some working builds
DHLight is offline  
Old 04/05/2018, 00:44   #4
 
elite*gold: 0
Join Date: Mar 2014
Posts: 16
Received Thanks: 3
Quote:
Originally Posted by Gwadase View Post
ty bro share more bot please

just lol ^^
yuramisu is offline  
Thanks
2 Users
Old 04/05/2018, 11:41   #5
 
elite*gold: 0
Join Date: Feb 2018
Posts: 15
Received Thanks: 1
thx for the share moon but it as trouble lighting the braziers for me is that common or do i need to add something to my gwa2? :-)
restar1234 is offline  
Old 04/05/2018, 14:55   #6
 
Underavelvetmoon's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 98
Received Thanks: 85
Quote:
Originally Posted by DHLight View Post
Would be nice if you post some working builds
Its written in the script EXACTLY what to do RE build. You use your own with a running skill in slot 8 IF YOU WANT TO. Hero builds are down to you. Imba's with speed boosts, Emo Prot, the usual, whatever the hell you want to use. Please read the script if you want to use it.

@
It is not too common, but it does happen. Few things to check:

1. Did you have any tele skills (Deaths charge, Vipers Defense etc). These cause the torch to be dropped.

2. Did you have cupcakes or cons active? It cant complete the second set without cupcakes at least because of the ice jets. 1 cupcake per run is a small price when you get an Eaglecrest every other day.

3. Was your hero builds strong enough? If you die (Even just you not your whole team) it will drop the torch and wont pick it up. Gotta make sure your running a solid hero build. I could add a check for this to re pick the torch, but honestly its MUCH easier if you just run a really good hero build.

If its anything else please tell me and I will try and help.

EDIT: Just read my pm's and apparently its missing this function, sorry about that!

Code:
Func IsRecharged($lSkill)
	Return GetSkillbarSkillRecharge($lSkill) == 0
 EndFunc   ;==>IsRecharged

 Func IsRechargedHero($lSkill, $aHero)
	Return GetSkillbarSkillRecharge($lSkill, $aHero) == 0
 EndFunc
IsRechargedHero is extra, but its a nice little function
Underavelvetmoon is offline  
Old 04/05/2018, 19:57   #7
 
elite*gold: 0
Join Date: Sep 2013
Posts: 2
Received Thanks: 0
probably me just being a noob but which ever GWA2 I use and edit I cant get it to work with this bot. can someone upload their working GWA2 please
xdaveclaire is offline  
Old 04/12/2018, 11:04   #8
 
TheOldy's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 17
Received Thanks: 37
Thanks for your release.

I've edited alot of the code to let it run properly without stucks and more important without cons. Need ~ 55 mins without any cons (only dash in 8 slot) but stucks sometimes at the asura npc. Took me 6 days (with 3 accs) to get an eaglecrest :/

but more important: it works (more or less xD)
TheOldy is offline  
Thanks
2 Users
Old 04/14/2018, 10:49   #9
 
elite*gold: 0
Join Date: Jul 2017
Posts: 7
Received Thanks: 0
Hey buddy, Ive been trying to edit your script to work for myself but i keep getting a few errors... These are the faults im getting:

Line 266 - GWA2

if__ProcessGetName($lPid) <> "Gw.exe" Then ContinueLoop
if ^ ERROR

Error: Unknown Function Name

(IF i delete this line i get this next fault)

if Initialize(GUICtrlRead($txtName), True, True, False) = False Then
if ^ Error

Error: Incorrect Number of Parameters in function cell

Do you mind having a look through and seeing if you can find where i am going wrong?

Thank you!
Attached Files
File Type: zip Ravens Point.zip (36.8 KB, 5 views)
arokeo10 is offline  
Old 04/14/2018, 12:41   #10
 
elite*gold: 0
Join Date: Mar 2018
Posts: 19
Received Thanks: 12
Quote:
Originally Posted by arokeo10 View Post
Hey buddy, Ive been trying to edit your script to work for myself but i keep getting a few errors... These are the faults im getting:

Line 266 - GWA2

if__ProcessGetName($lPid) <> "Gw.exe" Then ContinueLoop
if ^ ERROR

Error: Unknown Function Name

(IF i delete this line i get this next fault)

if Initialize(GUICtrlRead($txtName), True, True, False) = False Then
if ^ Error

Error: Incorrect Number of Parameters in function cell

Do you mind having a look through and seeing if you can find where i am going wrong?

Thank you!

Read what the errors says xd
the function does not accept all these parameters...
Change it to smt like:
if Initialize(GUICtrlRead($txtName)) = False Then
TheGringott is offline  
Old 04/14/2018, 12:46   #11
 
Underavelvetmoon's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 98
Received Thanks: 85
Quote:
Originally Posted by TheGringott View Post
Read what the errors says xd
the function does not accept all these parameters...
Change it to smt like:
if Initialize(GUICtrlRead($txtName)) = False Then
It does accept it.

He was missing the function:

Code:
Func __ProcessGetName($i_PID)
	If Not ProcessExists($i_PID) Then Return SetError(1, 0, '')
	If Not [MENTION=2544426]Error T[/MENTION]hen
		Local $a_Processes = ProcessList()
		For $i = 1 To $a_Processes[0][0]
			If $a_Processes[$i][1] = $i_PID Then Return $a_Processes[$i][0]
		Next
	EndIf
	Return SetError(1, 0, '')
 EndFunc   ;==>_ProcessGetName
Underavelvetmoon is offline  
Old 04/16/2018, 18:21   #12
 
TheOldy's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 17
Received Thanks: 37
As promised i would show my edited version of the bot. Tried to make it run 24/7 properly. Had a 36h test-run and it worked good.
Runs now without cons in NM.

Had to replace the run&kill-funktion. The original was more random, but caused a lot of stucks. If it runs in disable-render-mode there is a render-toggle at stage 2 to get the do-until-loop work. crazy thing...

Tried to get it as userfriendly as possible. Reworked GUI like the VS-Bot.
All infos as always in the info-button.

To be honest, i got only 2 axe since release of v1.1.
Droprate seems like VS or even worse.

As always: stucks or errors possible. So keep an eye on your bots.
Attached Files
File Type: zip RavensPoint2.zip (45.0 KB, 44 views)
TheOldy is offline  
Thanks
3 Users
Old 04/17/2018, 16:50   #13
 
Underavelvetmoon's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 98
Received Thanks: 85
Quote:
Originally Posted by TheOldy View Post
As promised i would show my edited version of the bot. Tried to make it run 24/7 properly. Had a 36h test-run and it worked good.
Runs now without cons in NM.

Had to replace the run&kill-funktion. The original was more random, but caused a lot of stucks. If it runs in disable-render-mode there is a render-toggle at stage 2 to get the do-until-loop work. crazy thing...

Tried to get it as userfriendly as possible. Reworked GUI like the VS-Bot.
All infos as always in the info-button.

To be honest, i got only 2 axe since release of v1.1.
Droprate seems like VS or even worse.

As always: stucks or errors possible. So keep an eye on your bots.
Really great work. I am learning a fair amount from the work your putting out my friend! I will make sure to give this a try very very soon. Can I ask why you omitted to out some of the extra torch pickups? Did you manage to get it to consistently pick up the first torch etc?

Again great work and thanks for the improvements
Underavelvetmoon is offline  
Thanks
1 User
Old 04/18/2018, 21:31   #14
 
TheOldy's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 17
Received Thanks: 37
Thank you very much

To your question: I did this, because if you picked up the torch and got to the key-room with another chest and torch. the "picktorch"-funktion caused a nearly endless loop of picking up torches...

At the final version i had no stucks at this point...
TheOldy is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Re:Mass Ravens
10/06/2010 - Starcraft 2 - 6 Replies
so Leuts ich hatte ja schon einmal so einen Thread gepostet aber wollt jetzt mal nen neuen posten da ich ein besseres replay herausgekramt habe. Wieder ein Spieler der sich nur auf Ravens konzentriert hat und mit denen die gegnerische base geplättet hat ist ein 2 v 2 match aber der mass raven user hat gute arbeit geleistet. Name ist desaster rot Replay ist im Anhang
Ravens WoW Level/Farm/PvP Service!!
04/24/2010 - World of Warcraft Trading - 10 Replies
Wir bieten WoW Level/Farm/Ehre Service http://worldofwarcraft.mmocluster.de/img_achievem ents/1194684_54f1d26664a9dd7dda6b5668bf3c6dc4.jpg Zu uns: Also..! Den Service übernehmen wir zu dritt. Nun mal ein Paar Infos zu jedem von uns. Martin: Martin ist der Leiter des ganzen Services und sozusagen unser All-round-Talent. Er kennt sich sowohl mit allen Klassen, mit Farming und Skilling als auch mit Bots und optimiertem Leveln aus. Auch Instanzen sind für ihn kein Problem, sodass ihr...
Ravens WoW Level/Farm/PvP Service!!
04/13/2010 - World of Warcraft Trading - 0 Replies
Close
Ravens files bei rapidshare
09/27/2009 - Metin2 Private Server - 2 Replies
hat jemand die files bei rapidshare pls hochladen kriegt auch viele thx >.<



All times are GMT +2. The time now is 23:07.


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.