| | WoW Memory Editing WoW Memory Editing for learning purposes only.
This section is more advanced than others on MMOwned Read the section specific rules, infractions will be given out if u break them!That is including the expectations! - If you don't meet them then don't post |  | 
09-20-2009
| | New User | | | Join Date: May 2009
Posts: 22
Reputation: 0 Level up: 61%, 156 Points needed | | | | problem with loot ctm Hi
I try to loot with CTM
Target_guid -> CTM_InteractGUID
6 -> CTM_ACTION_TYPE
(Auto-loot is enable)
My character is going well until the target
the loot window opens
but it does not collect items
anyone has ever had this problem ?
thx | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
09-20-2009
| | New User | | | Join Date: Mar 2008
Posts: 26
Reputation: 1 Level up: 16%, 422 Points needed | | | | Use "Interact with target" with the CTM loot. | 
09-20-2009
| | New User | | | Join Date: May 2009
Posts: 22
Reputation: 0 Level up: 61%, 156 Points needed | | | | Interact with target does not exist on the server 2.4.3 or I am ;(
what is the most ennervant is that the loot window opens but the auto loot not working !!
anyone know a addon auto loot? | 
09-20-2009
| | Site Donator | | | Join Date: Mar 2007
Posts: 766
Reputation: 20 Level up: 31%, 629 Points needed |     | | | Maybe try turning autoloot on? Just a guess. | 
09-20-2009
| | New User | | | Join Date: May 2009
Posts: 22
Reputation: 0 Level up: 61%, 156 Points needed | | | | | 
09-20-2009
|  | Site Donator | | | Join Date: Apr 2009
Posts: 15
Reputation: 16 Level up: 77%, 92 Points needed |  | | | | 
09-20-2009
| | Sergeant Major | | | Join Date: Oct 2008
Posts: 146
Reputation: 12 Level up: 54%, 231 Points needed |  | | | You need to set the distance and scale to target | 
09-20-2009
| | New User | | | Join Date: May 2009
Posts: 22
Reputation: 0 Level up: 61%, 156 Points needed | | | | wooootttt "darrensmith0125" thx for this !!!!
Its ok , LootSlot() is the solution !!! | 
09-20-2009
|  | Elite User | | | Join Date: Nov 2006
Posts: 575
Nominated 6 Times in 3 Posts Reputation: 557 Level up: 97%, 38 Points needed |     | | | You don't need lua for that.
Just write to the AutoLoot offset.
PLAYER_AUTOLOOT{INT} = [Pbase + 0xD8] + 0x1010
Set that to 1 before you interact with the corpse and it will loot all slots. | 
10-05-2009
|  | Master Sergeant | | | Join Date: Jul 2009
Posts: 84
Reputation: 19 Level up: 79%, 85 Points needed |   | | That would be amazing!!!
But doesn't seem to work Code: int MkAutoLoot()
{
DWORD aloot;
int lootswitch=1;
ReadProcessMemory( hProc, (LPVOID)(pBase+0xD8),(LPVOID)&aloot, 4, NULL );
ReadProcessMemory( hProc, (LPVOID)(aloot+0x1010),(LPVOID)&aloot, 4, NULL );
WriteProcessMemory(hProc, (LPVOID)(aloot),&lootswitch,4,NULL);
return 0;
}
Am i doing it wrong or just new offsets?
__________________ i did it 4 lulz  | 
10-06-2009
|  | Elite User | | | Join Date: Nov 2006
Posts: 575
Nominated 6 Times in 3 Posts Reputation: 557 Level up: 97%, 38 Points needed |     | | Quote:
Originally Posted by furang That would be amazing!!!
But doesn't seem to work Code: int MkAutoLoot()
{
DWORD aloot;
int lootswitch=1;
ReadProcessMemory( hProc, (LPVOID)(pBase+0xD8),(LPVOID)&aloot, 4, NULL );
ReadProcessMemory( hProc, (LPVOID)(aloot+0x1010),(LPVOID)&aloot, 4, NULL );
WriteProcessMemory(hProc, (LPVOID)(aloot),&lootswitch,4,NULL);
return 0;
}
Am i doing it wrong or just new offsets? |
Now notice i posted that before the latest patch came out so its maybe updated...
When i say maybe, i mean it is... 0x1010 is now 0x1020 | 
10-06-2009
|  | Master Sergeant | | | Join Date: Jul 2009
Posts: 84
Reputation: 19 Level up: 79%, 85 Points needed |   | | 10x a lot!!!
Now this works perfectly fine. Here's the right code. Code: int MkAutoLoot()
{
DWORD aloot;
int lootswitch=1;
ReadProcessMemory( hProc, (LPVOID)(pBase+0xD8),(LPVOID)&aloot, 4, NULL );
aloot+=0x1020;
WriteProcessMemory(hProc, (LPVOID)(aloot),&lootswitch,4,NULL);
return 0;
}
+rep from me asaic.
__________________ i did it 4 lulz  | 
10-06-2009
| | Site Donator | | | Join Date: Jun 2008
Posts: 13
Reputation: 1 Level up: 74%, 106 Points needed | | | | Old post this, but thank you very much for the info, its been a problem. |  |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -4. The time now is 10:30 PM. |