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 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
Showing results 101 to 125 of 500
Search took
0.02
seconds; generated 17 minute(s) ago.
Search:
Posts Made By:
Muuss
Forum:
Tutorials::Discussion
12-15-2004, 09:56 AM
Replies:
13
Howto setup a Linux Eqemu server
Views:
30,259
Posted By
Muuss
Waiting for feedback before moving this to...
Waiting for feedback before moving this to tutorials forum.
(self-moderation isn't fun :p)
Forum:
Tutorials::Discussion
12-15-2004, 09:54 AM
Replies:
13
Howto setup a Linux Eqemu server
Views:
30,259
Posted By
Muuss
Howto setup a Linux Eqemu server
Advanced EqEmu Linux Setup
This guide has for goal to show how to install a working eqemu server on a Linux box. It's written for Linux but will prolly also work with FreeBSD and Linux clones. It...
Forum:
Tutorials::Needs work
12-15-2004, 09:48 AM
Replies:
12
New Newbie Guide
Views:
21,017
Posted By
Muuss
Xabob, you need to revise that tutorial. -...
Xabob, you need to revise that tutorial.
- Some links aren't existing anymore, common problem when you link to forum posts because they disappear or change pretty often.
- Some of your answers...
Forum:
Tutorials::Needs work
12-15-2004, 09:32 AM
Replies:
4
How to Create a Working Faction from scratch
Views:
10,647
Posted By
Muuss
Cutter, unless you rework that guide like...
Cutter, unless you rework that guide like a_Guest03 suggested you, it won't be considered as a valid tutorial.
The idea is good but you mustn't treat it with examples. Be more generic and accurate....
Forum:
Development::Database/World Building
12-15-2004, 08:41 AM
Replies:
19
Arguments about Item Building Tutorial
Views:
13,224
Posted By
Muuss
A very small brain, although :)
A very small brain, although :)
Forum:
Support::General Support
12-15-2004, 06:38 AM
Replies:
8
Zone.exe errors, eq.tributes and Commands.pl missing?(FIXED)
Views:
6,476
Posted By
Muuss
mysql -u root mysql When you sourced...
mysql -u root mysql
When you sourced tributes.sql, you created the tributes table into the mysql database, not in the eq database, that's why you get the error message saying tributes table...
Forum:
Tutorials::Submissions
12-15-2004, 03:50 AM
Replies:
4
Submitted tutorial by Muuss
Views:
6,536
Posted By
Muuss
Keep your tears for later, a_Guest :) This is...
Keep your tears for later, a_Guest :)
This is the how to compile under Linux guide you asked me. I m to busy now to add some colors and improve the presentation, i ll do it tomorrow, the dentist is...
Forum:
Development::Tools
12-14-2004, 08:58 AM
Replies:
5
Bazaar like Item Search
Views:
6,484
Posted By
Muuss
If i can give you a tip... go to my webpage (link...
If i can give you a tip... go to my webpage (link in my sig) and download eqbrowser 1.3. It's written in PHP and contains a good part of what you talking of If you're good enough at C++, you can...
Forum:
Support::General Support
12-14-2004, 02:44 AM
Replies:
6
keep LDing
Views:
6,911
Posted By
Muuss
Try to tweak your datarate.txt file, try some...
Try to tweak your datarate.txt file, try some values between 5 and 10.
Forum:
Support::General Support
12-14-2004, 12:38 AM
Replies:
4
An idiotic newb needs help...
Views:
6,650
Posted By
Muuss
We only help people who own their copy of...
We only help people who own their copy of Everquest, warez is totally forbidden here, and its a good thing. If you don't own Everquest, buy it. Don't ask where you can DL it, it would lead you...
Forum:
Tutorials::Submissions
12-13-2004, 10:21 PM
Replies:
4
Submitted tutorial by Muuss
Views:
6,536
Posted By
Muuss
I just wrote this, I don't care much if it...
I just wrote this, I don't care much if it deserves a title or not, but would you read it and comment what needs to be changed ? thanks.
http://www.eqemulator.net/forums/viewtopic.php?p=109937
Forum:
Tutorials::Discussion
12-13-2004, 10:08 PM
Replies:
3
ADVANCED HOWTO:: Increase # of loadable items, factions
Views:
14,655
Posted By
Muuss
ADVANCED HOWTO:: Increase # of loadable items, factions
In order to use this tutorial, you must understand how to compile code. This tutorial is not necessary to use servers or to host a server. If compiling code is a foreign concept to you, it will not...
Forum:
Support::Windows Servers
12-13-2004, 09:39 PM
Replies:
2
MAX_FACTION error
Views:
6,501
Posted By
Muuss
These are setup directly in the source code, you...
These are setup directly in the source code, you will need to recompile it if you want to change the values. The numbers you have to write aren't the number of items, factions or types you have, but...
Forum:
Support::Windows Servers
12-13-2004, 03:58 AM
Replies:
4
Error 1045
Views:
5,515
Posted By
Muuss
or didn't even fullfilled db.ini (from eqemu),...
or didn't even fullfilled db.ini (from eqemu), since it says that there's no account passed as mysql login, re-read your server install guide.
Forum:
Support::Windows Servers
12-10-2004, 08:03 PM
Replies:
5
HDD
Views:
5,135
Posted By
Muuss
Map files needed for LOS and pathing occupy more...
Map files needed for LOS and pathing occupy more than 1Gb, database around 50 Mo (PEQ Kunark), tho expect at least 500 Mo for the upcoming DBs, I d say 2Gb total.
Anyway, asking his question is...
Forum:
Misc::Off Topic
12-09-2004, 01:32 AM
Replies:
6
Poll:
How many Armed forces guys in Iraq play On EQEMU ?
Views:
5,574
Posted By
Muuss
From Europe, Iraki war seems so irreal and so...
From Europe, Iraki war seems so irreal and so far... it takes another dimension when you meet or know people that have familly members as soldiers there.
Forum:
Support::MiniLogin
12-07-2004, 08:01 PM
Replies:
3
Followed minilogin direction and having a small prob
Views:
9,603
Posted By
Muuss
hehe ALTER TABLE `doors` CHANGE `liftheight`...
hehe
ALTER TABLE `doors` CHANGE `liftheight` `door_param` INT(4) DEFAULT "0" NOT NULL;
NULL is a keyword, NUL isn't (for mysql i mean, in french, it means NULL :D)
For your error with perl,...
Forum:
Support::MiniLogin
12-06-2004, 02:48 AM
Replies:
1
Minilogin problem
Views:
7,595
Posted By
Muuss
You simply can't mix minilogin and eqemu login...
You simply can't mix minilogin and eqemu login processes.
Choose one. Anyway, if you have friends that aren't on your lan, the choice is made, use eqemu LS.
Forum:
Support::MiniLogin
12-05-2004, 07:40 PM
Replies:
3
Followed minilogin direction and having a small prob
Views:
9,603
Posted By
Muuss
1st : Kunark upgrade doesn't work if you didnt...
1st : Kunark upgrade doesn't work if you didnt used Classic before. This explains the character_, guildes tables missing. You should start with Kunark full if it's your first install.
2nd : about...
Forum:
Support::General Support
12-02-2004, 09:27 PM
Replies:
4
Addon.ini question and more :) (easy questions)
Views:
4,829
Posted By
Muuss
1 : rows in addon.ini specify the user status...
1 : rows in addon.ini specify the user status level needed to run the #commands from the client. IE : #zone requires a status of 30...
1bis : You can increase the xp for leveling and aa-ing by...
Forum:
General::General Discussion
12-02-2004, 01:22 AM
Replies:
33
Time to go...............
Views:
19,757
Posted By
Muuss
BTW, being able to make people leave is a form of...
BTW, being able to make people leave is a form of power. Leaving is recognizing that power. Staying and ignoring it is a proof of strength.
Forum:
General::General Discussion
12-01-2004, 09:26 PM
Replies:
33
Time to go...............
Views:
19,757
Posted By
Muuss
You have no rights to stop now. 2 or 3 people's...
You have no rights to stop now. 2 or 3 people's voices or actings means nothing against your input to the project.
Whatever you'll do in the future, please receive my thanks for what you yet did in...
Forum:
Support::Linux Servers
12-01-2004, 06:39 AM
Replies:
1
Share Memory question that i dont see answered
Views:
5,417
Posted By
Muuss
I have exactly the same issue with a slackware...
I have exactly the same issue with a slackware 10, recompiled 2.4.26 kernel. Eqemu compiled with gcc 3.3.4 and no special options.
Forum:
Support::Windows Servers
12-01-2004, 02:23 AM
Replies:
18
1017 error on trying to get to my own server
Views:
12,525
Posted By
Muuss
that's 5994, not 6994.
that's 5994, not 6994.
Forum:
General::General Discussion
11-30-2004, 09:49 PM
Replies:
14
WTF!?
Views:
9,770
Posted By
Muuss
well, it does ! one leads you to the role of a...
well, it does !
one leads you to the role of a worthless person giving worthless opinions, other one to a highly interesting debate concerning the difficulty of learning foreign languages....
Showing results 101 to 125 of 500
Page 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
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
08:22 PM
.
-- 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