Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 51 to 75 of 500
Search took 0.01 seconds; generated 72 minute(s) ago.
Search: Posts Made By: NatedogEZ
Forum: Support::Windows Servers 06-22-2016, 01:58 AM
Replies: 13
Views: 8,751
Posted By NatedogEZ
Certain AA spells were missing in his database......

Certain AA spells were missing in his database... Killing Spree spell was missing and every time something was killed it try to cast the buff and crashed server it seemed.
Forum: Support::Windows Servers 06-19-2016, 07:57 PM
Replies: 5
Views: 6,746
Posted By NatedogEZ
Wizard bots don't start nuking till a mob is...

Wizard bots don't start nuking till a mob is below a certain threshold of HP. Something like 95% .. not sure what percent it is off hand

So damage the NPC a bunch till the wizard starts to nuke.....
Forum: Support::Windows Servers 06-12-2016, 03:45 AM
Replies: 4
Views: 6,494
Posted By NatedogEZ
Hes a busy guy I haven't seen him around in...

Hes a busy guy I haven't seen him around in awhile :(
Forum: Quests::Q&A 06-06-2016, 08:11 PM
Replies: 8
Views: 10,893
Posted By NatedogEZ
This should work for you... sub...

This should work for you...


sub EVENT_HATE_LIST {
if ($hate_state == 1 && $client && $client->GetLevel() > ($mlevel + 15) && $npc->GetEntityVariable("removed") != 1) {...
Forum: General::Server Discussion 05-30-2016, 04:23 PM
Replies: 54
Views: 64,643
Posted By NatedogEZ
Thats a very cool idea, I like it! :)

Thats a very cool idea, I like it! :)
Forum: Quests::Q&A 05-28-2016, 01:15 PM
Replies: 3
Views: 8,379
Posted By NatedogEZ
Do you have the proper faction required for the...

Do you have the proper faction required for the turnin?



Edit:... Error seems to be this line

quest::ze("Let it be know from this day forth that %t and their companions are Heros of the...
Forum: Support::General Support 05-26-2016, 11:07 PM
Replies: 13
Views: 10,663
Posted By NatedogEZ
You can see your own email.. in the user control...

You can see your own email.. in the user control panel. Unless you are talking about a different forum account.. in that case can't really help you.
Forum: Support::Windows Servers 05-26-2016, 05:36 PM
Replies: 18
Views: 23,658
Posted By NatedogEZ
Should only be the... C:\Program...

Should only be the...

C:\Program Files\MariaDB 10.0\bin\


part for your case
Forum: Support::Windows Servers 05-26-2016, 01:57 PM
Replies: 18
Views: 23,658
Posted By NatedogEZ
Its still not finding your mysql path.. plus I...

Its still not finding your mysql path.. plus I see two of them in there.

Might be easier knowing which one is being used.. go to Start button.. type "Services" and scroll to Mysql and see which...
Forum: Support::Windows Servers 05-26-2016, 12:03 PM
Replies: 18
Views: 23,658
Posted By NatedogEZ
Looks like your database needs to be updated......

Looks like your database needs to be updated... and your PATH doesnt have mysql in it.

Do this....

Right click "My Computer" --> Click Properties

On the left click "Advanced System...
Forum: Support::Windows Servers 05-25-2016, 09:59 PM
Replies: 18
Views: 23,658
Posted By NatedogEZ
quests ...

quests
https://github.com/ProjectEQ/projecteqquests

maps
https://github.com/Akkadius/EQEmuMaps
Forum: General::Server Discussion 05-24-2016, 10:26 AM
Replies: 13
Views: 16,550
Posted By NatedogEZ
I have code that hides NPCs from players with MQ2...

I have code that hides NPCs from players with MQ2 until they are close to them :p

And when you get too far away from the NPC it is hidden again.
Forum: Support::General Support 05-19-2016, 09:10 PM
Replies: 13
Views: 17,607
Posted By NatedogEZ
Go back inside the php.ini and search for...

Go back inside the php.ini and search for "display_errors" and make sure it is set to Off

Then restart apache and you shouldn't see those warnings anymore.
Forum: Support::General Support 05-19-2016, 05:18 PM
Replies: 13
Views: 17,607
Posted By NatedogEZ
Glad you got it working it is a great tool for...

Glad you got it working it is a great tool for server devs.
Forum: Support::General Support 05-19-2016, 01:30 PM
Replies: 13
Views: 17,607
Posted By NatedogEZ
The github version is the most up to date peq...

The github version is the most up to date peq editor so if you have that you should be fine.
Forum: Support::General Support 05-19-2016, 12:37 PM
Replies: 13
Views: 17,607
Posted By NatedogEZ
Go into Xampp and open the php.ini ...

Go into Xampp and open the php.ini

http://img.prntscr.com/img?url=http://i.imgur.com/5Mkugy8.png


Search for... "php_mysql.dll"

and make sure it doesnt have a ; in the front.

If that was...
Forum: General::Server Discussion 05-14-2016, 02:27 AM
Replies: 71
Views: 80,404
Posted By NatedogEZ
Nice to see you back Drakiyth :) Hope all is...

Nice to see you back Drakiyth :)

Hope all is well with you and your family, good luck on the server.
Forum: Development::Development 04-24-2016, 02:38 AM
Replies: 2
Views: 10,922
Posted By NatedogEZ
I don't think there is but it should be really...

I don't think there is but it should be really easy to write up something to change the hotzones
Forum: Quests::LUA 04-09-2016, 10:30 PM
Replies: 5
Views: 25,984
Posted By NatedogEZ
I would suggest using `event_killed_merit` BTW!...

I would suggest using `event_killed_merit` BTW! :)


function event_killed_merit(e)
local total = 0;
local qglobals = eq.get_qglobals(e.other);
if (qglobals["reborn_credits"] == nil) then...
Forum: Quests::LUA 04-09-2016, 10:12 PM
Replies: 5
Views: 25,984
Posted By NatedogEZ
This is lua Ghanja not perl :)

This is lua Ghanja not perl :)
Forum: General::Server Discussion 03-30-2016, 08:59 PM
Replies: 12
Views: 10,273
Posted By NatedogEZ
If you are trying to do a quest combine and the...

If you are trying to do a quest combine and the reward is perl or lua based. The tradeskill needs to have a result with itemid 0. Then inside the correct sub event you can give them the resulting...
Forum: Quests::Q&A 03-29-2016, 04:51 PM
Replies: 7
Views: 19,935
Posted By NatedogEZ
sub EVENT_CAST_BEGIN { ...

sub EVENT_CAST_BEGIN {
quest::settimer("stopcast", 1);

}

sub EVENT_TIMER {
if ($timer eq "stopcast") {
$client->InterruptSpell();
$client->Message(335, "Stop casting..");...
Forum: Support::General Support 03-21-2016, 04:24 PM
Replies: 5
Views: 7,477
Posted By NatedogEZ
looks like that for me when I ran the launcher heh

looks like that for me when I ran the launcher heh
Forum: Support::General Support 03-21-2016, 12:07 PM
Replies: 5
Views: 7,477
Posted By NatedogEZ
did you play on Sanctuary with that client? If...

did you play on Sanctuary with that client? If so.. thats why
Forum: Development::Development 03-19-2016, 08:54 PM
Replies: 22
Views: 25,012
Posted By NatedogEZ
I noticed this a lot on live with mana regen.....

I noticed this a lot on live with mana regen.. its super annoying :p
Showing results 51 to 75 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 07:51 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3