EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 1 of 5
1
2
3
4
5
>
Showing results 1 to 25 of 107
Search took
0.00
seconds.
Search:
Posts Made By:
Xarslik
Forum:
Archive::General Discussion
06-27-2003, 01:39 PM
Replies:
2
EQEmu vs HackersQuest
Views:
2,348
Posted By
Xarslik
Download both and see for yourself, I have a...
Download both and see for yourself, I have a feeling you'll come to a conclusion fairly fast.
Forum:
Archive::General Discussion
06-21-2003, 04:21 PM
Replies:
1
where do I find public servers running on this emulator?
Views:
1,734
Posted By
Xarslik
Connecting to the public EQEmu login servers will...
Connecting to the public EQEmu login servers will display a list of EQEmu servers currently running.
Check out the F.A.Q. (http://forums.eqemu.net/viewforum.php?f=26) and Tutorials and How-To's...
Forum:
Archive::General Discussion
03-17-2003, 11:52 AM
Replies:
3
eqgame ahs caused an error in eqgfx_dx8.dll PLEASE HELP!!!
Views:
2,043
Posted By
Xarslik
Please try the "General Support" or "Win32...
Please try the "General Support" or "Win32 Support" forums next time.
Are you using EQW?
If so, make sure your desktop bit depth is the same as your EQ bit depth. To check your desktop bit depth,...
Forum:
Archive::Development
12-06-2002, 07:23 AM
Replies:
2
Anyone have the .NET files for EQEmu?
Views:
2,844
Posted By
Xarslik
You should be able to use the unmodified source...
You should be able to use the unmodified source (as long as you setup the lib directories correctly). I've got the source compiling fine in .NET and I don't have to change a single thing after new...
Forum:
Archive::Windows Servers
12-03-2002, 11:17 AM
Replies:
1
Suffering from a lack of servers. (none...)
Views:
3,224
Posted By
Xarslik
Paste the contents of your Minilogin and...
Paste the contents of your Minilogin and World.exe applications after you've run them.
Forum:
Archive::Tutorials/Howto's
11-19-2002, 02:20 AM
Replies:
17
HOWTO: EQEMu + NAT
Views:
15,433
Posted By
Xarslik
www.no-ip.com
www.no-ip.com
Forum:
Archive::Windows Servers
11-19-2002, 02:19 AM
Replies:
3
Porblem 1017
Views:
4,627
Posted By
Xarslik
Copy the contents of World.exe, Zone.exe's,...
Copy the contents of World.exe, Zone.exe's, boot5zones.bat, and LoginServer.ini here.
Are you running the server on the machine you're using to connect?
Forum:
Archive::Database/World Building
11-18-2002, 05:28 PM
Replies:
9
PvP server?
Views:
4,904
Posted By
Xarslik
Right now setting a server as PvP simply means...
Right now setting a server as PvP simply means that when your character is created it reads that, and flags you as PvP. No special rules or anything. Also you can be flagged non-pvp using the command...
Forum:
Archive::Database/World Building
11-18-2002, 05:25 PM
Replies:
19
Changing Zone Point Q?
Views:
7,236
Posted By
Xarslik
Can't wait, zone safe coord problems gave me a...
Can't wait, zone safe coord problems gave me a lot of headaches.
Forum:
Archive::Windows Servers
11-18-2002, 05:21 PM
Replies:
10
What i get....
Views:
5,558
Posted By
Xarslik
Try:GRANT ALL ON *.* TO yourusername@IP...
Try:GRANT ALL ON *.* TO yourusername@IP IDENTIFIED BY 'yourpassword';
For example, let's say your username is equser, your IP is 192.168.0.5, and your password is trickey. You'd enter:
GRANT ALL ON...
Forum:
Archive::Windows Servers
11-18-2002, 05:17 PM
Replies:
2
WinXP Zone.exe(3.12) error
Views:
4,986
Posted By
Xarslik
Try hitting CTRL+ALT+DELETE, going to the...
Try hitting CTRL+ALT+DELETE, going to the processes tab, and setting the priority of eqgame.exe to BelowNormal, and the priority of World.exe and all Zone.exe's to AboveNormal or High.
Forum:
Archive::Windows Servers
11-18-2002, 05:14 PM
Replies:
3
Porblem 1017
Views:
4,627
Posted By
Xarslik
Are you trying to connect to your own server or a...
Are you trying to connect to your own server or a public eqemu server?
Forum:
Archive::Windows Servers
11-18-2002, 05:12 PM
Replies:
4
Hosting on a lan to outside connections ?
Views:
4,572
Posted By
Xarslik
You'll need a dynamic host name pointing to your...
You'll need a dynamic host name pointing to your IP address.
(eg www.no-ip.com)
Let's pretend your host is gremi.no-ip.com, and your server's IP will be 192.168.0.5.
If hosting the server on a...
Forum:
Archive::Windows Servers
11-18-2002, 05:02 PM
Replies:
2
Error: 1017
Views:
4,346
Posted By
Xarslik
Are you trying to login to the server from the...
Are you trying to login to the server from the machine it's running on or one on the local network? Also, make sure you've setup your hosts file correctly.
Finally, verify that you've removed the...
Forum:
Archive::General Discussion
11-13-2002, 05:35 PM
Replies:
1
Un-loreing Items
Views:
1,665
Posted By
Xarslik
Being that items are (BLOB) data I believe, I...
Being that items are (BLOB) data I believe, I don't think this is possible. You'll need to use an item editor.
Forum:
Archive::Development
11-12-2002, 10:30 AM
Replies:
6
Titles for 65+
Views:
3,918
Posted By
Xarslik
Lvl61-65 go at about the same speed - easy to get...
Lvl61-65 go at about the same speed - easy to get if you xp in PoP a lot.
Forum:
Archive::Windows Servers
11-12-2002, 09:11 AM
Replies:
3
K...I'm pretty much begging now.
Views:
3,698
Posted By
Xarslik
Patch your EQ client to the latest version and...
Patch your EQ client to the latest version and make sure the public server you're connecting to is version 3.12.
Forum:
Archive::Windows Servers
11-12-2002, 09:09 AM
Replies:
5
Remote Mysql
Views:
3,600
Posted By
Xarslik
try this: GRANT ALL ON *.* TO...
try this:
GRANT ALL ON *.* TO TheDreamX@YOUR_IP IDENTIFIED BY 'yourpass';
Make sure to replace YOUR_IP with your actual IP.
Forum:
Archive::Windows Servers
11-12-2002, 09:05 AM
Replies:
3
new eqemu version
Views:
3,525
Posted By
Xarslik
Make sure you've patched to the latest version,...
Make sure you've patched to the latest version, copied over spells_en.txt, and edited db.ini and loginserver.ini correctly.
Forum:
Archive::Windows Servers
11-12-2002, 09:03 AM
Replies:
2
Npc Ai
Views:
3,189
Posted By
Xarslik
usedspells column in the table npc_types. ...
usedspells column in the table npc_types.
Enter spell IDs used separated by spaces.
Forum:
Archive::Windows Servers
11-12-2002, 09:01 AM
Replies:
3
Problems Setting Flag.
Views:
3,768
Posted By
Xarslik
Easy, SystemShark. I had the exact same...
Easy, SystemShark.
I had the exact same problem, this is due to a bug in the db.sql file.
Run mysql.exe, "use eq" or whatever your DB may be, and enter this:
alter table account modify...
Forum:
Archive::Windows Servers
11-12-2002, 08:55 AM
Replies:
4
Possible Router Issue
Views:
4,925
Posted By
Xarslik
Remove the account= and password= lines, so your...
Remove the account= and password= lines, so your login server block looks like this:
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999...
Forum:
Archive::Windows Servers
11-12-2002, 08:54 AM
Replies:
9
Still problems...*sigh*
Views:
4,258
Posted By
Xarslik
Run the patcher.
Run the patcher.
Forum:
Archive::Development
11-12-2002, 08:49 AM
Replies:
6
Titles for 65+
Views:
3,918
Posted By
Xarslik
65 war: Overlord 65 cler: Archon 65 pal: Lord...
65 war: Overlord
65 cler: Archon
65 pal: Lord Protector
65 SK: Dread Lord
65 Ranger: Forest Stalker
65 Druid: Storm Warden
65 Monk: Transcendent
65 Bard: Maestro
65 Rogue: Deceiver
65...
Forum:
Archive::News
11-05-2002, 11:08 AM
Replies:
37
EQEmu Fix for 3.11
Views:
10,015
Posted By
Xarslik
EverQuest.exe and eqgame.exe allows you to...
EverQuest.exe and eqgame.exe allows you to download all Classic Everquest files.
Showing results 1 to 25 of 107
Page 1 of 5
1
2
3
4
5
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
03:24 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3