Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 307
Search took 0.01 seconds; generated 46 minute(s) ago.
Search: Posts Made By: thepoetwarrior
Forum: Quests::Q&A 11-28-2012, 09:02 AM
Replies: 6
Views: 8,757
Posted By thepoetwarrior
Confirmed, its fixed! Thanks Secrets.

Confirmed, its fixed!

Thanks Secrets.
Forum: Quests::Q&A 11-28-2012, 08:07 AM
Replies: 6
Views: 8,757
Posted By thepoetwarrior
Question Qglobal Not Working

Updated source code to Rev2268 (11/28/12) and the last time it was updated before that was 08/28/12.

Everything works fine, except NPCs can no longer see the quest globals. They are used for zone...
Forum: Quests::Q&A 11-20-2012, 02:28 AM
Replies: 7
Afk
Views: 9,185
Posted By thepoetwarrior
I didn't realize sub EVENT_SAY worked in...

I didn't realize sub EVENT_SAY worked in player.pl figured it worked on NPC quest and needed an NPC targetted to work.

Will try that out soon to see if it works. I'm sure we can get create way to...
Forum: Quests::Q&A 11-19-2012, 07:51 PM
Replies: 7
Afk
Views: 9,185
Posted By thepoetwarrior
I already use global_player.pl file recording...

I already use global_player.pl file recording their XYZ and re-checking after timer is up with +/- X distance from previous recorded position, then popup window that if they click yes it cancels and...
Forum: Quests::Q&A 11-19-2012, 10:19 AM
Replies: 11
Views: 11,919
Posted By thepoetwarrior
Now I don't have to list every spell or other...

Now I don't have to list every spell or other methods of getting creative.

The BuffFadeByEffect + list of ids on spdat.h was extremely useful.

Thanks again Trevius!
Forum: Quests::Q&A 11-19-2012, 09:42 AM
Replies: 11
Views: 11,919
Posted By thepoetwarrior
Thanks much! :)

Thanks much! :)
Forum: Quests::Q&A 11-19-2012, 09:19 AM
Replies: 11
Views: 11,919
Posted By thepoetwarrior
I have a mount with extra HP which has a level...

I have a mount with extra HP which has a level required to click / mount, but how would I force the player to get off the mount (no more buff) while doing a delevel quest?
Forum: Quests::Q&A 11-19-2012, 09:08 AM
Replies: 7
Afk
Views: 9,185
Posted By thepoetwarrior
Afk

Looking for some ideas on making Anti AFK possible through quest.

Currently have one that if detected does a pop up window to confirm your still active.

Anyone have some new or fresh ideas?
Forum: Support::General Support 10-15-2012, 05:17 PM
Replies: 10
Views: 7,848
Posted By thepoetwarrior
Underfoot is mainstream on EZ Server. Loads...

Underfoot is mainstream on EZ Server. Loads (zones) quicker than Titanium, and allows more spells / graphics to load.
Forum: Spell Support 10-15-2012, 05:14 PM
Replies: 4
Views: 11,919
Posted By thepoetwarrior
I would like that too.

I would like that too.
Forum: Development::Bug Reports 10-15-2012, 06:34 AM
Replies: 3
Views: 7,698
Posted By thepoetwarrior
Basic concept of scripted boss fight with custom...

Basic concept of scripted boss fight with custom list of spells is making it always hasting itself through a Yaulp type spell that the players need to cancel magic on the NPC to remove. Generally I...
Forum: Development::Bug Reports 10-15-2012, 02:59 AM
Replies: 3
Views: 7,698
Posted By thepoetwarrior
Post Npc Special Atk Code "u"

Seems that using the NPC Special Attack Code 'U' to prevent mob from being 'slowed' is also preventing it from self casting this custom buff I made.

