NPC Outfits and custom NPC MM request system - Printable Version +- WoW Freedom (https://wowfreedom-rp.com/f) +-- Forum: News & Updates (https://wowfreedom-rp.com/f/forumdisplay.php?fid=53) +--- Forum: Development and Staff Updates (https://wowfreedom-rp.com/f/forumdisplay.php?fid=5) +---- Forum: Suggestions (https://wowfreedom-rp.com/f/forumdisplay.php?fid=8) +---- Thread: NPC Outfits and custom NPC MM request system (/showthread.php?tid=2539) |
NPC Outfits and custom NPC MM request system - Azeroc - 08-30-2016 Changes Proposed
NPC Outfits and custom NPC MM request system - 33Vikings - 08-30-2016 <blockquote class='quote_blockquote'><dl><dt>Quote:</dt><dd> </dd></dl><div>[ Planned ] Make NPC outfit functionality / make it possible to gear NPCs with armor. Notes: Uses mirror image mechanics. Implementation examples will be taken from this: [url="https://github.com/Rochet2/TrinityCore/tree/dressnpcs_6.x/src/server/scripts/Custom/DressNPCs"><s>https://github.com/Rochet2/TrinityCore/ ... /DressNPCs">https://github.com/Rochet2/TrinityCore/tree/dressnpcs_6.x/src/server/scripts/Custom/DressNPCs[/url][/quote] Okay, so if we were to do this, could we dress something with an inaccessible native model (I.E., Naga or Vrykul), gear them up, then take their display ID and use it for a custom player morph? NPC Outfits and custom NPC MM request system - Azeroc - 08-31-2016 <blockquote class='quote_blockquote'><dl><dt>33Vikings</dt><dd>Aug 30 2016, 07:01:43 PM</dd></dl><div><blockquote class='quote_blockquote'><dl><dt>Quote:</dt><dd> </dd></dl><div>[ Planned ] Make NPC outfit functionality / make it possible to gear NPCs with armor. Notes: Uses mirror image mechanics. Implementation examples will be taken from this: [url="https://github.com/Rochet2/TrinityCore/tree/dressnpcs_6.x/src/server/scripts/Custom/DressNPCs"><s>https://github.com/Rochet2/TrinityCore/ ... /DressNPCs">https://github.com/Rochet2/TrinityCore/tree/dressnpcs_6.x/src/server/scripts/Custom/DressNPCs[/url][/quote] Okay, so if we were to do this, could we dress something with an inaccessible native model (I.E., Naga or Vrykul), gear them up, then take their display ID and use it for a custom player morph?[/quote]I get what you mean but if you were to just to morph into some display id you will not retain target's mirror image stuff, you'll just morph into its normal form - display id will not change if they have mirror image data set. If it is possible to gear non-humanoid creatures such as naga or tuskarr through this outfitting, then I'll probably gonna implement an advanced morph command what will also take mirror image data from the target creature and not just display id or something along those lines, so people can gear their non-humanoid characters. Also, I plan to implemented this after I am done with ticket system implementation. So it could take a while, especially since my uni starts next week. |