dhanvin
|
Last Activity: 02/08/2024 15:37
Quotes
| 01/28/2024 |
| 18:25 - Mrjambix quoted dhanvin in post Beginner Bot programming questions That was it!
Somehow the whole CommandSalvage push memory code was commented out and also wrong Patterns.
Thank you very much.
Thanks everyone for helping / answers.
That... |
| 01/24/2024 |
| 17:53 - Deleted Posts |
| 01/22/2024 |
| 18:31 - Mrjambix quoted dhanvin in post Beginner Bot programming questions Simple, I press a button and call a function with:
$aitem = GetItemBySlot(1, 1)
StartSalvage($aitem)
it seems the StartSalvage goes trough but then the client crashes.
It seems ... |
| 01/21/2024 |
| 20:15 - Mrjambix quoted dhanvin in post Beginner Bot programming questions ;GAME_CMSG_ITEM_SALVAGE_MATERIALS
Global Const $HEADER_SALVAGE_MATS = 0x78 ;Salvages materials from item
;GAME_CMSG_ITEM_SALVAGE_UPGRADE
Global Const $HEADER_SALVAGE_MODS = 0x79 ... |
| 01/19/2024 |
| 17:37 - Mrjambix quoted dhanvin in post Beginner Bot programming questions Is anyone able to help me get my Salvage code to work?
I have the following but it crashes when using it:
$aitem = GetItemBySlot(1, 1)
Local $lItemID = DllStructGetData($aite... |
| 12/31/2023 |
| 21:40 - Mrjambix quoted dhanvin in post Beginner Bot programming questions Seems that I have an outdated GWA2. Both TargetNearestEnemy and TargetNextEnemy are not working.
I searched in here for many bots and I have different gwa2 files but it seems they ... |
| 12/26/2023 |
| 18:05 - Underavelvetmoon quoted dhanvin in post Beginner Bot programming questions my bot crashes when using `TargetNearestEnemy()`
in GWA2 it is:
;~ Description: Target the nearest enemy.
Func TargetNearestEnemy()
Return PerformAction(0x93, 0x1E)
EndFun... |
| 12/19/2023 |
| 19:05 - Underavelvetmoon quoted dhanvin in post Beginner Bot programming questions what are tools / "best way" to code a bot? I'm using autoit with gwa2 files.
How do I find out coordinates? is there a special helper file to find out these things?
AutoIt is al... |
| 12:47 - Natsu Dragneel quoted dhanvin in post Beginner Bot programming questions I am editing a bot and try to learn how it works. But I have an issue:
In between two MoveTo() I use:
$SkillToCast = 1
CastSkill($SkillToCast, -2)
Sometimes it works, sometim... |





