Lobito Posted March 9, 2023 Share Posted March 9, 2023 i have a few things that trigger when i get a gift sub/ raid/ bit donations. It used to work perfectly until last week. Not a lot really changed except me adding a spawn to the pp menu. We have been franticly searching what is going on and brought it back to the " allow custom events" not showing up in options. It could have been a update that i missed which cleaned out the files? so i reuploaded the backup but that did nothing. adding the <!-- and --> then later removing those did nothing. There does not seem to be anything wrong with it. Anybody knows how to solve this issue? Forum will not allow me to attach the xml files so i am just copy pasting the twitchevents.xml <twitch_events> <!-- Bit Events event_title - The title that shows in chat when the event fires. event_name - The game event that is activated. sp_add_amount - The amount of special points added when this is activated. (Bits already add SP by default based on number of bits.) pp_add_amount - The amount of pimp points added when this is activated. (Bits already add SP by default based on number of bits.) start_amount - The minimum amount to start the event. end_amount - The maximum amount to start the event. safe_allowed - If it's allowed to be used in safe zone, if not it queues. cooldown_allowed - If it's allowed to be used during cooldown, if not it queues. vote_allowed - If it's allowed to be used during vote event, if not it queues. pimp_pot_add - Adds the amount to the pimp pot. --> <bit_event event_title="Demo Bits" event_name="spawn_demo" start_amount="200" end_amount="999" safe_allowed="false" cooldown_allowed="false" vote_allowed="false" pimp_pot_add="10" /> <!-- <bit_event event_title="Grace Bits" event_name="spawn_grace" start_amount="1000" --> <!-- safe_allowed="false" cooldown_allowed="false" vote_allowed="false" pimp_pot_add="20" /> --> <!-- Sub Events event_title - The title that shows in chat when the event fires. event_name - The game event that is activated. sp_add_amount - The amount of special points added when this is activated. (Subs already add SP by default based on number of subs.) pp_add_amount - The amount of pimp points added when this is activated. (Subs already add SP by default based on number of subs.) start_amount - The minimum amount of months you've been subbed to start the event. end_amount - The maximum amount of months you've been subbed to start the event. safe_allowed - If it's allowed to be used in safe zone, if not it queues. cooldown_allowed - If it's allowed to be used during cooldown, if not it queues. vote_allowed - If it's allowed to be used during vote event, if not it queues. pimp_pot_add - Adds the amount to the pimp pot. --> <sub_event event_title="Zombie Sub" event_name="spawn_horde3" start_amount="0" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" pimp_pot_add="3" /> <!-- Gift Sub Events event_title - The title that shows in chat when the event fires. event_name - The game event that is activated. sp_add_amount - The amount of special points added when this is activated. (Gift Subs already add SP by default based on number of subs.) pp_add_amount - The amount of pimp points added when this is activated. (Gift Subs already add SP by default based on number of subs.) start_amount - The minimum amount of subs gifted to start the event. end_amount - The maximum amount of subs gifted to start the event. safe_allowed - If it's allowed to be used in safe zone, if not it queues. cooldown_allowed - If it's allowed to be used during cooldown, if not it queues. vote_allowed - If it's allowed to be used during vote event, if not it queues. pimp_pot_add - Adds the amount to the pimp pot. --> <gift_sub_event event_title="Gifted zombie Sub" event_name="spawn_Wightsub1" start_amount="1" end_amount="1" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" /> <gift_sub_event event_title="Gifted zombie Sub" event_name="spawn_Wightsub2" start_amount="2" end_amount="2" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" /> <gift_sub_event event_title="Gifted zombie Sub" event_name="spawn_Wightsub3" start_amount="3" end_amount="3" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" /> <gift_sub_event event_title="Gifted zombie Sub" event_name="spawn_Wightsub4" start_amount="4" end_amount="4" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" /> <gift_sub_event event_title="Gifted zombie Sub" event_name="spawn_Wightsub5" start_amount="5" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" /> <!-- Channel Point Events channel_point_title - The title of the channel point redemption. event_title - The title that shows in chat when the event fires. event_name - The game event that is activated. sp_add_amount - The amount of special points added when this is activated. pp_add_amount - The amount of pimp points added when this is activated. safe_allowed - If it's allowed to be used in safe zone, if not it queues. cooldown_allowed - If it's allowed to be used during cooldown, if not it queues. vote_allowed - If it's allowed to be used during vote event, if not it queues. pimp_pot_add - Adds the amount to the pimp pot. --> <!-- <channel_point_event channel_point_title="Redeem PP" event_title="Channel Point PP" pp_add_amount="1000" /> --> <!-- <channel_point_event channel_point_title="Vulture" event_title="Channel Point Vulture" event_name="spawn_vulture" --> <!-- safe_allowed="false" cooldown_allowed="false" vote_allowed="false" pimp_pot_add="3" /> --> <!-- Raid Events event_title - The title that shows in chat when the event fires. event_name - The game event that is activated. start_amount - The minimum amount of viewers to start the event. end_amount - The maximum amount of viewers to start the event. sp_add_amount - The amount of special points added when this is activated. pp_add_amount - The amount of pimp points added when this is activated. safe_allowed - If it's allowed to be used in safe zone, if not it queues. cooldown_allowed - If it's allowed to be used during cooldown, if not it queues. vote_allowed - If it's allowed to be used during vote event, if not it queues. pimp_pot_add - Adds the amount to the pimp pot. --> <raid_event event_title="Village raid" event_name="spawn_horde7" start_amount="3" end_amount="7" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" pimp_pot_add="1000" sp_add_amount="1000" /> <raid_event event_title="Village raid maxi" event_name="spawn_horde15" start_amount="8" end_amount="25" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" pimp_pot_add="1000" sp_add_amount="1000" /> <raid_event event_title="Village raid super" event_name="spawn_horde35" start_amount="26" safe_allowed="true" cooldown_allowed="true" vote_allowed="true" pimp_pot_add="1000" sp_add_amount="1000" /> </twitch_events> Link to comment Share on other sites More sharing options...
Lobito Posted March 19, 2023 Author Share Posted March 19, 2023 Update: just in case it might help someone. i changed the server files but not the local files. TI uses the local files, once i saved in that folder. it worked again 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now