Thread: need a lil help
View Single Post
  #2  
Old 05-28-2008, 09:04 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

LOL, first of all, this is the quest section for writing new quests or asking question if you are a server admin and have quest issues. You should have posted this problem in the General Support section. Where is Mattmeck when you need him? :P To bad he doesn't admin anymore.

Next, if you are following the wiki, you created a shortcut to the eqgame.exe and copied it to your desktop. Then, you just go to the properties and in the target field you will see something like:

Code:
C:\Program Files\Everquest\eqgame.exe
And you need to add the patchme statement to the end so that it looks like this:

Code:
C:\Program Files\Everquest\eqgame.exe patchme
And if THAT doesn't work, try this:

Code:
"C:\Program Files\Everquest\eqgame.exe" patchme
If none of those work, you are using the wrong directory. Try searching windows for eqgame.exe and find where it is installed at. Then make the link to that location.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote