Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 35
Search took 0.00 seconds.
Search: Posts Made By: Greyhelm
Forum: Support::Windows Servers 02-21-2015, 03:19 AM
Replies: 8
Views: 2,906
Posted By Greyhelm
Just trying to understand so forgive my iditotic...

Just trying to understand so forgive my iditotic questions.. I assume since I took your advice and commented the rewardentries out. My link errors went away also. Which means my common.lib was never...
Forum: Support::Windows Servers 02-21-2015, 02:25 AM
Replies: 8
Views: 2,906
Posted By Greyhelm
Nevermind you said your passing on the last two...

Nevermind you said your passing on the last two which are the Veteran ones..
Forum: Support::Windows Servers 02-21-2015, 02:23 AM
Replies: 8
Views: 2,906
Posted By Greyhelm
Just curious Uleat, what was the problem in the...

Just curious Uleat, what was the problem in the VeteranReward string? the [0] was supposed to be something else? Or am I totally off the mark.
Forum: Support::Windows Servers 02-21-2015, 02:16 AM
Replies: 8
Views: 2,906
Posted By Greyhelm
Last build I did was the 3rd.. Had no problem...

Last build I did was the 3rd.. Had no problem with that one either. Recompiled it to make sure and 13 Succeed 0 failed.
Forum: Support::Windows Servers 02-21-2015, 12:42 AM
Replies: 8
Views: 2,906
Posted By Greyhelm
Pulling the new git and will compile and let you...

Pulling the new git and will compile and let you know shortly what I get.

Using C-make and MVS Ultimate 2013, 32Bit

102 error C2233: 'entries':arrays of object containing zero-size arrays are...
Forum: Misc::Off Topic 02-20-2015, 10:08 PM
Replies: 1
Views: 3,791
Posted By Greyhelm
Thumbs down To Crash or not to Crash.....

Well that was fun... Figured to do some script exploring on my own instead of asking a whole bunch of questions in the forums and well........

Let's see it started out ok I was getting the hang of...
Forum: Quests::Q&A 02-19-2015, 10:15 PM
Replies: 5
Views: 3,217
Posted By Greyhelm
edited my post.. found it for class check.. I...

edited my post.. found it for class check.. I just didn't use the right syntax for class check. I didn't put the curly brackets. I am still learning things.. In your code once the timer is reached it...
Forum: Quests::Q&A 02-19-2015, 08:04 PM
Replies: 5
Views: 3,217
Posted By Greyhelm
More efficient way to do this routine?

I was wondering if there was a more efficient way to do this.
Also I want to add a class check so that I particular class needs to be in the party or proximity of the trigger. I setup an invisible...
Forum: Quests::Q&A 02-19-2015, 12:44 PM
Replies: 2
Views: 4,012
Posted By Greyhelm
That worked like a charm.. I tried that before...

That worked like a charm.. I tried that before but now I see I was trying $npc->modifynpcstats not quest::modifynpcstats... Thanks!
Forum: Quests::Q&A 02-18-2015, 05:45 PM
Replies: 2
Views: 4,012
Posted By Greyhelm
Making an NPC and Client stop attacking

I have a problem in a script,

