GW1 Bots working in July 2017

10/14/2018 13:49 edlo80#1816
Hi, I'm new here. I have resumed Guild wars recently and it finds that my bot vaettir no longer works when I run it is nothing this pass or his Cup me Guild Wars. Having no concept in programming, would you have a charitable soul to help me knowing that even to update me these not do thanks in advance
10/15/2018 19:52 natanders#1817
maybe this will help a little
Code:
#Region All

	Func donatefaction($afaction)
		If StringLeft($afaction, 1) = "k" Then
			Return sendpacket(16, $DonateFactionHeader, 0, 0, 5000)
		Else
			Return sendpacket(16, $DonateFactionHeader, 0, 1, 5000)
		EndIf
	EndFunc

#EndRegion
#Region Kurzick

	Func getkurzickfaction()
		Local $loffset[4] = [0, 24, 44, 1864]
		Local $lreturn = memoryreadptr($mbasepointer, $loffset)
		Return $lreturn[1]
	EndFunc

	Func getmaxkurzickfaction()
		Local $loffset[4] = [0, 24, 44, 1976]
		Local $lreturn = memoryreadptr($mbasepointer, $loffset)
		Return $lreturn[1]
	EndFunc

#EndRegion
#Region Luxon

	Func getluxonfaction()
		Local $loffset[4] = [0, 24, 44, 1880]
		Local $lreturn = memoryreadptr($mbasepointer, $loffset)
		Return $lreturn[1]
	EndFunc

	Func getmaxluxonfaction()
		Local $loffset[4] = [0, 24, 44, 1980]
		Local $lreturn = memoryreadptr($mbasepointer, $loffset)
		Return $lreturn[1]
	EndFunc

#EndRegion
#Region Imperial

	Func getimperialfaction()
		Local $loffset[4] = [0, 24, 44, 1800]
		Local $lreturn = memoryreadptr($mbasepointer, $loffset)
		Return $lreturn[1]
	EndFunc

	Func getmaximperialfaction()
		Local $loffset[4] = [0, 24, 44, 1888]
		Local $lreturn = memoryreadptr($mbasepointer, $loffset)
		Return $lreturn[1]
	EndFunc

#EndRegion
#Region Balth

	Func getbalthazarfaction()
		Local $loffset[4] = [0, 24, 44, 1844]
		Local $lreturn = memoryreadptr($mbasepointer, $loffset)
		Return $lreturn[1]
	EndFunc

	Func getmaxbalthazarfaction()
		Local $loffset[4] = [0, 24, 44, 1884]
		Local $lreturn = memoryreadptr($mbasepointer, $loffset)
		Return $lreturn[1]
	EndFunc

#EndRegion
and this

Code:
Func goluxons($xlocation, $ylocation, $ame = getagentptr(-2))
		If getluxonfaction() > 12000 Then
			update("Need to donate Luxon Faction")
			rndsleep(Random(1000, 10000, 1))
			update("Talking to Luxon Scavenger")
			gotonpc(getnearestagentptrtocoords($xlocation, $ylocation), $ame)
			Sleep(1000)
			Do
				update("Donating Faction")
				donatefaction(1)
				rndsleep(500)
			Until getluxonfaction() < 5000
			rndsleep(5000)
		EndIf
	EndFunc

	Func gokurzick($xlocation, $ylocation, $ame = getagentptr(-2))
		If getkurzickfaction() > 5000 Then
			rndsleep(Random(1000, 10000, 1))
			update("Talking to Kurzick Scavenger")
			moveto(21386, 6547, 200, $ame)
			gotonpc(getnearestagentptrtocoords($xlocation, $ylocation), $ame)
			Sleep(1000)
			Do
				update("Donating Faction")
				donatefaction("k")
				rndsleep(500)
			Until getkurzickfaction() < 5000
			rndsleep(2000)
		EndIf
	EndFunc

further more .. i think i speak for a lot of people in here. if only people would use Loadskilltemplate (*) more. or something like this (for general pve farms)

Code:
	Func manageinventory()
		LoadSkilltemplate("?????")
		Local $lmapid_hall
		out("Checking Inventory")
		If getgoldcharacter() > 90000 Then depositgold()
		If countslots() < 5 Then
			_travelgh()
			$lmapid_hall = getmapid()
			gotonpc(getplayerptrbyplayernumber(getmerchant($lmapid_hall)))
			_inventory()
		EndIf
	EndFunc
10/15/2018 23:23 lasse1993#1818
Anyone here who knows about programming/scripting want to create a universal selltool which can/should be included in all bots? So people can setup 1 File to filter their loot?

I would love to see all bots beeing able to sell or store items based on mods and such stuff.
My personal problem is: I cannot code. I never learned it propperly and it will be a HUGE work to get into it.

But I offer an idea and support wherever i can.

