|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics. Do not post support topics here. |
|
|
|
09-25-2004, 07:31 PM
|
Fire Beetle
|
|
Join Date: Sep 2004
Posts: 1
|
|
Please Read and Answer
Hey guys! I simply have 3 questions i guess.
1. Im hearing by reading around here that its impossible to play EQemu if u are currently patched. If so when do you think this will change? Is it going to Change?
2. I used EQemu back in the day to learn how to pull zones for raids. This tool was an INCREDIBLE use to me and my guild and our completeion of dificult raid encounters. Is current content availiable in the game for me to learn and do this again? Say in OoW and GoD? I know many of today's raid events are scripted.
3. My friends and i all play EQ and we all love to Role Play too, not in EQ of course because hacking and slashing and multiplayer raids are just the bomb, but we have tried to set up a virtual world in Neverwinter nights just as a kind of RP thing on the weekends, but frankly i hate that game and the buggy expansions with it, would it be possible to some extent to run an EQemu almost as a neverwinter world with cutomizable quests and NPCs, graphics, items ect?
Thanks
-The Monk- :twisted:
|
|
|
|
09-25-2004, 11:39 PM
|
Hill Giant
|
|
Join Date: Apr 2004
Location: Bafoon.........
Posts: 193
|
|
Well, go to http://legends.hypershadow.net ....
i cant go any further.
__________________
----->I AM THE BAFOON 1337<-----
Bafoon.............
will he return??
Ba Fo On
|
09-26-2004, 09:44 AM
|
Sarnak
|
|
Join Date: Sep 2004
Location: HELL
Posts: 77
|
|
relorm's link is bull, Dont follow any of those guidelines......... Hes realeasing stuff that shouldnt be realeased....
__________________
I create new accounts cause I keep gettin banned. I wonder why?
|
09-26-2004, 10:09 AM
|
Dragon
|
|
Join Date: Jun 2002
Posts: 776
|
|
1. That's correct, as of right now there's no official release version that works with live. There's also no ETA that I know of.
2. Possibly for GoD - I'm not sure. That all depends on collecting the spawns in the zones, which requires using a live account that's GoD enabled.
3. To an extent, yes. Custom quests, NPCs, items, and even completely new zones are possible currently. You can't change the NPC/item graphics yet(at least not that I know of, no one has gotten the texturing to work correctly, etc)...but you can create your own encounters and your own items if you want.
|
09-26-2004, 11:42 AM
|
Fire Beetle
|
|
Join Date: Sep 2004
Posts: 18
|
|
actually i have pathced to live today then i was still able to log in and play on 5.9 server and i only have 1 eq directory on my system. I love how people say u cant when actually u can.
|
09-26-2004, 06:28 PM
|
Dragon
|
|
Join Date: Jun 2002
Posts: 776
|
|
Quote:
1. That's correct, as of right now there's no official release version that works with live. There's also no ETA that I know of.
|
The 5.9 you're playing on is most likely a dev release, which is still a work-in-progress and can be buggy.
|
09-27-2004, 06:43 AM
|
|
Dragon
|
|
Join Date: Mar 2004
Location: France, Bordeaux.
Posts: 677
|
|
Quote:
You can't change the NPC/item graphics yet(at least not that I know of, no one has gotten the texturing to work correctly
|
Editing current textures of EQ models is fairly easy, even my grand'ma can do it, just extract the BMP/DDS texture, edit it, and replace it by the new one you edited/created. This allow you for example to make ... NPC with big smiley face (/Hi Shadow-Wolf) ...
Actually, with EQEmu, you cant do only one thing, add/edit models ... but its being worked
__________________
|
09-27-2004, 08:35 AM
|
Dragon
|
|
Join Date: Oct 2003
Posts: 511
|
|
gotta love running into a mud golem with a big yellow smiley face rofl
__________________
How about the power to kill a yak from 200 yards away...WITH MIND BULLETS! thats telekinesis kyle.
|
09-27-2004, 09:40 AM
|
Sarnak
|
|
Join Date: Oct 2003
Posts: 68
|
|
im patched with live and i cant get onto 5.9 dr1 server did i miss somthing here...was there an update or somthin from emu that lets you connect?
|
09-27-2004, 09:53 AM
|
Demi-God
|
|
Join Date: May 2004
Posts: 1,177
|
|
emu does not release "updates" for the everquest client. ever.
|
09-27-2004, 03:18 PM
|
Banned
|
|
Join Date: Nov 2003
Posts: 335
|
|
Hey Everyone!
|
09-27-2004, 11:52 PM
|
Discordant
|
|
Join Date: Mar 2004
Location: Florida
Posts: 362
|
|
Quote:
Originally Posted by monk
would it be possible to some extent to run an EQemu almost as a neverwinter world with cutomizable quests and NPCs, graphics, items ect?
|
Yeah.
Search around on the forums for what you're tring to do, youll find what you wanna customize.
Other commands allow you to make NPC's a perminant spawn and make them drop certain items and percentages they drop them. Khan created a fully customized server before where you could actually transform yourself into a rabbit, etc.
Quote:
Originally Posted by monk
Im hearing by reading around here that its impossible to play EQemu if u are currently patched.
|
I still play 4.4 so I have no idea, keep patching till you hit a version that works, lol.
Quote:
Originally Posted by monk
but frankly i hate that game and the buggy expansions with it
|
I agree, I have nwn too.
__________________
|
09-30-2004, 12:10 AM
|
Hill Giant
|
|
Join Date: Jul 2004
Posts: 106
|
|
Quote:
relorm's link is bull, Dont follow any of those guidelines......... Hes realeasing stuff that shouldnt be realeased....
|
Its not supposed to be released, but it does work still (at least since i updated the corrupted extraction files 5 minutes ago).
|
10-30-2004, 04:13 PM
|
Banned
|
|
Join Date: Nov 2003
Posts: 335
|
|
hey, i have a question. Will i get sued if he puts up what he's putting up on my website?
|
10-30-2004, 06:25 PM
|
Demi-God
|
|
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
|
|
..wow..talk about a bump.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|
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 06:48 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|