Posted October 04, 2018
The newcommer appears only after you show fake badge to the centurion, judging by the file NPC_MDN_Centurion_01.xml:
- <dlgPart>
<portrait />
<speaker_name />
<npc_text>“It’s a fake,” says the centurion, barely glancing at the badge. “Last month, we crucified three men for selling these badges, but I guess people like you make it too tempting for them.”</npc_text>
- <onLoadScripts>
<string>aod.npc_centurion_talkedBadge = true;</string>
<string>dlgRemoveItem(2178, 1);</string>
<string>dlgAddItem(2176, 1);</string>
<string>createByCharMarker("CM_MDN_NewComer");</string>
</onLoadScripts>
- <answers>
- <dlgAnsw>
<text>“Do I even need a badge?”</text>
<def_link>7</def_link>
<checkOnAppear />
<checksOnClick />
<linksOnClick />
<scriptsOnClick />
</dlgAnsw>
</answers>
<UID>1</UID>
</dlgPart>
It was there since ver 0.8.8.0116 (Public Beta R4.3) - Dec, 2013!
- <dlgPart>
<portrait />
<speaker_name />
<npc_text>“It’s a fake,” says the centurion, barely glancing at the badge. “Last month, we crucified three men for selling these badges, but I guess people like you make it too tempting for them.”</npc_text>
- <onLoadScripts>
<string>aod.npc_centurion_talkedBadge = true;</string>
<string>dlgRemoveItem(2178, 1);</string>
<string>dlgAddItem(2176, 1);</string>
<string>createByCharMarker("CM_MDN_NewComer");</string>
</onLoadScripts>
- <answers>
- <dlgAnsw>
<text>“Do I even need a badge?”</text>
<def_link>7</def_link>
<checkOnAppear />
<checksOnClick />
<linksOnClick />
<scriptsOnClick />
</dlgAnsw>
</answers>
<UID>1</UID>
</dlgPart>
It was there since ver 0.8.8.0116 (Public Beta R4.3) - Dec, 2013!
Post edited October 04, 2018 by Sunfire7