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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-09-2015, 12:56 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default Placeable Brazier

Anyone seen a brazier graphic, meaning a placeable object. I guess with things like tents, fire pits there should be an old school object that is a brazier in the game.
Reply With Quote
  #2  
Old 11-09-2015, 01:44 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Nevermind, they are actually all over the place. If you do a query in your doors table, just do a like on the word "braz"
Reply With Quote
  #3  
Old 11-09-2015, 02:29 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Yeah, the only complication involved is making sure the model is available in the zone you're using it in, either via the .eqg, the _obj.s3d, or globalload.
Reply With Quote
  #4  
Old 11-09-2015, 03:32 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Question shendare, if the model I want to use is lets say in ecommons and I wanted to use it in qey2hh1 is that possible? I see from reading some people say to just edit your zone's asset file. That is not working for me.
Reply With Quote
  #5  
Old 11-09-2015, 03:35 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Yeah, I'm not sure with which client the individual asset import .txt support was added in. For the most part, using an object in zones other than the one it's defined in has required adding it to globalload. This works fine for *_obj.s3d archives, but can cause some collisions between similarly named objects in .eqg files (obj_bridge from one zone.eqg will overwrite obj_bridge from another if both are loaded in memory at the same time).
Reply With Quote
  #6  
Old 11-09-2015, 03:40 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Wow, well that worked. I hate to mess with the globalload but as time moves on I just will have to
Reply With Quote
  #7  
Old 11-09-2015, 03:49 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Yeah. With the compartmentalized system they use in EQ for asset management, it's really your only alternative unless you want to try to build your own .s3d/.wld file importing the individual needed fragments from the other's .wld, and there are no tools for that, I don't think.
Reply With Quote
  #8  
Old 11-09-2015, 04:06 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Not necessary. I just want people to being to interface with the object itself. Not sure if you can trade items to an object on the ground but I will find out.
Reply With Quote
  #9  
Old 11-09-2015, 04:09 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

You would make it a tradeskill object, I'm pretty sure. They would click on the object and it would open up a container window. They insert their items and click Combine, and the server would process it like a tradeskill recipe combine.

You can user Perl to script what happens when the combine is performed, to do whatever special quest-related stuff you want to do. I don't remember the event right offhand, but I do remember seeing one. It'll probably be something like EVENT_TRADESKILL_COMBINE.
Reply With Quote
  #10  
Old 11-09-2015, 04:09 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

There's a particular container type for quest-related combines. Don't remember it off-hand, either, but it would be the most appropriate one.
Reply With Quote
  #11  
Old 11-09-2015, 04:11 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Yeah strange thing when I change it from 0 to one of the types, lets say a research container, the graphic goes down to a bag. When I say 0, I mean type "none".
Reply With Quote
  #12  
Old 11-09-2015, 04:39 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Well this is interesting, I figured it out. If the type is NONE, or 0 you do not have to have _ACTORDEF at the end. If it is a container you have to have _ACTORDEF in there. Nice little tidbit.
Reply With Quote
  #13  
Old 11-09-2015, 04:53 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I see you can create a door via quest and looks like possibly ground spawns but not objects. Hmmm, not a deal breaker but may take some thought.
Reply With Quote
  #14  
Old 11-09-2015, 05:19 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Tradeskill objects of Type 0 are handled specially. Type 0 is never used in-game for zone-interactable objects (it's the type for small bags in a character's inventory, I think), so a few years back I commandeered it for being able to place non-interactive static object models in a zone. It sends them as doors, with a door id of -1/255 and no scripting behind them.

And doors do not use the _ACTORDEF portion of the model name. I was sure I had coded in the type0object->door logic to remove _ACTORDEF if it came across it, but maybe it was just _DMSPRITEDEF, which people were using more often than _ACTORDEF for some reason back then.

I need to take a good look at that code and make sure it's still working perfectly with any changes that have been made to doors, objects, or entity lists since... 2009 or so. lol
Reply With Quote
Reply


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 03:25 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3