What about DK enchants?
What about DK enchants?
I tried this out with a belt buckle and got the "That item cannot receive additional sockets" error. Tried to do it with enchants from the Enchanting spellbook, but couldn't identify any GUIDs in the sent packets (maybe it uses inventory index instead of GUID?).
Also does anyone know how to translate GUIDs found with Honorbuddy into packet GUIDs? I could not find any correlation between the two, perhaps the packet GUIDs are encrypted? Without having the item in my inventory and attempting to apply the enchant I can't find another way to determine the GUID needed for WPE. Any help here would be appreciated as I have some more ideas I'd like to try out.
Is reforge stacking possible with WPE, I heard it is, maybe not on retail but on some emu servers?
Here is what I have found with logging a reforge:
1. When you reforge an item, the packet sent to reforge it, the 5th offset, is an ID for the stat you chose. (I tested this by reforging my leggings, haste to crit, and the 5th offset changed when i did something different, like hit.)(I'm not quite sure what the 1-4th offsets represent, they all change each time i reforge anything, even the same thing, they change each time. I will have to experiment with it.)
2.Each reforge is the size of 23, so look for the packet with 23 and make sure that is is "Send", Not "Recv, when logging a reforge"
3. The 5th offset is different with each item (even the same stat, for ex: my legs, haste to CRIT, the 5th offset is 98, but haste to HIT the 5th offset is 97. And that's only my legs, i've tried my hands, weapon from haste to crit, and the 5th offset is not 98.
4. I made a filter changing the 98 from my legs to 97, so it would reforge hit instead of crit, even when I chose crit. I can see my stats change in my character info when i do it, but it doesn't say the item is reforged yet in the reforge box, it still gives the option to reforge, but in my character info, the slot where my legs are says hit reforged from haste, but nothing changed in the reforge window. If i spam reforge button it only reforges once and then nothing happens, and goes back to normal after i restore it. It is just a server glitch, it happens without WPE as well. I don't know how to find the offset that nulls isReforged, but I will keep experimenting.
5. Also, the 9th offset is always FF
Last edited by patwise; 08-19-2014 at 02:41 PM.
Does this still work? I have a cert 3 in programming and cant even figure out which packet to use for the loot + player GUID because I get so many and none of them are even close to 20 in size please help I really want to use this![]()
Last edited by godking911; 08-19-2014 at 08:04 PM.
Looks like the flight path hack may be fixed. I got an error message "You haven't reached that taxi node on foot yet!"
Does this mean you could get enchants even on F2P account?
Pretty awesome, keep it up!
Was trying WPE with transmogrification, no success yet, transmog just silently fails. But I've managed to figure out that transmog packets are 29 bytes long and bytes 14, 15, 16 correspond to the item ID.
I'm trying to find out how to upgrade items with VP to another character but no luck ç__ç
You can always look at trinitycore handlers and get a general understanding of how the packet is structured and also sometimes it even gives you ideas of things to try. I have found many things fixed on private realms with specific note of what the exploit was that caused the fix, that still work on live or did at one time.
https://github.com/ownergamers/Trini...temHandler.cpp
that link has info on transmog packet. The packets aren't always the same I don't think but most are fairly close.
Thanks very much..
Ill dink around with it looks like you can do quitea few things with this
I tried with an old-school ZG shoulder enchant and got the "That item cannot receive additional sockets" error. Seems it's the case for all the soulbinding enchants =\. Also tried enchanting the item and trading it last second and only succeeded in getting both players disconnected. It's possible it could work with right timing but I don't want to burn any more enchants testing.
Also tried using dungeon finder and changing the selected dungeons when queueing but got the error "You do not meet the requirements for the chosen dungeons." This error occurred whether I was attempting to queue for dungeon that was too high or too low in level. Similar error when trying to queue for battlegrounds that aren't available at your level.
I'm running out of ideas at the moment but it's been fun to mess around with the packet editing. Thanks for creating this guide and video - it was a great help getting started.