It's probable that your $HEADER_MISSION_ENTER is a bad value. My current working value is 0xAD, try that and see if it works for you.Quote:
I'm out of ideas on the Gwbible.
Fixed-
ASM Crash
The Script will now initialize the client again.
Rendering Fix
Donate Function
All current headers
Memory updates
I'm no expect but ive goten this far.
The Script flat up crashes the client after about 5 seconds when it trys to enter battle.
no au3 error codes just a flat crash.
Any assistance would be Great- Thank you
[Only registered and activated users can see links. Click Here To Register...]
Thank you that Working header did fix my current issue. testing now Update in a bit.Quote:
It's probable that your $HEADER_MISSION_ENTER is a bad value. My current working value is 0xAD, try that and see if it works for you.
Many People don't want to have everyone access to the bots - this would cause more ban wavesQuote:
That's all we need to start with. People can add their changes to that and then we'll get a full updated one that's easy to continue updating as needed.
Thoughts? I know I'm a newbie here, but it's a good suggestion.
EDIT: The reason I'm not creating it is that the creator is default set to review changes and I'm just barely getting started with this stuff... (not a good choice for reviewer lol)
EDIT EDIT: My personal reason for this suggestion is that, I know I can contribute and maybe even help create new useful functions, but it's hard to get started without things like a list of tasks that I could just pickup and try to fix. It's also going to be harder for anyone else with background software dev experience to just jump in and help without some sort of source control and issue tracking.
I built one out:
[Only registered and activated users can see links. Click Here To Register...]
I also created an example (but true) issue in the issue tracker to show how we can use this to track open issues and fix them as needed.
Package headers and stuff like that can be easily fixed by everyone with a little programming knowledge by themselves, and for the komplex methods like Salvaging not enough ppl have knowledge to contribute in a constructive wayQuote:
So where is this updated gwa2 library at? Github somewhere? The link at the beginning doesn't appear to be updated.
I think it's not in Github and my next question will be... Why don't we get it into Github? The benefits:
1) A single, consolidated, publicly accessible codebase that doesn't require people to download a .rar file off a web forum full of people who write code :)
2) Issue tracking where people can create tickets for stuff that's broken and mark them resolved and bound to a particular code commit to see what was done to fix them.
3) Code reviewer(s) can be created or set to review commits to the codebase before accepting them in, to prevent weird, wrong, or malicious commits.
4) Commits can be seen and linked here so we can discuss changes and/or use them to teach people who want to help.
5) Generally easier for people to jump in and help if they wish.
I think this is one of the largest reasons that public frameworks have disappeared. Some people bot from here as a hobby but some actually are selling gold for real money. So why put more competition into the pool that also damages their business with more banwaves?Quote:
Many People don't want to have everyone access to the bots - this would cause more ban waves
|
|
_('CommandSalvage:')
_('mov ebx,SalvageGlobal')
_('mov ecx,dword[eax+4]')
_('mov dword[ebx],ecx')
_('add ebx,4')
_('mov ecx,dword[eax+8]')
_('mov dword[ebx],ecx')
_('mov ebx,dword[eax+4]')
_('push ebx')
_('mov ebx,dword[eax+8]')
_('push ebx')
_('mov ebx,dword[eax+c]')
_('push ebx')
_('call SalvageFunction')
_('add esp,C')
_('ljmp CommandReturn')
SetValue('SalvageFunction', '0x' & Hex(GetScannedAddress('ScanSalvageFunction', -10), 8))
SetValue('SalvageGlobal', '0x' & Hex(MemoryRead(GetScannedAddress('ScanSalvageGlobal', 1) - 0x4), 8))
_('ScanSalvageFunction:')
AddPattern('33C58945FC8B45088945F08B450C8945F48B45108945F88D45EC506A10C745EC7E')
_('ScanSalvageGlobal:')
AddPattern('8B5104538945F48B4108568945E88B410C578945EC8B4110528955E48945F0')
Global Const $HEADER_SALVAGE_MATS = 0x81 Global Const $HEADER_SALVAGE_MODS = 0x82