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 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
Showing results 101 to 125 of 500
Search took
0.02
seconds; generated 68 minute(s) ago.
Search:
Posts Made By:
Monrezz
Forum:
Archive::Packetcollector
04-14-2004, 03:54 AM
Replies:
6
how do i server sweep? delete all prev chars from allaccnts?
Views:
18,387
Posted By
Monrezz
My bad, thanks :)
My bad, thanks :)
Forum:
Archive::Database/World Building
04-14-2004, 12:17 AM
Replies:
7
In need of a mysql command for agro ranges
Views:
6,511
Posted By
Monrezz
It is not meant to be accurate, it is a simply...
It is not meant to be accurate, it is a simply there to make it a little easier for newbies in low level zones, and make it harder for high levels with high level mobs.
I suppose aggro is based on...
Forum:
Archive::Database/World Building
04-13-2004, 11:53 PM
Replies:
7
In need of a mysql command for agro ranges
Views:
6,511
Posted By
Monrezz
Not a problem :)
Not a problem :)
Forum:
Archive::General Support
04-13-2004, 11:52 PM
Replies:
6
Spawn Timers
Views:
6,170
Posted By
Monrezz
It's in the database.
It's in the database.
Forum:
Archive::General Support
04-13-2004, 11:51 PM
Replies:
24
Need Some Help and Willing to Help others when I learn
Views:
15,139
Posted By
Monrezz
Make sure you have at least 2 zone servers...
Make sure you have at least 2 zone servers running, too. :P
Forum:
Archive::Quests
04-13-2004, 11:47 PM
Replies:
3
Function - Checking faction name ?
Views:
6,782
Posted By
Monrezz
It is mainly used for if statements, so you can...
It is mainly used for if statements, so you can check the player has a high enough faction before the quest continues:
sub EVENT_SAY
{
if(($text =~ /Hail/i) && ($faction >= 3))
{
...
Forum:
Archive::Packetcollector
04-13-2004, 11:37 PM
Replies:
6
how do i server sweep? delete all prev chars from allaccnts?
Views:
18,387
Posted By
Monrezz
DELETE FROM character; DELETE FROM accounts_; ...
DELETE FROM character;
DELETE FROM accounts_;
...and why is another one of your support threads being posted in PacketCollector Support???
Forum:
Archive::Tools
04-13-2004, 11:31 PM
Replies:
37
RELEASE: Item Editor 1.9.1
Views:
24,520
Posted By
Monrezz
It's fixed, if it's crashing it's because you...
It's fixed, if it's crashing it's because you need the latest ID structure, download the dumpeditems.sql.gz (http://www.eqemulator.net/dumpeditems.sql.gz).
Forum:
Archive::Database/World Building
04-13-2004, 11:28 PM
Replies:
7
In need of a mysql command for agro ranges
Views:
6,511
Posted By
Monrezz
UPDATE npc_types SET aggroradius=50 WHERE (level...
UPDATE npc_types SET aggroradius=50 WHERE (level <= 50);
UPDATE npc_types SET aggroradius=55 WHERE level=51;
UPDATE npc_types SET aggroradius=55 WHERE level=52;
UPDATE npc_types SET aggroradius=55...
Forum:
Archive::Quests
04-13-2004, 11:24 PM
Replies:
3
Function - Checking faction name ?
Views:
6,782
Posted By
Monrezz
There's the $faction variable, it returns a...
There's the $faction variable, it returns a number corresponding to the current faction level. See the sticky on Perl Quest guide at the top.
Forum:
Archive::General Support
04-13-2004, 01:16 PM
Replies:
24
Need Some Help and Willing to Help others when I learn
Views:
15,139
Posted By
Monrezz
5997 5999 7995-8015 (depending on how many...
5997
5999
7995-8015 (depending on how many zone servers you run - they all require a unique port)
9000
2. #gm on (Need to have status, use #flag).
Forum:
Archive::General Discussion
04-13-2004, 01:11 PM
Replies:
31
The orange butt under my name ...
Views:
15,449
Posted By
Monrezz
:lol:
:lol:
Forum:
Archive::General Discussion
04-13-2004, 01:06 PM
Replies:
31
The orange butt under my name ...
Views:
15,449
Posted By
Monrezz
*cough*
*cough*
Forum:
Archive::Database/World Building
04-13-2004, 12:35 PM
Replies:
4
How would i make a merchant...
Views:
5,946
Posted By
Monrezz
Heh, it's locked so I can't update it :P The...
Heh, it's locked so I can't update it :P
The merchant ID is found in the database, you must already have a merchant set up before you can spawn it using the command. DO a search I'm sure you'll...
Forum:
Archive::Tools
04-13-2004, 02:30 AM
Replies:
2
Zone Map Editor
Views:
7,517
Posted By
Monrezz
OpenZone, see sourceforge.
OpenZone, see sourceforge.
Forum:
Archive::Tutorials/Howto's
04-13-2004, 02:29 AM
Replies:
10
#ipc (interactive NPC mode) problems. help please?
Views:
9,184
Posted By
Monrezz
I think /becomenpc makes you control the...
I think /becomenpc makes you control the targetted npc. Useful for GM events if you want to control the "boss mob", I guess.
Forum:
Archive::General Discussion
04-13-2004, 02:28 AM
Replies:
31
The orange butt under my name ...
Views:
15,449
Posted By
Monrezz
This has got to be the strangest topic that is...
This has got to be the strangest topic that is being discussed seriously on these boards :P
Btw devs this is wrong forum move to Off Topic plz kthxbye~
Lol.
Forum:
Archive::General Support
04-12-2004, 10:04 PM
Replies:
2
Zone server's gahh lol
Views:
5,624
Posted By
Monrezz
Try: start zone arena 66.190.46.178 7999...
Try:
start zone arena 66.190.46.178 7999 127.0.0.1
Forum:
Archive::General Support
04-12-2004, 10:04 PM
Replies:
10
Weird problem, can't seem to solve it.
Views:
7,668
Posted By
Monrezz
5997, 5999 not 5597 5599.
5997, 5999 not 5597 5599.
Forum:
Archive::Windows Servers
04-12-2004, 09:29 PM
Replies:
5
No connection to db???
Views:
6,377
Posted By
Monrezz
db.sql is NOT your database. DB.ini tells...
db.sql is NOT your database.
DB.ini tells the emulator how to connect to the database, which Mysql is running. If you can't connect to the database, you've either gone wrong in db.ini or you don't...
Forum:
Archive::Quests
04-12-2004, 12:55 PM
Replies:
14
Problem with Quest Implement
Views:
8,526
Posted By
Monrezz
Np.
Np.
Forum:
Archive::General Support
04-12-2004, 12:54 PM
Replies:
24
Need Some Help and Willing to Help others when I learn
Views:
15,139
Posted By
Monrezz
Update your items database: ...
Update your items database:
http://www.eqemulator.net/dumpeditems.sql.gz
Forum:
Archive::Database/World Building
04-12-2004, 12:44 PM
Replies:
12
DELETE OR EDIT THAT STICKY!
Views:
7,345
Posted By
Monrezz
*cough* Anyway...someone update the sticky...:P
*cough* Anyway...someone update the sticky...:P
Forum:
Archive::Quests
04-12-2004, 12:41 PM
Replies:
14
Problem with Quest Implement
Views:
8,526
Posted By
Monrezz
Try: sub EVENT_SAY { if($mname =~...
Try:
sub EVENT_SAY
{
if($mname =~ /^Soulbinder/i)
{
if($text=~/Hail/i)
{
quest::say("Greetings $name. When a hero of our world is slain their soul returns to...
Forum:
Support::General Support
04-12-2004, 11:50 AM
Replies:
37
One Stop Error Guide (work in progress.)
Views:
46,084
Posted By
Monrezz
Download / Install DirectX 9.
Download / Install DirectX 9.
Showing results 101 to 125 of 500
Page 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
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
12:24 AM
.
-- 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