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 10 of 20
«
First
<
6
7
8
9
10
11
12
13
14
>
Last
»
Showing results 226 to 250 of 493
Search took
0.01
seconds; generated 98 minute(s) ago.
Search:
Posts Made By:
pfyon
Forum:
Quests::Q&A
02-01-2010, 11:38 PM
Replies:
3
Sunset Home memorial NPC's
Views:
6,568
Posted By
pfyon
Look around for qglobals, I think they'll fit...
Look around for qglobals, I think they'll fit your requirements. There are a few tutorials/explanations around.
Forum:
Support::Windows Servers
02-01-2010, 07:24 PM
Replies:
19
BOT Help
Views:
25,670
Posted By
pfyon
You can download a specific revision from the svn...
You can download a specific revision from the svn and compile it yourself. Not sure on whether the DB would be an issue (if the revision is older than your db schema), it would depend on what was...
Forum:
General::General Discussion
02-01-2010, 02:51 PM
Replies:
6
Custom Zones
Views:
10,179
Posted By
pfyon
Custom Zones
How does EQEmu handle custom zones now? I recall reading, in the (somewhat old) documentation for ZoneProxy that the client had issues with custom zones it didn't recognize. Is this still the case...
Forum:
OpenZone:: Q&A
02-01-2010, 12:37 PM
Replies:
16
OpenZone + Large Terrain
Views:
22,203
Posted By
pfyon
Hmm. Well, according to Windcatcher's...
Hmm.
Well, according to Windcatcher's profile:
Forum:
OpenZone:: Q&A
02-01-2010, 09:26 AM
Replies:
16
OpenZone + Large Terrain
Views:
22,203
Posted By
pfyon
RichardoX, how's the loading times with such huge...
RichardoX, how's the loading times with such huge textures?
Forum:
Support::Linux Servers
01-31-2010, 04:28 PM
Replies:
5
Merchants
Views:
7,345
Posted By
pfyon
The most recent db from the svn still has a...
The most recent db from the svn still has a MerchantsKeepItems field in variables:
Merchants keep items sold to them | 0 - off | 1 - on |
I don't know if it still works.
Forum:
Support::Windows Servers
01-31-2010, 09:56 AM
Replies:
6
SQL restore question ??
Views:
9,284
Posted By
pfyon
That error message is saying there's something...
That error message is saying there's something wrong with the syntax used in the dump. Open it up (it's just a text file) and look at line 12-14 and see what's wrong.
Forum:
Support::Windows Servers
01-30-2010, 08:12 PM
Replies:
6
SQL restore question ??
Views:
9,284
Posted By
pfyon
Perhaps navicat has issues with large files, or...
Perhaps navicat has issues with large files, or you don't have enough ram allocated to the VM.
You could try doing it from command line.
Go find mysql.exe (probably in your mysql\bin folder),...
Forum:
Support::Windows Servers
01-30-2010, 07:30 PM
Replies:
6
SQL restore question ??
Views:
9,284
Posted By
pfyon
500MB can take a while to import. Give it a few...
500MB can take a while to import. Give it a few minutes and see if it comes back.
Forum:
Support::Linux Servers
01-30-2010, 07:28 PM
Replies:
12
Server not receiving clients from the login server
Views:
15,947
Posted By
pfyon
Yeah, I have done that. address is my host name,...
Yeah, I have done that. address is my host name, localaddress 192.168.1.104. I didn't post it since I can see that the login server is receiving connections okay, and the only other part of...
Forum:
Support::Linux Servers
01-30-2010, 05:35 PM
Replies:
12
Server not receiving clients from the login server
Views:
15,947
Posted By
pfyon
Server not receiving clients from the login server
I have tried both the public login and open source version of the login servers, so I'm assuming the problem lies in my eqemu server configuration.
When I log in, I get to server select and can...
Forum:
Development::Development
01-30-2010, 12:53 AM
Replies:
115
EQemu Login Server
Views:
161,459
Posted By
pfyon
Awesome, thanks KLS, compiles fine now.
Awesome, thanks KLS, compiles fine now.
Forum:
Support::Windows Servers
01-29-2010, 09:44 PM
Replies:
6
First person outside my IP who tried to connect to my server, it fails.
Views:
9,889
Posted By
pfyon
You need to forward ports 7000-7100 (by default)...
You need to forward ports 7000-7100 (by default) for zones as well.
You can change this port range in eqemu_config.xml if you want it to use a different range for zones.
Forum:
Development::Development
01-29-2010, 06:44 PM
Replies:
115
EQemu Login Server
Views:
161,459
Posted By
pfyon
So one of the somewhat recent changes is the...
So one of the somewhat recent changes is the inclusion of EQCryptoAPI.h in clientlist.cpp, however, it isn't included in the source. Is it still under development and not ready for release, or is...
Forum:
Quests::Q&A
01-28-2010, 12:38 PM
Replies:
1
Plugins
Views:
5,395
Posted By
pfyon
Plugins
If I write a plugin (like Trevius's in the custom quests subforum), does it have access to the same npc/client/etc objects that the original script has access to?
I have limited experience using...
Forum:
Support::Windows Servers
01-28-2010, 10:00 AM
Replies:
9
World.exe commands
Views:
9,363
Posted By
pfyon
Presumably because .exe files don't exist for...
Presumably because .exe files don't exist for linux, unless you're running the server under WINE.
Forum:
Support::Linux Servers
01-27-2010, 08:31 PM
Replies:
7
Host 2 Servers
Views:
11,914
Posted By
pfyon
I'm assuming you're talking about two different...
I'm assuming you're talking about two different servers on your network, being accessible from the outside.
In this case, I think you'd need a router that can forward ports based off hostname. Not...
Forum:
Support::Linux Servers
01-26-2010, 09:02 PM
Replies:
13
LDON Merchant Caps?
Views:
10,238
Posted By
pfyon
Out of curiosity sake, why is the code comparing...
Out of curiosity sake, why is the code comparing to a hex value? I know 0xFFFFFFFF is equivalent to 2,147,483,647. Did the original programmer just do that for legibility purposes?
Forum:
Support::Linux Servers
01-26-2010, 12:12 PM
Replies:
12
Code Management
Views:
10,018
Posted By
pfyon
Sorry to bump this old thread, but I'm just going...
Sorry to bump this old thread, but I'm just going back and trying this again.
When you do a svn merge, do you always need to specify the revision range you're merging changes from? Basically don't...
Forum:
Support::Linux Servers
01-26-2010, 09:53 AM
Replies:
13
LDON Merchant Caps?
Views:
10,238
Posted By
pfyon
As derision said, the db entries are signed 32...
As derision said, the db entries are signed 32 bit integers, so you can change the 'reset cap' to 2,147,483,647 if you want.
Forum:
Support::Windows Servers
01-25-2010, 07:36 PM
Replies:
2
lan server latency, maybe settings or system
Views:
9,337
Posted By
pfyon
I don't really have any suggestions for you, just...
I don't really have any suggestions for you, just that you don't need a very powerful computer to act as a dedicated eqemu server. Mine is an acer aspire one (intel atom processor, 512mb ram, first...
Forum:
Support::Windows Servers
01-25-2010, 03:58 PM
Replies:
7
Sourcing for server
Views:
8,499
Posted By
pfyon
load_player.sql sources a bunch of sql files...
load_player.sql sources a bunch of sql files under a player_tables\ folder, so you need to put that in the mysql.exe folder as well.
Forum:
Support::Windows Servers
01-25-2010, 03:18 PM
Replies:
7
Sourcing for server
Views:
8,499
Posted By
pfyon
You can't cd at the mysql command prompt. You...
You can't cd at the mysql command prompt. You need to either use
source "c:\program files\......etc;"
or put the sql in the same folder as mysql.exe and just "source load_player.sql;"
Forum:
Quests::Q&A
01-24-2010, 11:57 PM
Replies:
7
Timer issues
Views:
9,023
Posted By
pfyon
My mistake, I haven't done much work with perl...
My mistake, I haven't done much work with perl yet.
The functions are case sensitive, it could be SummonItem() as opposed to summonitem().
Forum:
Quests::Q&A
01-24-2010, 10:33 PM
Replies:
7
Timer issues
Views:
9,023
Posted By
pfyon
Pretty sure $theclient needs to be either...
Pretty sure $theclient needs to be either declared such that it is accessible from EVENT_TIMER.
Showing results 226 to 250 of 493
Page 10 of 20
«
First
<
6
7
8
9
10
11
12
13
14
>
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