i have searched the form but no result...
i wanna get the corpse's guid then memorywrite it.
then interact with mouseover to loot it.
but how to get the corpse's guid around player?
sorry for my bad english.
i have searched the form but no result...
i wanna get the corpse's guid then memorywrite it.
then interact with mouseover to loot it.
but how to get the corpse's guid around player?
sorry for my bad english.
if you're writing a bot, why not just program in a mouseclick?
dont be douche; it wont get you rep.
I wanna it works at background .
and i do not wanna active a mousemove action.
If you are making a bot, then I suppose you can already list the NPC's . NPC's corpses aren't stored as Type_Corpse in the CurrMgr, they always stay as Type_Unit(Npc) unlike Players corpses.
If I understand good, you want to know if you can loot it. Then just find an offset showing if unit is lootable, or if you want to make it basic scan for HP then see if it's equal to 0.
thanks DrakeFish.
But I could not list the NPC's yet.
I wanna known how to get the guidlist of the mobs around player .
then check if it is lootable from the first guid to the end.
if it is lootable , then memorywrite the guid to targetguid.
the interact with target to loot it.
that should help you:
http://www.mmowned.com/forums/wow-me...e-objects.html
Thanks a lot YetiHunter.
It's very helpful for me.
Thanks for sharing your mind. It would be so cool if you could loot Spirit Guide!
Emm.... another question.
I can not understand the codes written in c#.
So.
I do not known what is baseAddress ? What is client connection?
Basic understanding of a programming language (preferably C/C++) and the ability to do your own research are required in this section.
Follow the rules.