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 106
Search took
0.01
seconds; generated 78 minute(s) ago.
Search:
Posts Made By:
ajb20
Forum:
Support::Windows Servers
10-26-2004, 02:00 AM
Replies:
1
DSL Question.
Views:
9,697
Posted By
ajb20
It totally depends on the speed of your DSL. If...
It totally depends on the speed of your DSL. If you have the same crappy DSL I have that is like 100kbps up and down than about 5, but if you have one of the better packages, lets say 3mbps down and...
Forum:
Support::Windows Servers
10-25-2004, 10:33 PM
Replies:
2
Changing spawn time
Views:
12,852
Posted By
ajb20
select npc_types.id, npc_types.name, spawn2.zone,...
select npc_types.id, npc_types.name, spawn2.zone, spawn2.spawngroupid
from npc_types, spawn2, spawnentry
where spawnentry.npcID = npc_types.ID
and spawnentry.spawngroupid = spawn2.spawngroupid;
...
Forum:
Development::Bug Reports
10-25-2004, 09:37 PM
Replies:
3
6.0 Bug list again
Views:
10,346
Posted By
ajb20
6.0 Bug list again
1. quest::movepc(); Is not moving the players anywhere near the target location or anywhere near the safe point about half of the time. It tends to put them in about 3 or 4 different places in the...
Forum:
Development::Feature Requests
10-25-2004, 09:25 PM
Replies:
2
Bound items
Views:
10,348
Posted By
ajb20
Bound items
Any chance of getting a way to make it so an item is bound to a person's body, like keys are in live. Would be nice to allow people ot keep their key to a zone when they die so that they can return...
Forum:
Support::Windows Servers
10-25-2004, 06:41 PM
Replies:
21
6.0 Compiles with Perl
Views:
27,363
Posted By
ajb20
I am just a messenger, the devs are in charge of...
I am just a messenger, the devs are in charge of those bugs but lets try this. 10-26 release is up maybe it'll be fixed :)
Forum:
Development::Bug Reports
10-25-2004, 02:06 PM
Replies:
2
Players looting other's corpses
Views:
7,673
Posted By
ajb20
Players looting other's corpses
I have had reports of people missing half the items on their corpse and also being able to run around and loot random corpses. So it would seem that after a certain amount of time it is possible to...
Forum:
Support::General Support
10-25-2004, 01:51 PM
Replies:
3
Giving items to NPCs and having them ready them?
Views:
8,048
Posted By
ajb20
Add all the items to their loot table and under...
Add all the items to their loot table and under the equipitem field make it 1 and npc will equip whatever item is on their loot table.
Forum:
Quests::Q&A
10-25-2004, 01:03 PM
Replies:
5
Quest Problem
Views:
11,479
Posted By
ajb20
Change To sub EVENT_ITEM { ...
Change
To
sub EVENT_ITEM
{
if($itemcount{12268} == 1 && $platinum == 200)
{
quest::say("I have called to another plane and the creature you seek is just across the...
Forum:
Support::Windows Servers
10-25-2004, 10:22 AM
Replies:
21
6.0 Compiles with Perl
Views:
27,363
Posted By
ajb20
I date them for the day that I compile them, not...
I date them for the day that I compile them, not for the day of the release, 9 times out of 10 it is the next day before they hit CVS anyway, so the Changelog is the day the updates were done, and...
Forum:
Development::Bug Reports
10-24-2004, 07:07 PM
Replies:
3
Bazaar Bugs
Views:
8,130
Posted By
ajb20
TY LE you rock :)
TY LE you rock :)
Forum:
Support::Windows Servers
10-24-2004, 06:54 PM
Replies:
21
6.0 Compiles with Perl
Views:
27,363
Posted By
ajb20
10-24-04 Nice updates.. This is probably just...
10-24-04 Nice updates.. This is probably just bumping my own thread but just wanted to say its up 8)
Forum:
Development::Bug Reports
10-23-2004, 12:25 PM
Replies:
3
Bazaar Bugs
Views:
8,130
Posted By
ajb20
Bazaar Bugs
Players can enter trader mode np, you can search for items np, but when you go to a merchant and right click, all you do is inspect, it never shows the items for sale :(
Forum:
Support::Windows Servers
10-22-2004, 12:11 PM
Replies:
3
Guide to Compiling CVS Source with VS .NET 2003
Views:
9,780
Posted By
ajb20
Ya I was thinking about that earlier this morning...
Ya I was thinking about that earlier this morning that I didn't have any include libraries and how to do them. I will add that to the tutorial when I get a chance :)
Forum:
Development::Bug Reports
10-21-2004, 11:38 PM
Replies:
6
Merchants Keep it
Views:
9,444
Posted By
ajb20
Merchants Keep it
They don't put items back up for sale after they are sold to them :cry:
Forum:
Support::Windows Servers
10-21-2004, 11:17 PM
Replies:
21
6.0 Compiles with Perl
Views:
27,363
Posted By
ajb20
10-22-04 up :D (Unless you clicked it before...
10-22-04 up :D (Unless you clicked it before 6:30 AM CST on 10-22) :P
Forum:
Support::Windows Servers
10-20-2004, 12:46 PM
Replies:
22
Black Screen at Character Log In
Views:
29,071
Posted By
ajb20
Make all your zones that have mobs in them...
Make all your zones that have mobs in them static. I did this and it solved the black screen hang problem. Seems there is a problem in the current version with dynamic zones that are populated...
Forum:
Support::Windows Servers
10-20-2004, 12:44 PM
Replies:
3
expansion zone files
Views:
9,713
Posted By
ajb20
Than head over to...
Than head over to http://www.eqemulator.net/forums/viewtopic.php?t=17589 and you can get all the OoW zone information also. There is only one zone I know is missing and thats is Forgotten Halls.
Forum:
Support::Windows Servers
10-20-2004, 12:41 PM
Replies:
3
Question for the Senior-Developer Types
Views:
9,180
Posted By
ajb20
I've narrowed it to a problem with dynamic zones...
I've narrowed it to a problem with dynamic zones in 6.0. Keep your zones static and you should never have the problem (at least I haven't since making them static).
Forum:
Support::Windows Servers
10-19-2004, 11:01 PM
Replies:
3
Guide to Compiling CVS Source with VS .NET 2003
Views:
9,780
Posted By
ajb20
Guide to Compiling CVS Source with VS .NET 2003
Hey all. I realized there hasn't been an updated guide to compiling in a while so I decided it was time to write one up. So here we go from the top.
First off, You will need a CVS Client. I...
Forum:
Support::Windows Servers
10-19-2004, 10:10 PM
Replies:
21
6.0 Compiles with Perl
Views:
27,363
Posted By
ajb20
http://www.eqemulator.net/forums/viewtopic.php?t=1...
http://www.eqemulator.net/forums/viewtopic.php?t=17164
Thats the guide I've always used.. it was very helpful maybe check it out :)
http://www.eqemulator.net/forums/viewtopic.php?t=17944
...
Forum:
Development::Bug Reports
10-19-2004, 11:51 AM
Replies:
7
0.6.0dr1 - various bugs -
Views:
12,688
Posted By
ajb20
Find my post under Win32 Server Support. I will...
Find my post under Win32 Server Support. I will be putting them up compiled with Perl as LE spits them out to us. Last one was with the 10-18 changes, was just put up this morning.
Forum:
Development::Bug Reports
10-19-2004, 04:23 AM
Replies:
14
Black Screen hang-ups in 6.0 update
Views:
12,652
Posted By
ajb20
Black Screen hang-ups in 6.0 update
Its becoming more and more random now it seems. Just simply adding a mob does it now sometimes. However, 99% of the time when I get passed character select and hang on a black screen, it is only...
Forum:
Support::Windows Servers
10-19-2004, 01:59 AM
Replies:
21
6.0 Compiles with Perl
Views:
27,363
Posted By
ajb20
6.0 Compiles with Perl
11-16-04:Here (http://adam.eqemulator.net/Latest_Compiled_Perl.zip)
Changelog:
11-11-04:Here (http://adam.eqemulator.net/11-11-04_Compiled_Perl.zip)
Changelog:
11-09-04:Main Download...
Forum:
Development::Bug Reports
10-19-2004, 01:55 AM
Replies:
15
Few bugs with 0.6.0
Views:
21,971
Posted By
ajb20
BTW, every time I get the black screen freeze up,...
BTW, every time I get the black screen freeze up, zone.exe is giving me this error:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR1
[Status] Loading Variables
[Status] Loading zone names...
Forum:
Development::Bug Reports
10-19-2004, 01:52 AM
Replies:
7
0.6.0dr1 - various bugs -
Views:
12,688
Posted By
ajb20
This has been a problem for a long time. My...
This has been a problem for a long time. My personal solution was to remove all the rez spells other than the no exp rez, its kinda like a way of bringing the player back to the party if they die,...
Showing results 26 to 50 of 106
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
02:27 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