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 4 of 20
<
1
2
3
4
5
6
7
8
14
>
Last
»
Showing results 76 to 100 of 500
Search took
0.01
seconds; generated 72 minute(s) ago.
Search:
Posts Made By:
NatedogEZ
Forum:
Support::Windows Servers
03-11-2016, 06:27 PM
Replies:
10
Mob's buff window not showing spells
Views:
14,059
Posted By
NatedogEZ
Make sure the zone you are testing in uses the...
Make sure the zone you are testing in uses the correct rule set. (In the zone table)
Forum:
Development::Development
03-02-2016, 02:30 AM
Replies:
8
Mage Focus Makes Tiny Pets Fix
Views:
11,174
Posted By
NatedogEZ
For now.. till a new system is made that line of...
For now.. till a new system is made that line of code is working again.
Forum:
Support::General Support
02-17-2016, 06:13 PM
Replies:
2
Repeated Zone log error.
Views:
5,697
Posted By
NatedogEZ
That quest error is just because the timer is...
That quest error is just because the timer is triggering and the npc doesn't have a target. So $targetname is uninitialized.. and comparing it to another value is a warning.
Change to... if you...
Forum:
General::General Discussion
02-15-2016, 09:49 PM
Replies:
22
Defining items by expansion
Views:
20,847
Posted By
NatedogEZ
Could use the zone table as a reference and...
Could use the zone table as a reference and whatever zone the item drops in add that zones expansion number. Certain items that drop across multiple expansions would get annoying though :p
Forum:
General::General Discussion
02-03-2016, 12:50 PM
Replies:
4
ActorDef
Views:
6,801
Posted By
NatedogEZ
http://wiki.eqemulator.org/p?Placing_Doors&frm=Per...
http://wiki.eqemulator.org/p?Placing_Doors&frm=Perl_Plugins_Master_Reference
Download cust_obj_data (has most of the zones in it)
Is that what you are looking for?
Forum:
Development::Bug Reports
01-27-2016, 06:02 PM
Replies:
2
Plane of Sky - Spiroc Island
Views:
9,619
Posted By
NatedogEZ
Thats how the island works. You need to kill the...
Thats how the island works. You need to kill the correct mobs to stop them from respawning. Also not really the right forum to be posting in. :)
Forum:
Support::Windows Servers
01-21-2016, 02:37 AM
Replies:
38
Can't find my server on the list, searches exhausted.
Views:
44,601
Posted By
NatedogEZ
You are missing database updates you need to read...
You are missing database updates you need to read the world.exe window and follow the options.
Forum:
Support::Windows Servers
01-20-2016, 07:49 PM
Replies:
18
Game Crash - after new item created
Views:
15,363
Posted By
NatedogEZ
If this is an item someone is supposed to use /...
If this is an item someone is supposed to use / wear. It has no class / race / icon / idfile (not proper).
Idfile should be at least IT63 / IT64 for the bag look / generic item.
It looks like...
Forum:
Support::Windows Servers
01-20-2016, 06:26 PM
Replies:
18
Game Crash - after new item created
Views:
15,363
Posted By
NatedogEZ
post the item data as an SQL insert with column...
post the item data as an SQL insert with column names and maybe its something to do with the item created.
Forum:
Quests::Q&A
01-20-2016, 04:51 PM
Replies:
3
client casting
Views:
7,141
Posted By
NatedogEZ
Here is a small example.. sub...
Here is a small example..
sub EVENT_ITEM_CLICK {
my $target = $client->GetTarget();
if ($target && $target->IsNPC() && !($target->GetOwnerID() &&...
Forum:
General::General Discussion
01-11-2016, 08:22 PM
Replies:
24
Charm Stats?
Views:
26,529
Posted By
NatedogEZ
Hit me up on skype Maceblade and I can help ya...
Hit me up on skype Maceblade and I can help ya out if you wish :)
Forum:
Support::General Support
01-11-2016, 12:33 PM
Replies:
5
Pet target window
Views:
6,731
Posted By
NatedogEZ
If you use Tortoise git you can search commits ...
If you use Tortoise git you can search commits
Show Log
http://i.imgur.com/cmMAZZb.png
Search .. and found!
http://i.imgur.com/WtKIAxG.png
Forum:
Support::Windows Servers
01-11-2016, 02:50 AM
Replies:
8
Friends cant Connect but i can on LAN
Views:
10,183
Posted By
NatedogEZ
Make sure your firewall allows connections on...
Make sure your firewall allows connections on that port. Its usually the thing I forget :)
Forum:
Support::General Support
01-11-2016, 01:46 AM
Replies:
5
Pet target window
Views:
6,731
Posted By
NatedogEZ
I am pretty sure this is it... ...
I am pretty sure this is it...
https://github.com/EQEmu/Server/blob/master/zone/pets.cpp#L479
Could just remove that code or comment it out :)
Forum:
Support::Windows Servers
01-10-2016, 11:39 AM
Replies:
547
Sticky:
Windows Server Installer :: Modular & Scripted
Views:
1,837,265
Posted By
NatedogEZ
Guessing you don't have the rule set to true or...
Guessing you don't have the rule set to true or missing the rule from the database. (by default in source its false)
If you use other rulesets besides 1.. make sure to add rules for each set
...
Forum:
Support::Windows Servers
01-05-2016, 02:36 PM
Replies:
9
Invalid task ID
Views:
9,750
Posted By
NatedogEZ
Make sure the activities start from activityid 0...
Make sure the activities start from activityid 0 and not 1.
If you haven't fixed this already.
Forum:
Development::Development
12-30-2015, 03:33 PM
Replies:
2
Max Clients Per IP rules - Duplicates?
Views:
6,643
Posted By
NatedogEZ
First is Max number of clients per IP (unless...
First is Max number of clients per IP (unless they have status for 3rd / 4th)
Second is the status required to be exempt from ALL rules allowing unlimited accounts
Third is the # of EXTRA...
Forum:
Support::Windows Servers
12-30-2015, 09:05 AM
Replies:
3
Clearing a zone
Views:
7,568
Posted By
NatedogEZ
I just update the spawn2 of the zone and set all...
I just update the spawn2 of the zone and set all the mobs in that zone to a different version of the zone.
I usually just move all unwanted mobs to version 15 just to be consistent with how I...
Forum:
Support::Windows Servers
12-26-2015, 08:08 PM
Replies:
2
Spawn issue...
Views:
6,296
Posted By
NatedogEZ
Fearplane is a zone that needs to be static for...
Fearplane is a zone that needs to be static for the CT script to behave correctly. Otherwise every time the zone soft resets everything will respawn :p
The mobs in the zone don't respawn on...
Forum:
Support::Windows Servers
12-24-2015, 05:52 AM
Replies:
9
Invalid task ID
Views:
9,750
Posted By
NatedogEZ
Turn on SQL errors in the `logsys_categories`...
Turn on SQL errors in the `logsys_categories` table and see if anything is failing to load
Can try Tasks as well i the `logsys_categories` table to see if you are getting errors there as well.
Forum:
Quests::Q&A
12-20-2015, 07:36 PM
Replies:
6
NPC responding to hail, but no quest file?
Views:
8,712
Posted By
NatedogEZ
What is the message that you get when there is no...
What is the message that you get when there is no file?
Forum:
Quests::Q&A
12-20-2015, 07:01 PM
Replies:
6
NPC responding to hail, but no quest file?
Views:
8,712
Posted By
NatedogEZ
Do you have default.pl in your plugins folder?
Do you have default.pl in your plugins folder?
Forum:
Quests::Q&A
12-15-2015, 04:40 PM
Replies:
7
Archery looking like slashing.
Views:
7,786
Posted By
NatedogEZ
The issue was fixed a long time ago Uleat. He has...
The issue was fixed a long time ago Uleat. He has an old source :p
Forum:
Support::Linux Servers
12-10-2015, 12:21 PM
Replies:
3
DB table entries - rebooting
Views:
8,244
Posted By
NatedogEZ
You can do a zone shutdown on whatever the static...
You can do a zone shutdown on whatever the static zone was as well to reload merchants.
Forum:
General::Server Discussion
12-08-2015, 08:06 PM
Replies:
78
The Lockjaw Server
Views:
64,918
Posted By
NatedogEZ
Could just tell players to overwrite the files...
Could just tell players to overwrite the files with old guildlobby and place everyone in that version.. or vice versa
I tested on Underfoot, going into the newer looking guild lobby but requires...
Showing results 76 to 100 of 500
Page 4 of 20
<
1
2
3
4
5
6
7
8
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
07:51 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