I was inspired by the vaetir bot which already has a pretty solid solution with spending platinium for rare materials, keeping mods etc. But if i use my feather bot it will sell a lot of items i would love to keep. Since that sell script is more confusing imo i thought it would be awesome to have the same sell script for all bots.

I know its a shitton of work with all the mod structures etc. but thats smth i can do. The "simple copy and paste" work.

[Only registered and activated users can see links. Click Here To Register...]

_________________________________________

Otherwise i guess a little help with explaining me how to adjust some sell functions in scripts would help (at least me) too.
10/17/2018 02:55 lasse1993#1819
Hey everyone,

i just wanted to share my fresh (still in progress) 'tool' to adjust the loot you want to pickup or sell pretty simple without learning all the ModelID's and Modstructs!

Feel free to test it, hope it makes your life a little bit easier ;)

I'm also in contact with developers to create a nice 'sell and loot module' which should work with all bots with very little effort. So all your bots will keep/pickup/sell the same.

Thanks to everyone for sharing their codes and bots!

[Only registered and activated users can see links. Click Here To Register...]
10/18/2018 12:46 edlo80#1820
Hello would you have any news for the vaettir who cuts GW at the launch thanks in advance
10/18/2018 18:03 JefaAsh#1821
i fucking got perma banned for using vaettire bot yesterday night
10/20/2018 15:17 Balti Bblast#1822
Hey everyone,

I'm looking for a bot costume brawl.
If somone have this, i'll take it with pleasur !

Have a nice day !
10/21/2018 04:00 pontiac1979#1823
Quote:
Originally Posted by calypso974fire View Post
well i told you it was quick & dirty. Here is a version i made to pull both scripts tgt.

You just need a least 30 MS on you to start the runs + money and lot of space at storage

it will capture 30 skells, then give them bavk vs ToTs and repeat.

- it manages money (withdraw when not enough to go to UW, store when too much to get the reward)
- it stores stacks of ToTs when full
- it does not pick up loots to save space
- it kick the 2 last heros to travel to LA and put them back once it ToA. The 2 heros kicked and add will be Razah & Gwen. If you do not have those heros in your team, i will fail. If you don't have access to them it will fail.

If you want to change the heros:

works great for me: no crash in the past 3 hours.
To anyone looking to fire up this bot for the event, I figured out a fix.. and yes, the bot has been running for hours and doing everything it should.

Update the bot with rheek's patcher as per usual. Place the GWA2_Headers file in the main folder, where the files titled "Skells capture" and "gwApi" reside. Then add the GWA2_Headers file INSIDE of the gwApi folder. When you try to start the bot it will give you an error message saying something with the GWA2_Headers file inside of the gwApi folder is wrong. Simply go back into that folder, delete everything from line 15 down (in the GWA2_Headers file), and save the file as is. The bot will then work as it should.

So to make this simple for you: you will be pasting the GWA2_Headers file twice, but will only be editing one of them.
10/21/2018 10:07 SimonMoon#1824
Hey guys,

does someone of u have the build for the stygian farm bot (Me/R).
and does it farm only the first wave or more of the 1 quest waves in veil ?

Thanks in advance

Simon
10/21/2018 23:23 Gambinox#1825
hello,

i'm comming back in gw and i have some problem with bot every time i launch it they crash. And i have no idea why. I got the AutoIt and Bot from your site. I change the language of my game like you said but nothing works. (Sorry for my english)

Have a nice day !
10/22/2018 00:05 pontiac1979#1826
Quote:
Originally Posted by Gambinox View Post
hello,

i'm comming back in gw and i have some problem with bot every time i launch it they crash. And i have no idea why. I got the AutoIt and Bot from your site. I change the language of my game like you said but nothing works. (Sorry for my english)

Have a nice day !
In the 122 other forum pages you ignored before posting this, you would find your answers. Be willing to look for yourself because at this point, no one else will.
10/22/2018 10:55 OneStrangeGuy#1827
Quote:
Originally Posted by JefaAsh View Post
i fucking got perma banned for using vaettire bot yesterday night
Damnn, i'm really sorry for this. Was it your main? did you had others accounts botting?

Try send a ticket to the support, maybe you find a good dude on the other side....
10/23/2018 11:25 phenamenon#1828
I was only botting pve skele farm , I never touched pvp bots and got banned as well today

becarful guys
10/23/2018 12:34 blackmambaa92#1829
Hi everyone,
I tested the speedbooking bot but I don't understand why it doesn't work . The bot keeps saying me " can't find a guild wars client with that character name ".
Has someone an idea ?

thank you
10/24/2018 15:24 OneStrangeGuy#1830
Quote:
Originally Posted by phenamenon View Post
I was only botting pve skele farm , I never touched pvp bots and got banned as well today

becarful guys
This is the third ban in few days, something has changed.

I'm sorry for your toons, can i ask if you were using only one account or more than one?