live client not working since patch? =(
live client not working since patch? =(
When is that ?!
AHMGD :P
Never tried this, but hope it works well for me
/Hug
Before you start complaining about something that you're getting for free at the expense of another person's time I think you need to think about something. Some of us need to go to work and make a living, some of us also come from different timezones, combine these two things together and you have a situation where some people might have to wait a little while for things, it's not the end of the world, it's not the end of anything, so just shut up and stop complaining about something you have no right to. If you don't like it then do it yourself.
Anyway, I just got home from work, a fix is being worked on.
Last edited by Cypher; 10-03-2007 at 04:50 AM.
CHeers !!! \o/
Btw, will you post it at the "original" post ? or a new post ? =)
The update that is.
Thanks Saint Scarhand.
Also, I always post a notice at the end of the thread to bump it saying it's been updated, but the latest download is always available from the first post, and I usually put a little notice at the bottom of that post too, I'll make sure I do that every time from now on to avoid confusion.
Ty Chazwazza <3
This work! thanks!
Run program!
type "username" hit "END" type "password" and spam hit the "home" button!
= Ding! working model edit!
It worked for like 15 mins, then it just gave me the same errors again
Edit, might be my mdl that has been changed in the patch or sodont know!
Last edited by Herkan; 10-03-2007 at 05:15 AM.
gogo, my human models are hurting my eyes :'(
Another version, you don't have to have it in the WOW directory, I cobbled it together awhile back from Zmut's source since telling people how to copy and paste the file into their WOW directory then run it was to much work. >.>
Just press "Home" after you login passed the version check, as far as I tested it in game its fine but I didn't have alot of time to run around looking for UD that I'd changed the models for.
Code:#include <Windows.h> char gamepath[1024]; void getGamePath() { HKEY key; DWORD t,s; LONG l; s = 1024; memset(gamepath,0,s); l = RegOpenKeyEx(HKEY_LOCAL_MACHINE,"SOFTWAREBlizzard EntertainmentWorld of Warcraft",0,KEY_QUERY_VALUE,&key); l = RegQueryValueEx(key,"GamePath",0,&t,(LPBYTE)gamepath,&s); RegCloseKey(key); } int main(int argc, const char* argv[]) { DWORD dwOffset = 0x004020F9; DWORD dwOffset2 = 0x00622647; BYTE bEnable = 0x01; STARTUPINFO sInfo; PROCESS_INFORMATION pInfo; ZeroMemory(&sInfo, sizeof(sInfo)); sInfo.cb = sizeof(sInfo); ZeroMemory(&pInfo, sizeof(pInfo)); getGamePath(); if (CreateProcess(gamepath, "wow.exe -windowed", NULL, NULL, FALSE, CREATE_DEFAULT_ERROR_MODE, NULL, NULL, &sInfo, &pInfo)) { //if (WriteProcessMemory(pInfo.hProcess, (LPVOID)dwOffset, &bEnable, sizeof(bEnable), NULL)) { while (!(GetAsyncKeyState(VK_HOME)&1)) { Sleep(1); } WriteProcessMemory(pInfo.hProcess, (LPVOID)dwOffset, &bEnable, sizeof(bEnable), NULL); WriteProcessMemory(pInfo.hProcess, (LPVOID)dwOffset2, &bEnable, sizeof(bEnable), NULL); } } CloseHandle(pInfo.hProcess); CloseHandle(pInfo.hThread); }
a question:
Where shall I copy / paste; modeleditlive.exe ?
is it my wow map ?
like this etc: C:\World of Warcraft
or can it be on the desktop ?
/Freix