Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 102
Search took 0.01 seconds.
Search: Posts Made By: Darkonig
Forum: Development::Bots 07-27-2008, 02:24 PM
Replies: 842
Views: 1,390,721
Posted By Darkonig
bots are people too

In looking over the bot code and considering its intent, I was wondering why the bots were not implemented as an extension to the client class rather than an internal modification of the npc class.
...
Forum: Development::Development 09-04-2007, 11:26 AM
Replies: 13
Views: 3,829
Posted By Darkonig
The login server uses UDP as the transport...

The login server uses UDP as the transport protocol. SSL requires you to be using TCP so it cannot be used with the login server.

The login server cannot be changed to use TCP instead without...
Forum: Quests::Q&A 08-18-2007, 10:05 AM
Replies: 3
Views: 3,130
Posted By Darkonig
There should only be one EVENT_ITEM subroutine...

There should only be one EVENT_ITEM subroutine per quest file. You need to combine them all into one. Then place each valid turn in combination in an if clause.

If (plugin::check_handin(...)) {
...
Forum: Quests::Q&A 08-10-2007, 08:07 AM
Replies: 7
Views: 2,861
Posted By Darkonig
Even using check_handin plugin would have eaten...

Even using check_handin plugin would have eaten the stuff if the subroutine has syntax errors.

The operation of the check_handin routine is a little inconsistent tho.

If you hand in what is...
Forum: Quests::Q&A 08-09-2007, 12:02 PM
Replies: 7
Views: 2,861
Posted By Darkonig
This example has an extra } for each if statement...

This example has an extra } for each if statement which ultimately results in the subroutine not compiling. The result of this is that the npc will quietly eat the items. You may find it easier to...
Forum: Quests::Q&A 08-07-2007, 02:38 PM
Replies: 7
Views: 2,861
Posted By Darkonig
However, in your original post, the problems are...

However, in your original post, the problems are because in the first example you used = instead of ==, resulting in assignment instead of comparison. In the second example you were assigning to a...
Forum: Development::Bug Reports 08-02-2007, 12:54 PM
Replies: 32
Views: 9,432
Posted By Darkonig
Thanks Doodman. All my accounts get in first try...

Thanks Doodman. All my accounts get in first try now.
Forum: Support::Windows Servers 06-27-2007, 07:45 AM
Replies: 10
Views: 2,212
Posted By Darkonig
It needs to be other than 127.0.0.1 if the server...

It needs to be other than 127.0.0.1 if the server needs to talk to locations other than localhost. Using the localhost address does seem to work ok if you do not run a local client at all, but can...
Forum: Quests::Q&A 06-26-2007, 03:35 AM
Replies: 35
Views: 9,015
Posted By Darkonig
More to the point, you have not said what version...

More to the point, you have not said what version of the emulator you are trying to use or whether you are running the binary or compiling yourself.
Forum: Support::Windows Servers 06-24-2007, 11:30 AM
Replies: 6
Views: 2,370
Posted By Darkonig
one quick look shows you setting login port to...

one quick look shows you setting login port to 5990. should be 5998.
Forum: Quests::Q&A 06-23-2007, 01:54 AM
Replies: 35
Views: 9,015
Posted By Darkonig
when testing perl setup, type perl --version ...

when testing perl setup, type perl --version
that should display a bunch of text which basically verifies perl is present and available.

Next, What version of the emulator are you using? Are you...
Forum: Support::General Support 06-20-2007, 10:59 AM
Replies: 8
Views: 3,967
Posted By Darkonig
As a GM you have special # commands available to...

As a GM you have special # commands available to you to enter in the chat area. You can list these commands using #help. One of the commands is to scribe all spells for your class up to the specified...
Forum: Support::General Support 06-20-2007, 10:55 AM
Replies: 58
Views: 16,185
Posted By Darkonig
That would not explain why 2 different accounts...

That would not explain why 2 different accounts logging in at the same time from the same computer to play on the same server one crashes, one gets in.
And the fact that when packet sniffing a...
Forum: Support::Windows Servers 06-20-2007, 12:16 AM
Replies: 6
Views: 2,520
Posted By Darkonig
If you read the balloon by the download, it says...

