<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ezgame.cc/index.php?action=history&amp;feed=atom&amp;title=GW2_Wiki_English_Mirror%3AAsk_a_wiki_question%2FArchive_07</id>
	<title>GW2 Wiki English Mirror:Ask a wiki question/Archive 07 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ezgame.cc/index.php?action=history&amp;feed=atom&amp;title=GW2_Wiki_English_Mirror%3AAsk_a_wiki_question%2FArchive_07"/>
	<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Ask_a_wiki_question/Archive_07&amp;action=history"/>
	<updated>2026-07-17T04:52:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Ask_a_wiki_question/Archive_07&amp;diff=178757&amp;oldid=prev</id>
		<title>imported&gt;Tolkyria: +nowiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Ask_a_wiki_question/Archive_07&amp;diff=178757&amp;oldid=prev"/>
		<updated>2023-01-23T22:07:11Z</updated>

		<summary type="html">&lt;p&gt;+nowiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Archived|Guild Wars 2 Wiki:Ask a wiki question}}&lt;br /&gt;
== Overheard in Tyria ==&lt;br /&gt;
&lt;br /&gt;
What do you think about linking ambient dialogues in the wiki to the entries in [http://talk-of-tyria.tumblr.com/ this] blog? I often feel hearing the voiceover can convey nuances written text can&amp;#039;t. --[[User:Kazerniel|Kazerniel]] ([[User talk:Kazerniel|talk]]) 22:16, 10 March 2018 (UTC)&lt;br /&gt;
:We&amp;#039;ve talked about dumping voiceover dialogue into audio snippets on the wiki. Don&amp;#039;t think we really got anywhere or if there were issues in adding audio snippets to articles. We would do that instead of linking to external websites.--[[User:Relyk|&amp;lt;font color=&amp;quot;darkblue&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Relyk&amp;#039;&amp;#039;&amp;#039;&amp;lt;/font&amp;gt;]] &amp;#039;&amp;#039;&amp;#039;~&amp;#039;&amp;#039;&amp;#039; [[User talk:Relyk|&amp;lt;font color=&amp;quot;darkblue&amp;quot;&amp;gt;talk&amp;lt;/font&amp;gt;]] &amp;lt; 22:58, 10 March 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== to kill ma god ==&lt;br /&gt;
I have tried and tried to kill a god and he uses something when he has had enough and i die every time. what is the blue circles for when fighting him with the little blue dragon ? I don&amp;#039;t have a guild to help so i am trying this. { aries }&lt;br /&gt;
&lt;br /&gt;
:We do have a walkthrough listed on the [[To Kill a God#Walkthrough|To Kill a God article]]. Those blue orbs give you the [[Gift of the Scion]] effect, which offers some protection during the fight; note that they don&amp;#039;t stack in duration, so no need to rapidly grab them. I&amp;#039;m on at odd times, and I&amp;#039;ve only done that fight once, but if you see Greener.6204, feel free to send a whisper my way. [[user talk:Greener|&amp;lt;span style=&amp;quot;font-weight:normal&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:#030&amp;quot;&amp;gt; G R &amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#070&amp;quot;&amp;gt; E E &amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#0B0&amp;quot;&amp;gt; N E &amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#0F0&amp;quot;&amp;gt; R &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;]] 04:55, 23 March 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Widget: Marker map ==&lt;br /&gt;
&lt;br /&gt;
Hi, I tried asking my question on the widget&amp;#039;s &amp;lt;nowiki&amp;gt;[[Widget talk:Marker map| talk page]]&amp;lt;/nowiki&amp;gt;, but maybe here it gets more attention. Is there a way to mark areas with this widget? I don&amp;#039;t really know JavaScript at all, but on the [http://leafletjs.com/examples/quick-start/ Leaflet.js] page there are examples of it. Thanks! --[[User:Kazerniel|kazerniel]] ([[User talk:Kazerniel|talk]]) 12:17, 3 April 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== personal API ==&lt;br /&gt;
&lt;br /&gt;
Is there an option to insert my own API key in preferences to personalize my user page?&lt;br /&gt;
&lt;br /&gt;
== Is there any way to handle button events? ==&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m preparing a new page which is essentially one large table (21 columns and 20 rows).  I would like to allow the user to hide and show whichever columns are desired, to prevent being overwhelmed.  If I were allowed to use javascript, this would be a simple&lt;br /&gt;
      INPUT TYPE=&amp;quot;BUTTON&amp;quot; ONCLICK=&amp;quot;toggleMyColumn(3);&amp;quot; VALUE=&amp;quot;hide this column&amp;quot;&lt;br /&gt;
with&lt;br /&gt;
      script function crack(num) { var x = document.getElementsByClassName(&amp;quot;mycol&amp;quot; + num); for(var i = 0; i &amp;lt; x.length; i++){ x[i].style.display = x[i].style.display == &amp;quot;none&amp;quot; ? &amp;quot;block&amp;quot; : &amp;quot;none&amp;quot;; } } /script&lt;br /&gt;
&lt;br /&gt;
Is there a supported way to do this?&lt;br /&gt;
&lt;br /&gt;
[[User:Rifkin-Witchblood|Rifkin-Witchblood]] ([[User talk:Rifkin-Witchblood|talk]]) 20:40, 28 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Yup! Just add &amp;quot;expandable&amp;quot; to the {{tl|STDT}} template in the first line of the table:&lt;br /&gt;
&amp;lt;pre&amp;gt;{| {{STDT|expandable}}&lt;br /&gt;
! Header&lt;br /&gt;
|-&lt;br /&gt;
| Row 1&lt;br /&gt;
|-&lt;br /&gt;
| Row 2&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:--[[User:Idris|Idris]] ([[User talk:Idris|talk]]) 21:16, 28 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: class=&amp;quot;expandable&amp;quot; / &amp;quot;collapsible&amp;quot; is for table rows rather than columns. I can&amp;#039;t think of many arrangements where a table wouldn&amp;#039;t look better with collapsible columns though to be fair.&lt;br /&gt;
:: it could probably be done with [[mw:Manual:Collapsible elements]] though (a la [[Tyrian royalty family tree]] nodes). -[[User talk:Chieftain Alex|&amp;lt;span style=&amp;quot;font-family:Constantia;color:#D2691E&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Chieftain &amp;#039;&amp;#039;&amp;#039;Alex&amp;lt;/span&amp;gt;]][[File:User Chieftain Alex sig.png|16px|link=User talk:Chieftain Alex]] 21:30, 28 May 2018 (UTC)&lt;br /&gt;
:::Right, sorry, I misread the question. --[[User:Idris|Idris]] ([[User talk:Idris|talk]]) 21:34, 28 May 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Updating Image Infoboxes ==&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;ve uploaded a better quality image for [[Soulless Horror]] but the infobox still shows the previous image and hasn&amp;#039;t updated. I noticed an image request section too, so does that mean my image needs to be approved before it will update to the newer image? [[User:Horus-ra|Horus-ra]] ([[User talk:Horus-ra|talk]]) 11:38, 17 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
: There&amp;#039;s two things here.&lt;br /&gt;
:# The &amp;quot;image update note&amp;quot; is just a template. I&amp;#039;ve [https://wiki.guildwars2.com/index.php?title=File:Soulless_Horror.jpg&amp;amp;diff=1686505 removed it], and anyone can feel free to remove these templates after uploading different images or if you believe the template no longer applies.&lt;br /&gt;
:# In order to get the most recent image to display for other users, you can click on the &amp;quot;Refresh&amp;quot; tab on [[:File:Soulless Horror.jpg|the image page]] (this clears the server side cache). You may also have to clear your own (browser) cache for the file by doing something along the lines of {{key|CTRL}}+{{key|F5}}. If that doesn&amp;#039;t work/you can&amp;#039;t be bothered, waiting 24 hours usually fixes it too.&lt;br /&gt;
: -[[User talk:Chieftain Alex|&amp;lt;span style=&amp;quot;font-family:Constantia;color:#D2691E&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Chieftain &amp;#039;&amp;#039;&amp;#039;Alex&amp;lt;/span&amp;gt;]][[File:User Chieftain Alex sig.png|16px|link=User talk:Chieftain Alex]] 11:49, 17 June 2018 (UTC)&lt;br /&gt;
::Thanks, Chieftain Alex! I&amp;#039;ve tried refreshing and clearing cache but now it just shows a broken link. Damn, think I messed up somewhere. [[User:Horus-ra|Horus-ra]] ([[User talk:Horus-ra|talk]]) 11:58, 17 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: It&amp;#039;s working fine on my end. I think it&amp;#039;s just your local cache. -[[User talk:Chieftain Alex|&amp;lt;span style=&amp;quot;font-family:Constantia;color:#D2691E&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Chieftain &amp;#039;&amp;#039;&amp;#039;Alex&amp;lt;/span&amp;gt;]][[File:User Chieftain Alex sig.png|16px|link=User talk:Chieftain Alex]] 14:31, 17 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Yeah it was, I&amp;#039;ve sorted it all out now. [[User:Horus-ra|Horus-ra]] ([[User talk:Horus-ra|talk]]) 14:32, 17 June 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Associate old contributions to my new account? ==&lt;br /&gt;
&lt;br /&gt;
Hi, I previously made a handful of edits before creating an account. Is there any way to associate my contributions that were logged to my IP address &amp;quot;account&amp;quot; to my newly created actual account? Not a big deal but I would like to keep track of what I&amp;#039;ve already done. [[User:Puccino|Puccino]] ([[User talk:Puccino|talk]]) 05:56, 30 July 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Sadly there is no way to assign IP contributions to an account. You could just link to [[Special:Contributions/24.60.62.241]] from your userpage though. -[[User talk:Chieftain Alex|&amp;lt;span style=&amp;quot;font-family:Constantia;color:#D2691E&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Chieftain &amp;#039;&amp;#039;&amp;#039;Alex&amp;lt;/span&amp;gt;]][[File:User Chieftain Alex sig.png|16px|link=User talk:Chieftain Alex]] 17:01, 30 July 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Making a category? ==&lt;br /&gt;
&lt;br /&gt;
How do I make a category? Specifically Category:Onyx Lion weapons and Category:Gold Lion weapons. --[[User:Paw|Paw]] ([[User talk:Paw|talk]]) 09:24, 8 August 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
: You just create a page with the name &amp;quot;Category:Onyx Lion weapons&amp;quot; and that&amp;#039;s it basically. :) [[File:User_Incarnazeus_Signature.png|link=User:Incarnazeus]][[User talk:Incarnazeus|&amp;#039;&amp;#039;talk&amp;#039;&amp;#039;]] 09:28, 8 August 2018 (UTC)&lt;br /&gt;
::With the content being &amp;lt;nowiki&amp;gt;Category:Weapon sets&amp;lt;/nowiki&amp;gt;, to add it to the other weapon set categories. —[[User talk:Ventriloquist|&amp;lt;span style=&amp;quot;font-family:Geneva; color:black; font-weight:normal&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;V&amp;#039;&amp;#039;&amp;#039;entriloquist&amp;lt;/span&amp;gt;]] 09:39, 8 August 2018 (UTC)&lt;br /&gt;
:::Thank you! --[[User:Paw|Paw]] ([[User talk:Paw|talk]]) 10:14, 8 August 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Living World Season 2/3 Complete Pack prices ==&lt;br /&gt;
&lt;br /&gt;
*The regular price of [[Living World Season 2 Complete Pack]] is 1280 gems, as listed on the page.&lt;br /&gt;
*On the [[Anni Sale]] page this was edited from the 1280 gems I originally wrote to 1600 gems. However, that must be wrong, since a single episode costs 200 gems, Season 2 has 8 episodes, 8*200 = 1600, and the Complete Pack offers a 20% reduction over purchasing the episodes individually, which would cost 1600 gems, so the Complete Pack should cost 1280 gems. Unless the wiki is wrong on that.&lt;br /&gt;
*The [https://www.guildwars2.com/en/news/pass-the-time-with-anniversary-sales-and-new-fashions/ sale announcement] did indeed claim a 50% reduction of the price for the pack. However if the reduced sale price listed on [[Anni Sale]] at 800 gems is correct, then the price for the pack has not been reduced by 50%, but &amp;quot;merely&amp;quot; by 37.5% (since (1-0.375)*1280 = 800). The 50% reduction would then be &amp;quot;compared to purchasing the episodes individually&amp;quot; instead of &amp;quot;compared to purchasing the pack outside the sale&amp;quot;.&lt;br /&gt;
*The same problem might be true for the [[Living World Season 3 Complete Pack]].&lt;br /&gt;
So, what I would like to ask, is if someone who does not own any of the LWS2 or LWS3 episodes could check the prices in the gem store. --[[User:Paw|Paw]] ([[User talk:Paw|talk]]) 09:50, 9 August 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mount Maelstrom Insight: Volcanic Rim ==&lt;br /&gt;
{{moved|to|[[Talk:Mount Maelstrom Insight: Volcanic Rim]]}}&lt;br /&gt;
&lt;br /&gt;
== Chat ==&lt;br /&gt;
&lt;br /&gt;
When will my characters be able to chat - been off chat now for 4/5 weeks - have asked on bug report - no reply.&lt;br /&gt;
Eric 4206&lt;br /&gt;
:Hi, this is the place to ask wiki-related questions, not in-game ones, such as yours. You&amp;#039;ve asked on a &amp;#039;bug report&amp;#039;, but have you tried sending in a ticket to support? You can reach them via the &amp;#039;support&amp;#039; button in the top left corner. —[[User talk:Ventriloquist|&amp;lt;span style=&amp;quot;font-family:Geneva; color:black; font-weight:normal&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;V&amp;#039;&amp;#039;&amp;#039;entriloquist&amp;lt;/span&amp;gt;]] 10:03, 7 September 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Minor edits? ==&lt;br /&gt;
&lt;br /&gt;
This is more like a wiki culture question - why do some editors mark every edit they do, regardless of size, as minor? For ages I missed a lot of changes on my watchlist due to this :/ I thought minor changes were for typos and such, not actual content changes. --&amp;amp;nbsp;[[User:Kazerniel|kazerniel]] ([[User talk:Kazerniel|talk]]) 09:25, 17 September 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Hard to say, really. I personally never mark anything as minor, even minor edits. There&amp;#039;s a setting in your preferences where you can set all your edits as minor by default, maybe some people have that one ticked. In your case, you can tick the option to always show minor edits in your watchlist though. [[File:User_Incarnazeus_Signature.png|link=User:Incarnazeus]][[User talk:Incarnazeus|&amp;#039;&amp;#039;talk&amp;#039;&amp;#039;]] 09:48, 17 September 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Thanks, I ended up doing that. I guess it would help if there was a policy about what counts as minor change to make it more unified through the editor community. Wikipedia seems to have such a [https://en.wikipedia.org/wiki/Help:Minor_edit policy] in place. --&amp;amp;nbsp;[[User:Kazerniel|kazerniel]] ([[User talk:Kazerniel|talk]]) 10:00, 17 September 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: Good idea. I&amp;#039;ve added some information about it on the wiki FAQ, but adding it to &amp;lt;nowiki&amp;gt;[[Help:An introduction to editing]]&amp;lt;/nowiki&amp;gt; and/or creating a new article isn&amp;#039;t bad either. I&amp;#039;m a bit pressed for time right now, but will look into it later if no one else beats me to it. [[File:User_Incarnazeus_Signature.png|link=User:Incarnazeus]][[User talk:Incarnazeus|&amp;#039;&amp;#039;talk&amp;#039;&amp;#039;]] 10:49, 17 September 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Template:Mystic Forge * text ==&lt;br /&gt;
&lt;br /&gt;
I modified the template to include a new recipe to generate superior runes/sigils, but it is showing up for major pages when it&amp;#039;s not applicable.  Is there a way to if-else the new bullet point to only apply to the superior versions?  --[[User:Choco-muffin|Choco-muffin]] ([[User talk:Choco-muffin|talk]]) 18:39, 15 November 2018 (UTC)&lt;br /&gt;
: &amp;lt;s&amp;gt;I suggest we undo your changes, and instead document the recipe on [[Rune]] instead like so: https://wiki.guildwars2.com/index.php?title=Rune&amp;amp;type=revision&amp;amp;diff=1775237&amp;amp;oldid=1775163&amp;lt;/s&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Recipe&lt;br /&gt;
| name = Berserker&amp;#039;s Orichalcum Sage-Stuffed Sapphire&lt;br /&gt;
| source = mystic forge&lt;br /&gt;
| ingredient1 = 10 Pile of Lucent Crystal&lt;br /&gt;
| ingredient2 = 1 Charm of Brilliance&lt;br /&gt;
| ingredient3 = 1 Charm of Potence&lt;br /&gt;
| ingredient4 = 1 Charm of Skill&lt;br /&gt;
| id = 1234&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: &amp;lt;s&amp;gt;If we do something similar for Sigils too, then it&amp;#039;ll appear in {{tl|recipe list}} which is already on the charm pages.&amp;lt;/s&amp;gt; -[[User talk:Chieftain Alex|&amp;lt;span style=&amp;quot;font-family:Constantia;color:#D2691E&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Chieftain &amp;#039;&amp;#039;&amp;#039;Alex&amp;lt;/span&amp;gt;]][[File:User Chieftain Alex sig.png|16px|link=User talk:Chieftain Alex]] 18:50, 15 November 2018 (UTC)&lt;br /&gt;
:: Actually no, you&amp;#039;re right your solution is better. -[[User talk:Chieftain Alex|&amp;lt;span style=&amp;quot;font-family:Constantia;color:#D2691E&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Chieftain &amp;#039;&amp;#039;&amp;#039;Alex&amp;lt;/span&amp;gt;]][[File:User Chieftain Alex sig.png|16px|link=User talk:Chieftain Alex]] 19:06, 15 November 2018 (UTC)&lt;br /&gt;
:::Thanks for the fix &amp;amp; updates! --[[User:Choco-muffin|Choco-muffin]] ([[User talk:Choco-muffin|talk]]) 19:42, 15 November 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== having trouble ==&lt;br /&gt;
trying to log into my account!just bought the game from gs ! they text me the code but I keep getting a pop up saying I need to be an administrative user? can anyone point me in the right direction. &amp;lt;small&amp;gt;—&amp;#039;&amp;#039;The preceding [[Help:Signatures|unsigned]] comment was added by&amp;#039;&amp;#039; [[Special:Contributions/Jymstr6|Jymstr6]] ([[User talk:Jymstr6|talk]]) at 21:17, 30 November 2018 (UTC).&amp;lt;/small&amp;gt;&lt;br /&gt;
:Sounds a bit out of my league, but I would suggest that you log into your computer as an administrator: https://support.microsoft.com/en-ca/help/14028/windows-7-how-log-on-as-an-administrator . [[user talk:Greener|&amp;lt;span style=&amp;quot;font-weight:normal&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:#030&amp;quot;&amp;gt; G R &amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#070&amp;quot;&amp;gt; E E &amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#0B0&amp;quot;&amp;gt; N E &amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#0F0&amp;quot;&amp;gt; R &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;]] 06:06, 1 December 2018 (UTC)&lt;br /&gt;
::If you are the admin of your machine, you can also right click your game icon and select &amp;quot;Launch as administrator&amp;quot;. That being said, GW2 does not need to be in admin mode unless you are telling it to install in an admin only directory. If admin is an issue, try saving the game in a local directory like `.../myDocuments/GuildWars2/` -[[User_talk:Darqam|&amp;lt;span style=&amp;#039;color:#CC1E0A;&amp;#039;&amp;gt;D&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#881406;&amp;#039;&amp;gt;a&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#440A03;&amp;#039;&amp;gt;r&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#000000;&amp;#039;&amp;gt;q&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#440A03;&amp;#039;&amp;gt;a&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#881406;&amp;#039;&amp;gt;m&amp;lt;/span&amp;gt;]] 08:15, 1 December 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Character Pictures ==&lt;br /&gt;
More of a curiosity than anything else, but why don&amp;#039;t we use cutscene/dialogue pics for character pages? As a rule of thumb in game design, the model textures used for cutscenes are more detailed than the textures intended for iterative rendering during gameplay, so they would be higher quality images. I realize this wouldn&amp;#039;t work for all characters (like background NPC&amp;#039;s because they don&amp;#039;t show up in cutscenes), but for main characters/villians, it&amp;#039;s a resource we aren&amp;#039;t availing ourselves of. [[User:Skybax94|Skybax94]] ([[User talk:Skybax94|talk]]) 06:45, 1 December 2018 (UTC)&lt;br /&gt;
: I&amp;#039;m going off memory here so this may be incorrect or incomplete. From what I remember, : - no cut scene pics due to no forward facing, which would be odd to have some images profile and some others at other angles. &lt;br /&gt;
- Cutsenes do not offer a full body picture which was desired&lt;br /&gt;
- Anet may hate consistency, but we don&amp;#039;t&lt;br /&gt;
: So yeah, I can see why one would want cutscene images, and I could argue to have them present in a gallery section for that npc, but as the main image it currently is not wanted (not to say that can&amp;#039;t change). -[[User_talk:Darqam|&amp;lt;span style=&amp;#039;color:#CC1E0A;&amp;#039;&amp;gt;D&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#881406;&amp;#039;&amp;gt;a&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#440A03;&amp;#039;&amp;gt;r&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#000000;&amp;#039;&amp;gt;q&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#440A03;&amp;#039;&amp;gt;a&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;#039;color:#881406;&amp;#039;&amp;gt;m&amp;lt;/span&amp;gt;]] 09:14, 1 December 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
{{Archived|Guild Wars 2 Wiki:Ask a wiki question}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Tolkyria</name></author>
	</entry>
</feed>