Post by Flerb on Jun 26, 2018 23:46:41 GMT -5
so I have a weird issue as always, I'm trying to create a custom drama_node to initiate a notification and interaction.
I made an override of "dialogDramaNode_SP11_Intro", changed it to run how I want to, and it works and triggers every time! good
When I change the tuningID slightly from 167172 to the unused 167175, it still triggers exactly as it should! good
BUT when I give the xml my own name, instance, and tuning ID it no longer triggers in game...
I have seen other mods initiate custom drama_node dialogues so it is possible.
here's the xml of the working override set to trigger at 2-3pm on sunday (the time in my testgame is 1pm)
I made an override of "dialogDramaNode_SP11_Intro", changed it to run how I want to, and it works and triggers every time! good
When I change the tuningID slightly from 167172 to the unused 167175, it still triggers exactly as it should! good
BUT when I give the xml my own name, instance, and tuning ID it no longer triggers in game...
I have seen other mods initiate custom drama_node dialogues so it is possible.
here's the xml of the working override set to trigger at 2-3pm on sunday (the time in my testgame is 1pm)
<?xml version="1.0" encoding="utf-8"?>
<I c="DialogDramaNode" i="drama_node" m="drama_scheduler.dialog_drama_node" n="dialogDramaNode_SP11_Intro" s="167172">
<E n="cooldown_option">ON_DIALOG_RESPONSE</E>
<V n="dialog_and_loot" t="dialog_ok_cancel">
<U n="dialog_ok_cancel">
<U n="dialog">
<V n="text" t="single">
<T n="single">0xAA26075F</T>
</V>
<T n="text_cancel">0x2A4E6228</T>
<V n="text_tokens" t="enabled">
<U n="enabled">
<L n="tokens">
<V t="participant_type" />
</L>
</U>
</V>
</U>
<L n="on_dialog_complete_loot_list">
<T>18069342355162985661</T>
</L>
</U>
</V>
<U n="min_and_max_times">
<T n="lower_bound">0</T>
<T n="upper_bound">24</T>
</U>
<T n="put_on_permanent_cooldown">True</T>
<V n="scoring" t="disabled" />
<V n="sender_sim_info" t="sim_filter">
<U n="sim_filter">
<T n="sim_filter">27405<!--filter_AdultIsNotBusy--></T>
</U>
</V>
<E n="sender_sim_info_type">INSTANCED_ALLOWED</E>
<V n="time_option" t="schedule">
<U n="schedule">
<L n="valid_times">
<U>
<U n="days_available">
<T n="0 SUNDAY">True</T>
<T n="1 MONDAY">False</T>
<T n="2 TUESDAY">False</T>
<T n="3 WEDNESDAY">False</T>
<T n="4 THURSDAY">False</T>
<T n="5 FRIDAY">False</T>
<T n="6 SATURDAY">False</T>
</U>
<T n="duration">1</T>
<U n="start_time">
<T n="hour">14</T>
</U>
</U>
</L>
</U>
</V>
</I>