Its probably the haste effect (Slot 9 Inc...
Forum: Support::Windows Servers 08-28-2012, 12:18 PM
Replies: 5
Views: 10,028
Posted By thepoetwarrior
This fixed it for me. I didn't realize it...

This fixed it for me.

I didn't realize it was REQUIRED or else zones will crash immediately after zoning in, esp after hailing an NPC.

I did however add/have a player.pl in the quest/templates...
Forum: Support::Windows Servers 08-28-2012, 07:04 AM
Replies: 10
Views: 11,934
Posted By thepoetwarrior
I've just updated my server source code and...

I've just updated my server source code and database and now quest are not working here either. Also using Perl 5.10
Forum: Spell Support 04-15-2012, 09:52 AM
Replies: 4
Views: 10,043
Posted By thepoetwarrior
Trying to make AoE Rez, but since Rez needs to...

Trying to make AoE Rez, but since Rez needs to target a corpse instead of a live player, is it even possible?
Forum: Support::Windows Servers 04-02-2012, 01:09 PM
Replies: 7
Views: 11,378
Posted By thepoetwarrior
Thanks very much for the information! That is...

Thanks very much for the information! That is what I was looking for :)
Forum: Support::Windows Servers 04-01-2012, 12:01 PM
Replies: 7
Views: 11,378
Posted By thepoetwarrior
In case the info is needed for line numbers, the...

In case the info is needed for line numbers, the revision is current - 2111
Forum: Support::Windows Servers 04-01-2012, 11:54 AM
Replies: 7
Views: 11,378
Posted By thepoetwarrior
Question Compile Problem on 2008 Express

Created a Windows 7 32-bit VM for a test server test edits without having to reboot live server.

After compiling source, I'm getting 4 succeeded 2 failed.

Used Visual C++ 2008 Express on...
Forum: Development::Development 11-19-2011, 02:07 PM
Replies: 4
Views: 16,543
Posted By thepoetwarrior
Question Item Graphics

Would it be possible to add a field in the inventory table so a user can say wield an Epic Weapon, but choose from available graphics via Quest NPC options to change the look of their weapon? This...
Forum: Development::Feature Requests 10-30-2011, 02:14 AM
Replies: 10
Views: 16,069
Posted By thepoetwarrior
I'm trying to think of a safe way to import from...

I'm trying to think of a safe way to import from an updated PEQ database npc and spawngroups without interfering with current custom content.

Maybe some super query or tool? Any ideas?

Yeah,...
Forum: Quests::Q&A 10-29-2011, 01:02 PM
Replies: 22
Views: 20,770
Posted By thepoetwarrior
I have confirmed the global default.pl works in...

I have confirmed the global default.pl works in /quest/ not /quest/templates/

Can you test this on your server maybe? I hate to argue, but its working opposite of what I'm being told.
Forum: Quests::Q&A 10-28-2011, 11:44 PM
Replies: 22
Views: 20,770
Posted By thepoetwarrior
We use the default.pl so players can hail any pet...

We use the default.pl so players can hail any pet in any zone to use their own pet as a buff bot, and manage giving pet items, etc. Works pretty well, with npc < 1000 in the file etc.

For our...
Forum: Quests::Q&A 10-28-2011, 01:08 PM
Replies: 22
Views: 20,770
Posted By thepoetwarrior
Weird issue with default.pl for pets/npcs. ...

Weird issue with default.pl for pets/npcs.

The quest/zonename/default.pl overwrites any other default.pl is is GOOD.

The quest/default.pl only works if there is some dummy default.pl in...
Forum: Development::Feature Requests 10-27-2011, 03:16 PM
Replies: 21
Views: 23,203
Posted By thepoetwarrior
I'd love to log *ALL* chat including private...

I'd love to log *ALL* chat including private tells, to find people exploiting etc.
Forum: Support::Windows Servers 10-24-2011, 11:39 PM
Replies: 21
Views: 23,241
Posted By thepoetwarrior
Awsome! Downloading and Compiling new source code...

Awsome! Downloading and Compiling new source code now. Best stuff ever for EQEMU!
Showing results 76 to 100 of 307

 
Forum Jump
   

All times are GMT -4. The time now is 02:28 AM.


 

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