Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 07-27-2012, 09:30 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by jdoran View Post
I am interested in adding objects to the game dynamically (with the server up). What I would like to do is have a quest create an object only seen by one player (to keep the world from getting cluttered up). A door struck me as a possible solution. There are all sorts of models usable as doors, and I think the collection is sufficient for what I'd like to do.

I see that door information is read in when a zone initializes, but I haven't located where this information is sent to the client. Is there some sort of door packet which could be resent to a client without them zoning?

If that won't work, does anyone have any alternate ideas for me to look into?
Right now yes you can build objects dynamically by using Perl exported objects:

Code:
int16 QuestManager::CreateDoor(const char* model, float x, float y, float z, float heading, int8 opentype, int16 size)
in otherwords:

Code:
quest::CreateDoor(const char* model, float x, float y, float z, float heading, int8 opentype, int16 size)
Right now it is not implemented to only send a packet to a single entity to spawn an object so that would have to be customly made. The source does the iterations through the entity list to send the object packet to every player. You would have to implement separate functions to specify which client to send the packet update to.

So short answer right now, no.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

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