GW Working Bots 2020

05/21/2021 00:40 1328™#1921
Quote:
Originally Posted by CookiesCream View Post
nochmal meine wenigkeit hier...

ich hab die headers aus einem funktionierenden bot übernommen...

#Region Headers
#include-once
;=QUEST=
Global Const $HEADER_QUEST_ACCEPT = 0x41 ;Accepts a quest from the NPC
Global Const $HEADER_QUEST_REWARD = 0x41 ;Retrieves Quest reward from NPC
Global Const $HEADER_QUEST_ABANDON = 0x10 ;Abandons the quest

;=HERO=
Global Const $HEADER_HERO_AGGRESSION = 0x13 ;Sets the heroes aggression level
Global Const $HEADER_HERO_LOCK = 0x14 ;Locks the heroes target
Global Const $HEADER_HERO_TOGGLE_SKILL = 0x17 ;Enables or disables the heroes skill
Global Const $HEADER_HERO_CLEAR_FLAG = 0x18 ;Clears the heroes position flag
Global Const $HEADER_HERO_PLACE_FLAG = 0x18 ;Sets the heroes position flag, hero runs to position
Global Const $HEADER_HERO_ADD = 0x1C ;Adds hero to party
Global Const $HEADER_HERO_KICK = 0x1D ;Kicks hero from party
Global Const $HEADER_HEROES_KICK = 0x1D ;Kicks ALL heroes from party
Global Const $HEADER_USE_HERO_SKILL = 0x1A ;for use with UseHeroSkillByPacket() only

;=PARTY=
Global Const $HEADER_PARTY_PLACE_FLAG = 0x19 ;Sets the party position flag, all party-npcs runs to position
Global Const $HEADER_PARTY_CLEAR_FLAG = 0x19 ;Clears the party position flag
Global Const $HEADER_HENCHMAN_ADD = 0x9D ;Adds henchman to party
Global Const $HEADER_PARTY_LEAVE = 0xA0 ;Leaves the party
Global Const $HEADER_HENCHMAN_KICK = 0xA6 ;Kicks a henchman from party
Global Const $HEADER_INVITE_TARGET = 0x9E ;Invite target player to party
Global Const $HEADER_INVITE_CANCEL = 0x9B ;Cancel invitation of player
Global Const $HEADER_INVITE_ACCEPT = 0x9A ;Accept invitation to party

;=TARGET (Enemies or NPC)
Global Const $HEADER_CALL_TARGET = 0x21 ;Calls the target without attacking (Ctrl+Shift+Space)
Global Const $HEADER_ATTACK_AGENT = 0x24 ;Attacks agent (Space IIRC)
Global Const $HEADER_CANCEL_ACTION = 0x26 ;Cancels the current action
Global Const $HEADER_AGENT_FOLLOW = 0x31 ;Follows the agent/npc. Ctrl+Click triggers "I am following Person" in chat
Global Const $HEADER_NPC_TALK = 0x37 ;talks/goes to npc
Global Const $HEADER_SIGNPOST_RUN = 0x4f ;Runs to signpost -broken

;=DROP=
Global Const $HEADER_ITEM_DROP = 0x2A ;Drops item from inventory to ground
Global Const $HEADER_GOLD_DROP = 0x2D ;Drops gold from inventory to ground

;=BUFFS=
Global Const $HEADER_STOP_MAINTAIN_ENCH = 0x27 ;Drops buff, cancel enchantmant, whatever you call it

;=ITEMS=
Global Const $HEADER_ITEM_EQUIP = 0x2E ;Equips item from inventory/chest/no idea
Global Const $HEADER_ITEM_PICKUP = 0x3D ;Picks up an item from ground
Global Const $HEADER_ITEM_DESTROY = 0x67 ;Destroys the item
Global Const $HEADER_ITEM_ID = 0x6A ;Identifies item in inventory
Global Const $HEADER_ITEM_MOVE = 0x70 ;Moves item in inventory
Global Const $HEADER_ITEMS_ACCEPT_UNCLAIMED = 0x71 ;Accepts ITEMS not picked up in missions
Global Const $HEADER_ITEM_MOVE_EX = 0x79 ;Moves an item, with amount to be moved. -broken
Global Const $HEADER_SALVAGE_MATS = 0x78 ;Salvages materials from item
Global Const $HEADER_SALVAGE_MODS = 0x79 ;Salvages mods from item
Global Const $HEADER_ITEM_USE = 0x7C ;Uses item from inventory/chest
Global Const $HEADER_ITEM_UNEQUIP = 0x4D ;Unequip item
Global Const $HEADER_UPGRADE = 0x84 ;used by gwapi. is it even useful? NOT TESTED -broken
Global Const $HEADER_UPGRADE_ARMOR_1 = 0x81 ;used by gwapi. is it even useful? NOT TESTED -broken
Global Const $HEADER_UPGRADE_ARMOR_2 = 0x84 ;used by gwapi. is it even useful? NOT TESTED -broken