sub EVENT_SPAWN{
quest::emote("text");
quest::setnexthpevent(45);
}
sub EVENT_SAY{
if($text=~/text/i){
quest::say("respone");
}
Forum: Quests::need work 02-18-2015, 05:16 PM
Replies: 7
Views: 12,445
Posted By Greyhelm
Thanks, rumagin through the docs for mysql 5.6.21...

Thanks, rumagin through the docs for mysql 5.6.21 came up exactly as that. Or use AUTO_INCREMENT during table creation. Which seems silly if allready built in.. Thanks.
Forum: Quests::need work 02-18-2015, 10:15 AM
Replies: 7
Views: 12,445
Posted By Greyhelm
Is there a way to auto increment an id via query...

Is there a way to auto increment an id via query in mysql? Going to look this up just wondering offtopic if someone knew.
Forum: Quests::need work 02-18-2015, 09:42 AM
Replies: 7
Views: 12,445
Posted By Greyhelm
Thanks! For the heads up. I guess I should...

Thanks! For the heads up. I guess I should probably have waited and complied all this at the end but I am posting as I complete the step and know it works.. Going to update the main quest here soon,...
Forum: Quests::need work 02-18-2015, 08:38 AM
Replies: 7
Views: 12,445
Posted By Greyhelm
Addition of Storm Giant Heart recipe to your...

Addition of Storm Giant Heart recipe to your database.. SQL query. Take into account a new recipe ID number would be as I am using the stock database.. Yours may be different and need to modify it.
...
Forum: Quests::Q&A 02-18-2015, 05:35 AM
Replies: 2
Views: 3,033
Posted By Greyhelm
What is it not doing?

What is it not doing?
Forum: Quests::Plugins & Mods 02-18-2015, 04:56 AM
Replies: 55
Views: 99,351
Posted By Greyhelm
I am having trouble with your zone scaling...

I am having trouble with your zone scaling script.

Debug tells me

[Quests] Use of uninitialized value $qst_npc_50::ScalingLoaded in numeric eq (==) at quests/fhalls/zonecontroller.pl line 54
...
Forum: Quests::need work 02-14-2015, 10:27 PM
Replies: 10
Views: 19,717
Posted By Greyhelm
Understood. I am just learning pretty much from...

Understood. I am just learning pretty much from ground up. This was my try at an instanced zone. Once I get the basics down then I will expand on what I have learned. What better way to know if you...
Forum: Quests::need work 02-13-2015, 07:20 PM
Replies: 10
Views: 19,717
Posted By Greyhelm
Pointless? Maybe.. But you could also say that...

Pointless? Maybe.. But you could also say that about any zone really couldn't you? I mean unless if you are not running your own server that is. With the portent ability to use #giveitem, #level, or...
Forum: Quests::need work 02-13-2015, 04:03 PM
Replies: 10
Views: 19,717
Posted By Greyhelm
New Nideno script adding use of sendto ...

New Nideno script adding use of sendto

##############
# Quest: Expedition: The Forgotten Halls (ZoneID: 998)
# Involved: #Nideno_Eliagy (npcID: 182136)
# Zone: The Forgotten Halls (ZoneID: 998...
Forum: Quests::need work 02-13-2015, 09:55 AM
Replies: 7
Views: 12,445
Posted By Greyhelm
Unable to edit, in spawn2 change second value to...

Unable to edit, in spawn2 change second value to 117986.
Forum: Quests::Q&A 02-12-2015, 01:46 PM
Replies: 4
Views: 5,297
Posted By Greyhelm
Ok I caruised a few posts I say and came across...

Ok I caruised a few posts I say and came across the Hails one. I decided to try it out. I copied it to an NPC with no quest assigned, set his qglobal to 1. Restarted the server. I had one error in...
Forum: Quests::Q&A 02-12-2015, 12:11 PM
Replies: 4
Views: 5,297
Posted By Greyhelm
Will do thanks.

Will do thanks.
Forum: Quests::Q&A 02-12-2015, 11:15 AM
Replies: 4
Views: 5,297
Posted By Greyhelm
Being able to have conditional responses

I looked aorund and either I am not seeing it or I just am searching wrong.. I was looking to see how about doing a conditional reponse for quest characters that have more than one turn-in. Example;...
Forum: Quests::need work 02-12-2015, 06:32 AM
Replies: 7
Views: 12,445
Posted By Greyhelm
Druid Epic 1.5 Pre-Quest

Unfinished but started..

#####################################################################################################################
# Quest: Druid Epic 1.5 Pre-Quest
# Involved:...
Forum: Quests::need work 02-11-2015, 04:19 AM
Replies: 10
Views: 19,717
Posted By Greyhelm
May have jumped in too deep on this one.. Has a...

May have jumped in too deep on this one.. Has a lot more to it then just adding quests.. Custom tables, additions to global_player.pl .. Though Akkadius lays it out pretty well. Have a lot of...
Showing results 1 to 25 of 35

 
Forum Jump
   

All times are GMT -4. The time now is 02:04 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