If you read the balloon by the download, it says try the msi version first. msi files use the microsoft installer functionallity. It then says give the AS package a shot if that does not work on your...
Forum: Support::Windows Servers 06-20-2007, 12:09 AM
Replies: 32
Views: 6,493
Posted By Darkonig
Actually, when I first setup and compiled this...

Actually, when I first setup and compiled this project, I used mysql 5.0.27 source as that was the most current at the time. I compiled it just fine. When I was setting up my nephew, i downloaded...
Forum: Support::Windows Servers 06-18-2007, 10:13 AM
Replies: 32
Views: 6,493
Posted By Darkonig
When I do the build, i would go into...

When I do the build, i would go into EQEmu-0.7.0-992 and open the server.sln file in there as the solution. It contains subprojects of emusharemem, world, and zone. This will build all 3 projects....
Forum: Support::Windows Servers 06-18-2007, 08:50 AM
Replies: 32
Views: 6,493
Posted By Darkonig
Ok, the configuration changes I made to compile...

Ok, the configuration changes I made to compile the emu were:

Include files:
c:\perl\lib\CORE
c:\dev\zlib123-dll\include
c:\dev\mysql\include

Library files:
c:\perl\lib\CORE...
Forum: Support::Windows Servers 06-18-2007, 08:42 AM
Replies: 32
Views: 6,493
Posted By Darkonig
Reading closer though your error list above, that...

Reading closer though your error list above, that is a link error rather than a compile error. This would suggest that the path to the includes and libraries are not pointing to the same version....
Forum: Support::Windows Servers 06-18-2007, 08:34 AM
Replies: 32
Views: 6,493
Posted By Darkonig
i wasn't saying use lower version. I'm using...

i wasn't saying use lower version. I'm using mysql 5.0.41 with no problems. Just make sure you have everything configured correctly not counting the emu project. IE. make sure all of your required...
Forum: Support::Windows Servers 06-18-2007, 06:39 AM
Replies: 32
Views: 6,493
Posted By Darkonig
When you download mysql from dev.mysql.com there...

When you download mysql from dev.mysql.com there are 3 versions of the download available; essentials, zip with installer, zip without installer. Do not download essentials because that is just the...
Forum: Support::Windows Servers 06-18-2007, 06:22 AM
Replies: 12
Views: 2,545
Posted By Darkonig
I did have an issue compiling the CVS source. It...

I did have an issue compiling the CVS source. It seems the file source/zone/zonedb.h was saved with the wrong (or at least inconsistent with the other source files) line terminators. This resulted in...
Forum: Support::Windows Servers 06-15-2007, 02:11 PM
Replies: 4
Views: 2,166
Posted By Darkonig
the skill cap tables are set based on level 65...

the skill cap tables are set based on level 65 max,you will need to add additional entries to those up to your desired skill cap at least.
For entries that should not be available, the entries say...
Forum: Support::General Support 06-15-2007, 07:36 AM
Replies: 58
Views: 16,185
Posted By Darkonig
4 of my accounts yesterday got a successful...

4 of my accounts yesterday got a successful survey. The survey pack contains the question Is this thing on? and 4 possible answers. With responses of submit and skip. So, when I stated before that...
Forum: Support::Windows Servers 06-13-2007, 04:46 PM
Replies: 4
Views: 1,982
Posted By Darkonig
I have routers with firewalls and windows XP...

I have routers with firewalls and windows XP firewalls and I do not experience any timeout issues. The only times I did experience timeouts initially was due to setting incorrect ip addresses in my...
Forum: Support::Windows Servers 06-12-2007, 12:50 PM
Replies: 4
Views: 1,982
Posted By Darkonig
if you are playing on just one machine as...

if you are playing on just one machine as minilogin server, world server, zone server, database, and client, then you should use 127.0.0.1 for everything. Otherwise don't use it for anything.
Showing results 1 to 25 of 102

 
Forum Jump
   

All times are GMT -4. The time now is 05:44 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3