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 2 of 5
<
1
2
3
4
5
>
Showing results 26 to 50 of 102
Search took
0.00
seconds; generated 69 minute(s) ago.
Search:
Posts Made By:
Darkonig
Forum:
Support::General Support
06-12-2007, 07:58 AM
Replies:
3
Creatures don't attack
Views:
5,347
Posted By
Darkonig
Try looking at...
Try looking at http://www.eqemulator.net/forums/showthread.php?t=20736
Forum:
Support::Windows Servers
06-07-2007, 11:43 AM
Replies:
6
Now I get zone.exe crashing on load
Views:
8,352
Posted By
Darkonig
It would be really hard to have a clue from your...
It would be really hard to have a clue from your screen shot because you cut it off before it said any error messages. Zone crashes, especially if you have never had zone working, are typically due...
Forum:
Quests::Q&A
06-07-2007, 12:37 AM
Replies:
7
Error Compiling Quest File...
Views:
8,914
Posted By
Darkonig
Not quite sure what it is you are calling a...
Not quite sure what it is you are calling a 'Virtual Private Server' or how that relates to your local server.
Forum:
Support::General Support
06-07-2007, 12:30 AM
Replies:
7
MiniLogin server
Views:
8,813
Posted By
Darkonig
Double check your config files for the IP...
Double check your config files for the IP addresses you are using. If you are only using a single machine and not networking it on a lan, make all of the ip addresses everywhere in the config and...
Forum:
Spell Support
06-06-2007, 12:19 PM
Replies:
11
quest::aapoints ?
Views:
9,897
Posted By
Darkonig
This will not add one aa point, it will set it to...
This will not add one aa point, it will set it to one aa point which is not the same. You would need to do $client->SetEXP($client->GetEXP(), $client->GetAAXP() + 24000000,0); except the perl_client...
Forum:
Spell Support
06-06-2007, 07:22 AM
Replies:
11
quest::aapoints ?
Views:
9,897
Posted By
Darkonig
it would be in $client->Method() not...
it would be in $client->Method() not quest::Method()
however altho, there are functions in there to get, add, and set regular xp, there are not corresponding functions for aaxp. Not all of the...
Forum:
Support::Windows Servers
06-06-2007, 07:18 AM
Replies:
4
Problem with start.bat
Views:
7,195
Posted By
Darkonig
The emu requires Perl to be installed on your...
The emu requires Perl to be installed on your machine. Wherever you installed it, the path statement was altered to be able to find it without specifying where exactly it was.
The message in your...
Forum:
Support::General Support
06-06-2007, 04:44 AM
Replies:
4
New Build?
Views:
5,607
Posted By
Darkonig
Sorry, That is where I'm storing it locally but...
Sorry, That is where I'm storing it locally but the actual repository I'm getting it from is /cvsroot/eqemulator
Forum:
Quests::Q&A
06-06-2007, 04:38 AM
Replies:
3
Proper Use of Plurals With $race and $class?
Views:
7,250
Posted By
Darkonig
Easiest to just accept it unless you feel like...
Easiest to just accept it unless you feel like adding a some extra code to build the plurals yourself. Best would be a lookup table for plurals rather than trying to implement some sort of rule based...
Forum:
General::News
06-06-2007, 03:50 AM
Replies:
24
On New Server Now
Views:
21,504
Posted By
Darkonig
login server code did not appear to be changed....
login server code did not appear to be changed. It had that same problem before the move, but with all the new players it just appears to be happening more often.
I play 13 characters several times...
Forum:
Quests::Q&A
06-06-2007, 03:45 AM
Replies:
3
Proper Use of Plurals With $race and $class?
Views:
7,250
Posted By
Darkonig
Instead of using $race, use ${race}s The {} is...
Instead of using $race, use ${race}s
The {} is not normally needed around the variable name in a string if it is immediately followed by something that is obviously not part of the name, like a...
Forum:
General::News
06-06-2007, 03:31 AM
Replies:
24
On New Server Now
Views:
21,504
Posted By
Darkonig
It has nothing at all to do with which 'server'...
It has nothing at all to do with which 'server' is hosting eqemulator.net.
The problem is with the public login server code. Everyone is having this issue and will continue to have it until the...
Forum:
Support::General Support
06-06-2007, 03:27 AM
Replies:
4
New Build?
Views:
5,607
Posted By
Darkonig
The one I have been using is /cvsroot/EQEmuCVS ...
The one I have been using is /cvsroot/EQEmuCVS
The update Friday June 1 was the first I saw since March.
Forum:
Support::General Support
06-06-2007, 03:21 AM
Replies:
12
what is the fast way of to restore a character?
Views:
9,056
Posted By
Darkonig
If all else fails and you have the GM status, you...
If all else fails and you have the GM status, you could always create a new character by the same name and just assign him the level and stats your old character had and summon him the gear.
Forum:
Support::General Support
06-06-2007, 12:05 AM
Replies:
7
MiniLogin server
Views:
8,813
Posted By
Darkonig
Client disconnected (not in active process) ...
Client disconnected (not in active process)
means that the server passed the client off to another process and therefore it is not in the active process anymore. This is normal for the world...
Forum:
Support::Windows Servers
06-05-2007, 11:57 PM
Replies:
24
Problem Logging my Character in: Client Disconnected (not active in process)
Views:
27,529
Posted By
Darkonig
Actually, looking through your world server log I...
Actually, looking through your world server log I do not see a problem. The client disconnected (Not in active process) simply means that the world server handed off the client to the zone server.
...
Forum:
Support::Windows Servers
06-05-2007, 03:04 PM
Replies:
23
Zone crashing - pls-2-help
Views:
17,254
Posted By
Darkonig
With the error messages reported, the problem is...
With the error messages reported, the problem is your database does not match what the emulator code is looking for. It is that simple. Since you made your database from scratch as you say, in order...
Forum:
Quests::Q&A
06-05-2007, 02:57 PM
Replies:
7
check player for item
Views:
10,465
Posted By
Darkonig
Well that was fun :) since you are...
Well that was fun :)
since you are changing packages you do need to pass the $client reference to the plugin, but in order to be usable by the plugin it has to be blessed. So:
sub...
Forum:
Support::General Support
06-05-2007, 01:05 PM
Replies:
12
what is the fast way of to restore a character?
Views:
9,056
Posted By
Darkonig
The only way you could possibly restore a...
The only way you could possibly restore a character to a database from which you deleted it would be if you had a backup of the database from before you deleted it. Such a backup does not get created...
Forum:
Quests::Q&A
06-05-2007, 06:44 AM
Replies:
7
check player for item
Views:
10,465
Posted By
Darkonig
without otherwise checking your code, when you...
without otherwise checking your code, when you create a subroutine file for plugins you must end it with a 1; so that when it loads it indicates it loaded correctly. You do not have a 1; at the end...
Forum:
Support::Windows Servers
06-05-2007, 06:35 AM
Replies:
4
Cannot load EQ Time of day error when starting the server.
Views:
6,557
Posted By
Darkonig
Well here is the contents of the one it created...
Well here is the contents of the one it created for me if you want to give it a try.
1000
1
9
0
1
3100
1181046991
Forum:
Support::Windows Servers
06-05-2007, 12:46 AM
Replies:
4
Cannot load EQ Time of day error when starting the server.
Views:
6,557
Posted By
Darkonig
If you don't already have an eqtime.cfg file when...
If you don't already have an eqtime.cfg file when you start up the server, it will automatically create one for you so it can use it on subsequent startups. It is used to keep track of game time.
Forum:
Support::Windows Servers
06-05-2007, 12:28 AM
Replies:
23
Zone crashing - pls-2-help
Views:
17,254
Posted By
Darkonig
It is not really corrupted database, it is simply...
It is not really corrupted database, it is simply an old version of the database. You have to bring the database current by applying required SQL changes from the change logs that occurred after the...
Forum:
Support::Windows Servers
06-04-2007, 07:41 AM
Replies:
3
Setting GM Privileges on your own Server
Views:
8,668
Posted By
Darkonig
The status column in the account table determines...
The status column in the account table determines special privileges.
0 = no special privileges
250 = all privileges (full gm status)
some tables allow you to specify the status level you need...
Forum:
Support::General Support
06-04-2007, 06:08 AM
Replies:
58
The SSSE form of the eqgame.exe error and cause
Views:
54,523
Posted By
Darkonig
Ok, just went thru the dumps and found like...
Ok, just went thru the dumps and found like expressed above. On the ones that crashed, there was a survey packet of size 241 was received, then the server list, then 1 or more additional survey...
Showing results 26 to 50 of 102
Page 2 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
04:25 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