fix for the GWA2 you mean or for that specific script ?
Edit:
the original GetHeroID func in latest public GWA2 works fine i tested with the Dev tool and i can add/kick heroes, leave group, add npc but i get a crash on kick npc cause probably the header is wrong, the rest of the headers was already correct,
i checked the specific script that you showing in the pic the speedbooking one (don't know if it's the same, i suppose you updated it from the collection of scripts that are posted) the script has the gimmick to ask the AgentID first and after the HeroID, i didn't run it or anything 0 idea why does that but i don't think the original func GetHeroID in GWA2 needs any update or rework.
Well the name GetHeroID would imply the function returns a HeroID, but it doesn't. It's confusing because an AgentID and a HeroID are very different things.
All the bots I've seen which manipulate heroes have declared the HeroID's themselves, but I also haven't seen any scripts which let the user customise a hero setup without editing an .ini or the script directly
Quote:
Originally Posted by Deroni93
"Without this you won't be able to use the HeroKick functions, or any other functions that require a HeroID."
I meant to say dynamically here, of course those functions work if you plug a HeroID in yourself.
Weither I use your version or the generic version of GetSkillBarSkillRecharge(), if acts the same:
- either it returns correct values in miliseconds
- or it returns weird values like "429500091" or "4294996496" or **** like that.
The pattern in the wrong number always looks the same, its a really long number (10digits?) that makes no sense when you look at it
Sometimes it works, sometimes it doesn't.
But once it works, it doesn't stop working until I close the script.
And once it doesn't work, it won't work suddendly during the farming.
As for how I use it, well as simply as its possible to use it:
Weither I use your version or the generic version of GetSkillBarSkillRecharge(), if acts the same:
- either it returns correct values in miliseconds
- or it returns weird values like "429500091" or "4294996496" or **** like that.
The pattern in the wrong number always looks the same, its a really long number (10digits?) that makes no sense when you look at it
Sometimes it works, sometimes it doesn't.
But once it works, it doesn't stop working until I close the script.
And once it doesn't work, it won't work suddendly during the farming.
As for how I use it, well as simply as its possible to use it:
Code:
if GetSkillBarSkillRecharge(8) < 4500 Then
Hope its clear
I tested CoderAndys version on a couple of 55 monk bots so very sensitive to skill up keep without issue to recast protective spirit before it expires. I didn't have a single instance of invalid value. I am wondering if it could be related to your script or gwa2 api you are using.
I tested CoderAndys version on a couple of 55 monk bots so very sensitive to skill up keep without issue to recast protective spirit before it expires. I didn't have a single instance of invalid value. I am wondering if it could be related to your script or gwa2 api you are using.
is there any way we can exchange about it outside of the forum? For fluidity purposes, I think it would make it way easier. I can show u my script. As for my gwa2, I think its fairly standard, I even tried Andy's version of the functions (getskilltimer() and getskillbarskillrecharge()) and they act the exact same in the script, so yeah maybe it somehows comes from my script
@
man first we trying to help and second you saying that there is a problem with a specific func/code that i posted and we want to find the problem and fix it, it's better to speak publicly cause someone can use that post in future to understand or fix a problem,
i don't need to see your script you already posted the main func (KeepUpBoon) and you use the latest puclic GWA2 so i don't think there is something else that would affect SkillbarSkillRecharge,
do a simply test:
take a skill with 45 sec of recharge, before you use the skill ask to write in console for the SkillRecharge then use the skill and ask again for the recharge, do a sleep of 10 or 15 secs and ask again,
with what you saying at previous posts you should take values like 35000 remaining milisec or 30000 milisec, do that and take a screenshot and post it plz also you didn't say which way you asking for this values in the code i mean.
Yep, that is a solid way to test and I couldn't agree more to keep information like this public for the next time someone runs into it. A large amount I know about the gw engine came from debugging it but vast amounts also came from reading public problems/solutions.
the goal from going private is not to retain the possible fix and hide it to the public. It is to smoothen the process and narrow the possible problem. You guys see the evil where it's not.
Has anyone noticed that the GetPing() function always returns 0?
Seems the memory address used in the $mping variable is outdated, at least in my GWA2 it is.
Anyone has the correct value?
Could you please confirm this works? I seem to still be getting always 0
You're right, I have been testing the new pattern scan with memory reads between and 100 and still zero. So it seems the new pattern scan I was given is not working.
You're right, I have been testing the new pattern scan with memory reads between and 100 and still zero. So it seems the new pattern scan I was given is not working.
What is the current Pattern? I dont see the updated GWA2 from you
[GWA2] How to chase after updated header values? 11/14/2024 - GW Bots - 11 Replies Hi all,
First post, but have been following the tips all over this forum for about 6 months since I started writing my own bots.
Recently the server headers changed, and although it looks like the community have pulled through and released a new version of GWA2 to reflect it, there are other headers that I'm using, that aren't in the vanilla GWA2 code.
SendPacket(0x14, 0x6F, $lItemID, $lQuantity, $lBagID, $aSlot - 1)
The above command would have previously told GW to move $lQuantity...
Leader/followbot - Updated with new GWA2/headers (functional) 07/21/2019 - GW Exploits, Hacks, Bots, Tools & Macros - 29 Replies EDIT: Updated 6/16/18
Hey all,
I updated the follow/leader bot with the new headers (I think there were a few that I didn't bother updating, since the script doesn't seem to use them anywhere). I haven't done extensive testing, but it's working for me so far. Please let me know if you get any errors/crashes, and I'll attempt to fix them.
Enjoy!
GWA2 A/mo Vaettir Bot; Need Help!! 02/19/2012 - GW Bots - 1 Replies http://www.elitepvpers.com/forum/gw-exploits-hacks -bots-tools-macros/1568881-gwa-vaettir-mo-farm-bot .html
ENGLISH:
I can't seem to get this to work. I've spent 3-4 hours, read the entire thread here, tried to search for a detailed guide on how to get this to work but it's not.
What I've done was: Downloaded the 2 files shown in the Original Post... "GWA2 A_Mo Vaettirs Farm by bl4ck3lit3.zip"
Extracted it to desktop
Ran GW.EXE as admin.
Set-up assassin with appropriate gear and...