;=TRADE= not touched
Global Const $HEADER_TRADE_PLAYER = 0x47 ;Send trade request to player
Global Const $HEADER_TRADE_OFFER_ITEM = 0x02 ;Add item to trade window
Global Const $HEADER_TRADE_SUBMIT_OFFER = 0x03 ;Submit offer
Global Const $HEADER_TRADE_CHANGE_OFFER = 0x06 ;Change offer
Global Const $HEADER_TRADE_CANCEL = 0x01 ;Cancel trade
Global Const $HEADER_TRADE_ACCEPT = 0x07 ;Accept trade

;=TRAVEL=
Global Const $HEADER_MAP_TRAVEL = 0xAF ;Travels to outpost via worldmap
Global Const $HEADER_GUILDHALL_TRAVEL = 0xAE ;Travels to guild hall
Global Const $HEADER_GUILDHALL_LEAVE = 0xB0 ;Leaves Guildhall

;=FACTION= not touched
Global Const $HEADER_FACTION_DONATE = 0x33 ;Donates kurzick/luxon faction to ally

;=TITLE=
Global Const $HEADER_TITLE_DISPLAY = 0x56 ;Displays title (from Gigis Vaettir Bot)
Global Const $HEADER_TITLE_CLEAR = 0x57 ;Hides title (from Gigis Vaettir Bot)

;=DIALOG= Not touched
Global Const $HEADER_DIALOG = 0x39 ;Sends a dialog to NPC
Global Const $HEADER_CINEMATIC_SKIP = 0x61 ;Skips the cinematic

;=SKILL / BUILD=
Global Const $HEADER_SKILL_CHANGE = 0x5C ;Changes a skill on the skillbar
Global Const $HEADER_BUILD_LOAD = 0x5B ;Loads a complete build
Global Const $HEADER_CHANGE_SECONDARY = 0x48 ;Changes Secondary class (from Build window, not class changer)
;= Not touched
Global Const $HEADER_SKILL_USE_ALLY = 0x4D ;used by gwapi. appears to have changed -broken
Global Const $HEADER_SKILL_USE_FOE = 0x4D ;used by gwapi. appears to have changed -broken
Global Const $HEADER_SKILL_USE_ID = 0x44 ;
Global Const $HEADER_SET_ATTRIBUTES = 0x0E ;hidden in init stuff like sendchat

;=CHEST= not touched
Global Const $HEADER_CHEST_OPEN = 0x51 ;Opens a chest (with key AFAIK)

Global Const $HEADER_GOLD_MOVE = 0x7A ;Moves Gold (from chest to inventory, and otherway around IIRC)

;=MISSION=
Global Const $HEADER_MODE_SWITCH = 0x99 ;Toggles hard- and normal mode
Global Const $HEADER_MISSION_ENTER = 0xA3 ;Enter a mission/challenge
Global Const $HEADER_MISSION_FOREIGN_ENTER = 0xA3 ;Enters a foreign mission/challenge (no idea honestly)
Global Const $HEADER_OUTPOST_RETURN = 0xA5 ;Returns to outpost after /resign

;=CHAT=
Global Const $HEADER_SEND_CHAT = 0x62
Global Const $HEADER_SEND_CHAT_PARTY_SEARCH = 0xB1 ;Needed for sending messages in chat

;=OTHER CONSTANTS=
Global Const $HEADER_MAX_ATTRIBUTES_CONST_5 = 0x04 ;constant at word 5 of max attrib packet. Changed from 3 to four in most recent update -broken
Global Const $HEADER_MAX_ATTRIBUTES_CONST_22 = 0x04 ;constant at word 22 of max attrib packet. Changed from 3 to four in most recent update -broken

#EndRegion Headers


nehm ich sie aber für den kilroy v1.3 crasht das spiel beim quest annehmen...

solangsam steh ich auf der leitung xD
Nur weil du die Header aus einem funktionieren Bot übernommen hast, heißt das nicht, dass die Header richtig sind. Solange der Bot diesen Header nicht benutzt crasht der "funktionierende Bot" auch nicht.

Code:
Global Const $HEADER_QUEST_ACCEPT = 0x39    	;Accepts a quest from the NPC
Global Const $HEADER_QUEST_REWARD = 0x39		;Retrieves Quest reward from NPC
Global Const $HEADER_QUEST_ABANDON = 0x0F		;Abandons the quest
Probiere es mal mit den Headern.
05/21/2021 00:46 CookiesCream#1922
leider immernoch...

sobald er loslaufen will, is ende...

