So a quick question. The new GWA2 has "current action" listed a lot throughout. It is making an error that says unknown function name. I cannot find "Current Action" listed anywhere as a function name. Is there a function for current action?
He was more than likely using this for debugging and fixing things. For my uses, I just found all CurrentAction in Notepad++ and replaced it with ;~CurrentAction to comment them out and it fixed it for me.Quote:
So a quick question. The new GWA2 has "current action" listed a lot throughout. It is making an error that says unknown function name. I cannot find "Current Action" listed anywhere as a function name. Is there a function for current action?
Thank you. I did find a function in an old GWA2 instead of commenting out everything.Quote:
He was more than likely using this for debugging and fixing things. For my uses, I just found all CurrentAction in Notepad++ and replaced it with ;~CurrentAction to comment them out and it fixed it for me.
What's wrong with EquipItem?Quote:
very nice. can you update EquipItem(GetItemBySlot(1,1)),it dont work. and fight() func dont work too.
Thank you very much!
;~ Description: Equips an item. Func EquipItem($aItem) Local $lItemID If IsDllStruct($aItem) = 0 Then $lItemID = $aItem Else $lItemID = DllStructGetData($aItem, 'ID') EndIf Return SendPacket(0x8, $HEADER_ITEM_EQUIP, $lItemID) EndFunc ;==>EquipItem
Global Const $HEADER_ITEM_EQUIP = 0x002F ; Equip an item.
; **Skill Base and Timer**
$mSkillBase = MemoryRead(GetScannedAddress('ScanSkillBase', 8))
If [MENTION=2544426]Error T[/MENTION]hen
WriteLog("Failed to read skill base")
Return 0
EndIf
$mSkillTimer = MemoryRead(GetScannedAddress('ScanSkillTimer', -3))
If [MENTION=2544426]Error T[/MENTION]hen
WriteLog("Failed to read skill timer")
Return 0
EndIf
WriteLog("Read skill base and timer: 0x" & Hex($mSkillBase, 8) & ", 0x" & Hex($mSkillTimer, 8))
THKS Bro ! I've a another problem : bot crash when dropping and an another bot freeze my character on a position (when i create a spirit whith my RT after that my character still at this position and bot crash after)Quote:
It's because the headers are defined in the GWA2 already, removed the include <GWA2_Headers> from your bot script.
It seems to be a memory related issue, he’s aware of it, best thing we can go is bust open cheat engine and try to help or just wait patiently and maybe he finds a fix.Quote:
THKS Bro ! I've a another problem : bot crash when dropping and an another bot freeze my character on a position (when i create a spirit whith my RT after that my character still at this position and bot crash after)
EDIT : all of my Nickset Bot don't work :( (freeze and crash)
Someone can help me plz ?
Ty for ur work! It`s sadly not very userfriendly, because every Bot gives an error message when you start it. But people with a good knowledge will surely can use it ;)Quote:
GWA2 Is 99% fully functioning, there may be a few things here or there. Disable Rendering is known to not be working at this time also.
Here is a zip file of updated gwa2, headers, and bots. Please don't bombard me with questions if something is not working. I believe mrjambix and I have done far enough now and any issue you come across are likely to be found with a quick search of the forums. HUGE Thank you to mrjambix and any of his associates that helped. Cheers! -Globs