GW Working Bots 2020

06/17/2020 11:45 martyn12444#586
Don't suppose anyone with coding skills far greater than mine could take a look at this LB title farmer?

No interface appears when you try to run it...

Would be nice to get it working before the end of the Elonian support bonus week!
06/17/2020 15:21 RiflemanX#587
@[Only registered and activated users can see links. Click Here To Register...]

Try this Sunspear Title Farmer posted by Aimcorp:

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



@[Only registered and activated users can see links. Click Here To Register...]
Quote:
Originally Posted by Pheliepee View Post
Hello,

i need help. The Feather bot ist not running :( ... do u can help me?
As a reminder to those that may be new to the forum comments like this make it difficult for anyone to help. You must include more specific information on the issue that you are having. If you do not provide any information then you will most likely not get any help.

~RiflemanX
06/17/2020 15:47 catalan66#588
[QUOTE=RiflemanX;38221903]@[Only registered and activated users can see links. Click Here To Register...]

Try this Sunspear Title Farmer posted by Aimcorp:

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



I don't know if it's normal but i have the 2 quests active, bot running well but don't fight the boss so it make only 150pts/20min...
06/17/2020 17:14 martyn12444#589
Quote:
Originally Posted by RiflemanX View Post
@[Only registered and activated users can see links. Click Here To Register...]

Try this Sunspear Title Farmer posted by Aimcorp:

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

~RiflemanX
That is the one I'm using. Just re-downloaded it but again it won't work for some reason... Double clicking on it just does nothing :(

Strange because I've tried and tested lots of different bots which all still work perfectly...
06/17/2020 18:27 Santa Clauz#590
This thread would be very beneficial for this entire section if a mod made an edit to the OP adding download links and credit or links to the post so people can quickly find what they are looking for as you now have people looking for updated bots in outdated threads when perfectly good copies are here. This would eliminate much confusion. A thread maintained by a mod might even be better.
06/18/2020 02:04 Pheliepee#591
"Bot stopped, low inventory space" :( (Farm plume 1.1.1 updated by Ash)


Quote:
Originally Posted by RiflemanX View Post
@[Only registered and activated users can see links. Click Here To Register...]

Try this Sunspear Title Farmer posted by Aimcorp:

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



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


As a reminder to those that may be new to the forum comments like this make it difficult for anyone to help. You must include more specific information on the issue that you are having. If you do not provide any information then you will most likely not get any help.

~RiflemanX
06/18/2020 02:50 phat34#592
Quote:
Originally Posted by Pheliepee View Post
"Bot stopped, low inventory space" :( (Farm plume 1.1.1 updated by Ash)
Make more room in inventory!!!

-Currently there is no MOD for this forum, but I have applied... hehe

also they would not be involved in manipulating the forum to expedite finding things and downloads... people have to read, stay up to date and learn to use the search button!

If people do not want to put in the effort and keep up, by reading, asking proper questions adding details when necessary etc... then maybe Roblox scripting would be better suited to them so that they may get up on our level -- just saying... also mindcraft farming comes to mind!
06/18/2020 03:08 RiflemanX#593
Quote:
Originally Posted by martyn12444 View Post
That is the one I'm using. Just re-downloaded it but again it won't work for some reason... Double clicking on it just does nothing :(

Strange because I've tried and tested lots of different bots which all still work perfectly...

Try right click on the script and select "Compile Script x86" and run it as a compiled .exe program and see if that works.

Quote:
Originally Posted by Pheliepee View Post
"Bot stopped, low inventory space" :( (Farm plume 1.1.1 updated by Ash)
If your inventory is nearly full and the sell/store functions are not repaired then you will need to either:

1. Clear the inventory yourself when full
2. Repair your sell/store functions (gwa2)
3. Do not select all the checkboxes for green, purple, blue items
4. Edit your script to only pick up feathers and feathered crests


Below code says InventoryCheck if true then bot stops
Code:
	 If InventoryCheck() Then                                      ;maby additional checkbox therefor
		$boolRun = False
		Update("Bot stopped, low inventory space")
		GUICtrlSetData($startbutton, "Start")
		GUICtrlSetState($charactername, $GUI_ENABLE)
		GUICtrlSetState($startbutton, $GUI_ENABLE)
		If ProcessExists("Gw.exe") Then
			ProcessClose("Gw.exe")
			MsgBox(0, "", "Bot stopped, low inventory space")
			Exit
		EndIf
	EndIf
InventoryCheck function shows "less than 3 slots open then return true"
Code:
Func InventoryCheck()
	If CountSlots() < 3 Then
		Return True
	Else
		Return False
	EndIf
EndFunc   ;==>InventoryCheck
06/18/2020 06:45 instinctiously#594
Now that the we have a functioning salvage function, does anyone have a script/function that salvages items for materials? I've tried to do it using various amounts of sleeps between the salvage function and salvageMaterials but I keep getting 007 crashes.
06/18/2020 09:04 martyn12444#595
Quote:
Originally Posted by RiflemanX View Post
Try right click on the script and select "Compile Script x86" and run it as a compiled .exe program and see if that works.
The .exe file still does nothing :confused: thanks for the suggestion though :(
06/18/2020 12:49 Di Lusso#596
Any vaettir bot correctly working? I tried the one from the list but when I disable render the character just stands still. Any insights?
06/18/2020 15:56 NiliyaFlamme#597
Quote:
Originally Posted by Di Lusso View Post
Any vaettir bot correctly working? I tried the one from the list but when I disable render the character just stands still. Any insights?
dont use render and it will work normal
06/18/2020 21:21 Di Lusso#598
Quote:
Originally Posted by NiliyaFlamme View Post
dont use render and it will work normal
I have many accounts, that's why I need the render option.
06/18/2020 23:56 list comprehension#599
Quote:
Originally Posted by Di Lusso View Post
I have many accounts, that's why I need the render option.
Figure out which functions have unexpected behavior without rendering and modify the script to work around the issue if possible. For example one I noticed was:
Code:
GetEnergy($mSelf)
The function partially works without rendering to the effect that you seem to get 0 to base energy total but it stops working if the energy amount goes beyond that. So for example a warrior with base energy 0 to 20 works fine but if you have a +5 energy sword the function works up to a 20 value when waiting for regen. Somethings like this can be worked around with sleeps or alternate checks. You will have to do some debugging to see if you can work around the rendering short comings.
06/19/2020 00:00 BeBreakable#600
Quote:
Originally Posted by martyn12444 View Post
The .exe file still does nothing :confused: thanks for the suggestion though :(
Do you use Toolbox?

If so, start the bot before starting Toolbox. This worked for me. I think its an issue with the name of the gw window as it changes it to character name due to toolbox.