#Tante edit: in der fehlermeldung steht, ich würde warpen wenn ich loslaufe
05/21/2021 00:51 1328™#1923
Quote:
Originally Posted by Maltram View Post
I fix mine (no expert at all) and i tested it with two different bots for an hour now.

use at your own risk and share any mistakes you find.

happy egg hunt ;)
Probiere mal diese GWA2. Ich denke das du immernoch eine Outdated GWA2 benutzt.
05/21/2021 01:06 CookiesCream#1924
oh wow... bei mir is gerade ein tierischer groschen gefallen... schonmal danke dafür!
jetzt muss ich noch den PickUpLoot hinfriemeln und dann sollte alles klappen

Tante Edit: Ich geh steil... das Ding läuft wieder!

ich hab da wohl ein paar hirnknoten zwischen gw2a und den headers gehabt.

und "checkandpickup" musste ich ausklammern.
Vllt bekomm ich das ja in zukunft doch noch allein hin xD

schonmal fettes merci!

wenn mir jetzt noch jemand kurz erklärt, wie ich die headers und die gw2a aktuell halte, s alles porno und ich lass ne kiste bier springen
05/21/2021 16:27 Occi90#1925
someone a functionary JQ bot 2021 maybe ??
05/21/2021 19:25 ☼Naruto☼#1926
Quote:
Originally Posted by moneyvsmoney View Post
Here's everything everyone seems to be asking for, credit goes to original authors and have only been patched by myself. GLHF
I will try and work on omni next when I have time.

Big special thanks to my boy moneyvsmoney
for helping the botter for free and updating things.

Fow/uw event comming soon, can somebody share a cool ToC bot please ?
Also like asked previously it will be very nice if we can find a 2021 JQ donating kuku/lulu..

Peace ☼
05/22/2021 00:01 BdoBerz#1927
hello

Froggy 07 i tried to repair but crash at the npc when taking quest i think.
Dragon moss crash hard for me to update cause no header file , i think they part of the gwa2 but i am to begin^^
05/22/2021 00:50 ☼Naruto☼#1928
Quote:
Originally Posted by BdoBerz View Post
hello

Froggy 07 i tried to repair but crash at the npc when taking quest i think.
Dragon moss crash hard for me to update cause no header file , i think they part of the gwa2 but i am to begin^^
Hey, take a look at this one, he is working rn maybe it will help.
05/22/2021 09:02 markgw3#1929
Anyone know of rune string modstructs or have a file containing these? looking to make a custom item rune checker.
05/22/2021 10:37 Coaxx123#1930
Quote:
Originally Posted by markgw3 View Post
Anyone know of rune string modstructs or have a file containing these? looking to make a custom item rune checker.
[Only registered and activated users can see links. Click Here To Register...]

It's an old one but have a look at the salvage rune part maybe the modstructs are in there, I've never played with runes, but I think they stay the same with updates afaik

Sent from my SM-J600FN using Tapatalk
05/23/2021 05:47 Occi90#1931
does anyone have a working jq bot 2021 ??
05/23/2021 13:55 Coaxx123#1932
Quote:
Originally Posted by Occi90 View Post
someone a functionary JQ bot 2021 maybe ??
Quote:
Originally Posted by Occi90 View Post
does anyone have a working jq bot 2021 ??
I reckon if you post one more time you might get lucky?
05/23/2021 15:12 chaoz123#1933
i would pay z-keys for a working jq bot
05/24/2021 05:55 Kn!ckl3s#1934
Quote:
Originally Posted by moneyvsmoney View Post
Here's everything everyone seems to be asking for, credit goes to original authors and have only been patched by myself. GLHF
I will try and work on omni next when I have time.
Habe den Feather Bot etwas an meine Bedürfnisse anpassen wollen. Einige Items sollen/sollen nicht aufgehoben werden, des hab ich auch hinbekommen. Soweit kein Problem. Jedoch möchte ich jegliche Armors (blue,purple,gold) aufheben, aber nicht jegliche Waffen (only gold). Und diese Items dann auf Bank storen.


Dachte, dass durch "getRarity" in Kombination mit den Model IDs erkannt wird, dass entsprechend Armor und Seltenheit gegeben sind und diese Stored werden.

Original Code ist dort:

Line893

Jemand ne Idee wo mein Gedankengang falsch ist?

edit: hab im Quellcode einige Zeilen gefunden die mit ; rausgenommen wurden. Nach wieder einfügen klappt es auch mit Armors storen, jedoch nur eine Armor, danach gibt es ingame Code=007 und Autoit Error:

Return $IReturn
Return ^ ERROR

Error: Variable used without being declared.
Folgender Code hierzu:
05/24/2021 20:32 Ink Ognito#1935
Search a Working Chest bot and Margo bot

thx for help