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 6 of 20
«
First
<
2
3
4
5
6
7
8
9
10
16
>
Last
»
Showing results 126 to 150 of 493
Search took
0.01
seconds; generated 98 minute(s) ago.
Search:
Posts Made By:
pfyon
Forum:
Support::Linux Servers
07-08-2010, 07:13 PM
Replies:
41
Trying to set up server
Views:
67,522
Posted By
pfyon
Did you check file permissions and ownership?
Did you check file permissions and ownership?
Forum:
Support::General Support
07-06-2010, 05:25 PM
Replies:
4
EQEmu in Linux
Views:
8,071
Posted By
pfyon
Do you mean the EQ client or the eqemu server?
Do you mean the EQ client or the eqemu server?
Forum:
Support::General Support
07-02-2010, 07:51 PM
Replies:
2
can't /tell, "speak, /ooc etc. 95% of the time
Views:
7,098
Posted By
pfyon
The server probably limits low level players'...
The server probably limits low level players' ability to chat in public channels to keep away some spam. I think the default lvl for that to go away is 10.
Forum:
Quests::Q&A
07-01-2010, 08:05 AM
Replies:
3
Quest Problem
Views:
5,900
Posted By
pfyon
Just to explain what KLS did with the platinum...
Just to explain what KLS did with the platinum check there (in case you don't have any programming background).
if($platinum > 0 && $platinum <= 250000 && ($platinum % 25000) == 0)
returns...
Forum:
Support::Linux Servers
06-30-2010, 10:42 PM
Replies:
2
eqemuloginserver error
Views:
7,948
Posted By
pfyon
Posted it in your other thread, but here's the...
Posted it in your other thread, but here's the diff to let it compile (haven't fully tested, but compiles without warnings and EQEmuLoginServer starts without issues):
Index: Client.cpp...
Forum:
Support::Windows Servers
06-30-2010, 10:34 PM
Replies:
16
Public login server (devnoob)
Views:
14,683
Posted By
pfyon
Just fyi, to fix the linux compile I removed the...
Just fyi, to fix the linux compile I removed the explicit scope declaration in client.cpp:
Index: Client.cpp
===================================================================
--- Client.cpp ...
Forum:
Support::Windows Servers
06-30-2010, 06:41 PM
Replies:
16
Public login server (devnoob)
Views:
14,683
Posted By
pfyon
Why are you compiling under wine? Problems...
Why are you compiling under wine? Problems compiling under linux?
Forum:
Support::Windows Servers
06-25-2010, 07:21 AM
Replies:
6
How-To Compile & Install
Views:
9,545
Posted By
pfyon
Those are warnings anyway. In a perfect world,...
Those are warnings anyway. In a perfect world, there wouldn't be any, but they also shouldn't break it either.
Forum:
General::General Discussion
06-20-2010, 02:32 PM
Replies:
11
EverQuest Standard
Views:
10,360
Posted By
pfyon
Even if you never purchased past a certain...
Even if you never purchased past a certain expansion, SOE still patches the client up to support certain features (changes in the code anyway), meaning the version you have from 2000 or 2001 would...
Forum:
Support::Windows Servers
06-18-2010, 07:35 PM
Replies:
1
Help with Vale's server setup tutorial? Pleasie? :)
Views:
7,691
Posted By
pfyon
That query can be executed as is (or once you've...
That query can be executed as is (or once you've modified the entry to suit you) from the gui or command line. I think importing just refers to sourcing a .sql file.
Forum:
General::General Discussion
06-13-2010, 02:15 PM
Replies:
7
easy to use stat editor anywhere?
Views:
8,350
Posted By
pfyon
You can use gm commands in game to add aa points...
You can use gm commands in game to add aa points and such. Try #setaapoints (I think). Also, #help in game should give you a list of the commands.
Forum:
Support::Windows Servers
06-07-2010, 08:09 PM
Replies:
9
Dumb question about port forwarding
Views:
15,415
Posted By
pfyon
You have to set the port forwards in your...
You have to set the port forwards in your router's configuration.
http://portforward.com/ has guides for various manufacturers if you've never done it before.
edit: note the 'skip this...
Forum:
Support::Linux Servers
06-05-2010, 07:32 PM
Replies:
41
Trying to set up server
Views:
67,522
Posted By
pfyon
Ah yeah that was the problem. You'll have to...
Ah yeah that was the problem.
You'll have to get a database for that. The most popular one is over at project eq (http://www.projecteq.net). You can download a recent release in the downloads...
Forum:
Support::Linux Servers
06-05-2010, 03:17 PM
Replies:
41
Trying to set up server
Views:
67,522
Posted By
pfyon
sudo apt-get remove mysql-server I remember...
sudo apt-get remove mysql-server
I remember getting that error with mysql when I set up my server too, will have to try to remember how I fixed it.
Forum:
Support::Windows Servers
06-03-2010, 01:40 PM
Replies:
3
Help with MySQL commands
Views:
9,149
Posted By
pfyon
select * from items where name like '%boots%'; ...
select * from items where name like '%boots%';
The % act as wildcards. Also note that if your mysql db is on a linux system, the names will be case sensitive (so boots would match 'Journeyman's...
Forum:
Support::Windows Servers
05-26-2010, 02:46 PM
Replies:
1
SoD and Loginserver support
Views:
7,797
Posted By
pfyon
Yeah it supports SoD.
Yeah it supports SoD.
Forum:
Support::Windows Servers
05-25-2010, 08:56 AM
Replies:
9
SQL Error(s)
Views:
14,420
Posted By
pfyon
The second error likely occurs due to the first...
The second error likely occurs due to the first error.
It looks like there's a problem using that statement with binary logging. I'd try disabling that and trying again.
Forum:
Support::General Support
05-23-2010, 04:52 PM
Replies:
4
Netgear Router woes
Views:
8,968
Posted By
pfyon
Port forwarding isn't necessary for just...
Port forwarding isn't necessary for just connecting to a server, only if you're hosting one yourself. I don't know what's causing the issue, but the router may have a built in firewall that is...
Forum:
Quests::Q&A
05-19-2010, 11:37 AM
Replies:
8
keeping a zone depoped for about 3 hours or so
Views:
16,154
Posted By
pfyon
If you want to keep the names of the NPCs intact,...
If you want to keep the names of the NPCs intact, you can use something like:
UPDATE npc_types SET name = CONCAT('###',name) WHERE (ID>=58061 AND ID<=58119);
That will prepend '###' to the...
Forum:
Quests::Q&A
05-18-2010, 06:27 PM
Replies:
1
Cultural Armor Still Existing?
Views:
6,585
Posted By
pfyon
You should post this at the forum for the server...
You should post this at the forum for the server you're playing on.
Forum:
Support::General Support
05-16-2010, 06:46 PM
Replies:
1
Lost Item
Views:
5,628
Posted By
pfyon
You need to post this at the forum for the server...
You need to post this at the forum for the server you were playing on.
Forum:
General::General Discussion
05-16-2010, 06:46 PM
Replies:
2
wizards soloability
Views:
8,233
Posted By
pfyon
http://www.graffe.com/library.php? Scroll...
http://www.graffe.com/library.php?
Scroll down to "Quadding Guides". The guides are written for old stock eq, but with enough creativity I'm sure you can improvise. Quadding was one of the fastest...
Forum:
Simple Client
05-16-2010, 02:09 PM
Replies:
44
Working on 0.8.0 compatibility
Views:
135,802
Posted By
pfyon
As far as cheating goes, I imagine that anything...
As far as cheating goes, I imagine that anything you could modify simpleclient to do, MQ2 can already do.
Forum:
General::Server Discussion
05-16-2010, 10:16 AM
Replies:
28
*EQClassic* Re-Mix
Views:
43,492
Posted By
pfyon
Plague rat tails were added sometime later, maybe...
Plague rat tails were added sometime later, maybe luclin release?
Forum:
General::General Discussion
05-14-2010, 12:22 PM
Replies:
1
Spell Lists?
Views:
7,565
Posted By
pfyon
http://lucy.allakhazam.com or do you mean,...
http://lucy.allakhazam.com
or do you mean, spell files?
Showing results 126 to 150 of 493
Page 6 of 20
«
First
<
2
3
4
5
6
7
8
9
10
16
>
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
11:00 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 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3