Java Version: 21.0.3
Up-time: 10m
Denizen Version: Core: 1.91.0-SNAPSHOT (Build 1395), Spigot: 1.3.1-SNAPSHOT (build 7134-DEV)
Script Containers: 389, Events: 131
Last reload: 15s ago
Server Version: Paper version 1.21.4-126-fb5b173 (MC: 1.21.4)
Active Plugins (40): LuckPerms: 5.4.153, Vault: 1.7.3-b131, WorldEdit: 7.3.10+7004-768a436, PlaceholderAPI: 2.11.6,
ProtocolLib: 5.3.0-SNAPSHOT-723, WorldGuard: 7.0.13-beta-2+5c4848b, Multiverse-Core: 4.3.1-b861,
DecentHolograms: 2.8.12, Citizens: 2.0.37-SNAPSHOT (build 3710), SCore: 5.24.8.28,
nightcore: 2.7.3, Denizen: 1.3.1-SNAPSHOT (build 7134-DEV), Sentinel: 2.9.2-SNAPSHOT (build 528),
Essentials: 2.21.0-dev+166-fb6edc0, zHead: 1.4, WorldGuardExtraFlags: 4.2.4-SNAPSHOT,
TAB: 4.1.6, SpawnJoin: 0.6, SpawnJoin-Reloaded: 1.0.0, RealScoreboard: 1.4.4,
MultiverseHub: 1.0, Multiverse-Portals: 4.2.3, Multiverse-Inventories: 4.2.6,
MLib: 0.0.3, LimitCrafting: 5.2, ItemframeSnipper: 1.0.0, ItemEdit: 3.6.3,
ImageFrame: 1.7.14.0, HoloMobHealth: 2.3.12.0, HealthManager2: 2.0, Hat: 1.5.0,
GuiEngine: 1.4.3, FancyHolograms: 2.4.2, Fadah: 2.7.1, ExcellentCrates: 5.3.5,
Depenizen: 2.1.1 (build 873), CitizensGUI: 1.12, BlockRegen: 3.20.1, BeautyQuests: 1.0.4,
AxiomPaper: 4.0.2
Loaded Worlds (4): world, world_nether, world_the_end, Zwrune
Online Players (1): Flazockt(Flazockt)
Total Players Ever: 6 (6 normal)
Mode: online
Depenizen Bridges loaded (6): LuckPerms, WorldEdit, Sentinel, Essentials, PlaceholderAPI, WorldGuard
19:58:48 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:48 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6112_BerlinSubstantial' with NPC '720/Penguin Warrior LVL:13'...
19:58:48 +- Queue 'COMBAT_XP_SCRIPT32_6112_BerlinSubstantial' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:48 +> Executing 'IF': use_braces='true'
19:58:48 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6112_BerlinSubstantial' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:48 Additional Error Info: Tag-base 'context' returned null.
19:58:48 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:48 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:48 Comparing if context.damager.type EQUALS player ... false
19:58:48 No part of the if command passed, no block will run.
19:58:48 Completing queue 'COMBAT_XP_SCRIPT32_6112_BerlinSubstantial' in 3ms.
19:58:49 Running script event 'DeltaTime', event='on delta time secondly' for script 'CUSTOM_PFLANZEN_PARTIKEL'
19:58:49 Starting InstantQueue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists'...
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 13) foreach <server.online_players> as:p ---------+
19:58:49 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:49 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 14) if <[p].flag[mana]> > <[p].flag[max_mana]> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[p].flag[mana]> with '111'.
19:58:49 Filled tag <[p].flag[max_mana]> with '111'.
19:58:49 Comparing if 111 MORE 111 ... false
19:58:49 No part of the if command passed, no block will run.
19:58:49 +- Foreach loop complete ---------+
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 16) foreach <server.npcs_flagged[drops_farming_xp]> as:pf ---------+
19:58:49 Filled tag <server.npcs_flagged[drops_farming_xp]> with 'li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)'.
19:58:49 +> Executing 'FOREACH': list='li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)' as='pf'
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:49 Filled tag <[pf].location.above[1]> with '[email protected], 144, -338.5, 0, 359.791992, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 144, -338.5, 0, 359.791992, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:49 +- Foreach loop 2 ---------+
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:49 Filled tag <[pf].location.above[1]> with '[email protected], 162, -310.5, 0, 271.427002, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 162, -310.5, 0, 271.427002, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:49 +- Foreach loop 3 ---------+
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:49 Filled tag <[pf].location.above[1]> with '[email protected], 86, -179.5, 0, 257.074219, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 86, -179.5, 0, 257.074219, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:49 +- Foreach loop 4 ---------+
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:49 Filled tag <[pf].location.above[1]> with '[email protected], 84, -159.5, 0, 359.865509, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -159.5, 0, 359.865509, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:49 +- Foreach loop 5 ---------+
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:49 Filled tag <[pf].location.above[1]> with '[email protected], 84, -187.5, 0, 165.563507, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -187.5, 0, 165.563507, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:49 +- Foreach loop 6 ---------+
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:49 Filled tag <[pf].location.above[1]> with '[email protected], 84, -179.5, 0, 315.369293, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -179.5, 0, 315.369293, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:49 +- Foreach loop 7 ---------+
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:49 Filled tag <[pf].location.above[1]> with '[email protected], 85, -171.5, 0, 40.118198, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 85, -171.5, 0, 40.118198, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:49 +- Foreach loop 8 ---------+
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:49 Filled tag <[pf].location.above[1]> with '[email protected], 87, -196.5, 0, 95.243401, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 87, -196.5, 0, 95.243401, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:49 +- Foreach loop complete ---------+
19:58:49 Completing queue 'CUSTOM_PFLANZEN_PARTIKEL_6113_FirewallDentists' in 6ms.
19:58:49 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANA_PARTIKEL'
19:58:49 Starting InstantQueue 'MANA_PARTIKEL_6114_New2pcMisterGank'...
19:58:49 +- Queue 'MANA_PARTIKEL_6114_New2pcMisterGank' Executing: (line 31) foreach <server.npcs_flagged[mana_partikel]> as:pf ---------+
19:58:49 Filled tag <server.npcs_flagged[mana_partikel]> with 'li@ (Size 1): n@821 (manapartikle)'.
19:58:49 +> Executing 'FOREACH': list='li@ (Size 1): n@821 (manapartikle)' as='pf'
19:58:49 +- Queue 'MANA_PARTIKEL_6114_New2pcMisterGank' Executing: (line 32) if <[pf].is_spawned> ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 Filled tag <[pf].is_spawned> with 'true'.
19:58:49 If command passed, running block.
19:58:49 +- Queue 'MANA_PARTIKEL_6114_New2pcMisterGank' Executing: (line 33) playeffect at:<[pf].location> effect:dust_color_transition special_data:2|<&b>|<&9> offset:3 quantity:20 ---------+
19:58:49 Filled tag <[pf].location> with '[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune'.
19:58:49 +> Executing 'PLAYEFFECT': special effect='DUST_COLOR_TRANSITION' locations='[[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune]' radius='15' data='0' quantity='20' offset='l@3, 3, 3' special_data='2||'
19:58:49 +- Foreach loop complete ---------+
19:58:49 Completing queue 'MANA_PARTIKEL_6114_New2pcMisterGank' in 1ms.
19:58:49 Running script event 'DeltaTime', event='on delta time secondly' for script 'LOOT_PARTIKEL'
19:58:49 Starting InstantQueue 'LOOT_PARTIKEL_6115_AccordanceGreetings'...
19:58:49 +- Queue 'LOOT_PARTIKEL_6115_AccordanceGreetings' Executing: (line 38) foreach <server.npcs_flagged[loot]> as:pfa ---------+
19:58:49 Filled tag <server.npcs_flagged[loot]> with 'li@ (Size 0)'.
19:58:49 +> Executing 'FOREACH': list='li@ (Size 0)' as='pfa'
19:58:49 Empty list, not looping...
19:58:49 Completing queue 'LOOT_PARTIKEL_6115_AccordanceGreetings' in 0ms.
19:58:49 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANAREG'
19:58:49 Starting InstantQueue 'MANAREG_6119_HoldsLaboratories'...
19:58:49 +- Queue 'MANAREG_6119_HoldsLaboratories' Executing: (line 115) foreach <server.online_players> as:p ---------+
19:58:49 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:49 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:49 +- Queue 'MANAREG_6119_HoldsLaboratories' Executing: (line 116) define max_mana <[p].flag[max_mana].if_null[100]> ---------+
19:58:49 Filled tag <[p].flag[max_mana].if_null[100]> with '111'.
19:58:49 +> Executing 'DEFINE': Queue='q@MANAREG_6119_HoldsLaboratories' definition='max_mana' value='111'
19:58:49 +- Queue 'MANAREG_6119_HoldsLaboratories' Executing: (line 117) flag <[p]> mana:++ if:<[p].flag[mana].if_null[0].is_less_than[<[max_mana]>]> ---------+
19:58:49 Filled tag <[p].flag[mana].if_null[0].is_less_than[111]> with 'false'.
19:58:49 'if:' arg returned false, command won't run.
19:58:49 +- Foreach loop complete ---------+
19:58:49 Completing queue 'MANAREG_6119_HoldsLaboratories' in 0ms.
19:58:49 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:49 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6120_Andarius68Blast' with NPC '720/Penguin Warrior LVL:13'...
19:58:49 +- Queue 'COMBAT_XP_SCRIPT32_6120_Andarius68Blast' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6120_Andarius68Blast' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:49 Additional Error Info: Tag-base 'context' returned null.
19:58:49 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:49 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:49 Comparing if context.damager.type EQUALS player ... false
19:58:49 No part of the if command passed, no block will run.
19:58:49 Completing queue 'COMBAT_XP_SCRIPT32_6120_Andarius68Blast' in 2ms.
19:58:49 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:49 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6121_CleanerToolbar' with NPC '720/Penguin Warrior LVL:13'...
19:58:49 +- Queue 'COMBAT_XP_SCRIPT32_6121_CleanerToolbar' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:49 +> Executing 'IF': use_braces='true'
19:58:49 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6121_CleanerToolbar' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:49 Additional Error Info: Tag-base 'context' returned null.
19:58:49 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:49 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:49 Comparing if context.damager.type EQUALS player ... false
19:58:49 No part of the if command passed, no block will run.
19:58:49 Completing queue 'COMBAT_XP_SCRIPT32_6121_CleanerToolbar' in 2ms.
19:58:50 Running script event 'DeltaTime', event='on delta time secondly' for script 'CUSTOM_PFLANZEN_PARTIKEL'
19:58:50 Starting InstantQueue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming'...
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 13) foreach <server.online_players> as:p ---------+
19:58:50 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:50 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 14) if <[p].flag[mana]> > <[p].flag[max_mana]> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[p].flag[mana]> with '111'.
19:58:50 Filled tag <[p].flag[max_mana]> with '111'.
19:58:50 Comparing if 111 MORE 111 ... false
19:58:50 No part of the if command passed, no block will run.
19:58:50 +- Foreach loop complete ---------+
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 16) foreach <server.npcs_flagged[drops_farming_xp]> as:pf ---------+
19:58:50 Filled tag <server.npcs_flagged[drops_farming_xp]> with 'li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)'.
19:58:50 +> Executing 'FOREACH': list='li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)' as='pf'
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:50 Filled tag <[pf].location.above[1]> with '[email protected], 144, -338.5, 0, 359.791992, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 144, -338.5, 0, 359.791992, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:50 +- Foreach loop 2 ---------+
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:50 Filled tag <[pf].location.above[1]> with '[email protected], 162, -310.5, 0, 271.427002, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 162, -310.5, 0, 271.427002, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:50 +- Foreach loop 3 ---------+
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:50 Filled tag <[pf].location.above[1]> with '[email protected], 86, -179.5, 0, 257.074219, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 86, -179.5, 0, 257.074219, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:50 +- Foreach loop 4 ---------+
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:50 Filled tag <[pf].location.above[1]> with '[email protected], 84, -159.5, 0, 359.865509, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -159.5, 0, 359.865509, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:50 +- Foreach loop 5 ---------+
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:50 Filled tag <[pf].location.above[1]> with '[email protected], 84, -187.5, 0, 165.563507, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -187.5, 0, 165.563507, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:50 +- Foreach loop 6 ---------+
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:50 Filled tag <[pf].location.above[1]> with '[email protected], 84, -179.5, 0, 315.369293, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -179.5, 0, 315.369293, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:50 +- Foreach loop 7 ---------+
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:50 Filled tag <[pf].location.above[1]> with '[email protected], 85, -171.5, 0, 40.118198, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 85, -171.5, 0, 40.118198, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:50 +- Foreach loop 8 ---------+
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:50 Filled tag <[pf].location.above[1]> with '[email protected], 87, -196.5, 0, 95.243401, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 87, -196.5, 0, 95.243401, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:50 +- Foreach loop complete ---------+
19:58:50 Completing queue 'CUSTOM_PFLANZEN_PARTIKEL_6122_MatureWarming' in 7ms.
19:58:50 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANA_PARTIKEL'
19:58:50 Starting InstantQueue 'MANA_PARTIKEL_6123_VolunteerCitizens'...
19:58:50 +- Queue 'MANA_PARTIKEL_6123_VolunteerCitizens' Executing: (line 31) foreach <server.npcs_flagged[mana_partikel]> as:pf ---------+
19:58:50 Filled tag <server.npcs_flagged[mana_partikel]> with 'li@ (Size 1): n@821 (manapartikle)'.
19:58:50 +> Executing 'FOREACH': list='li@ (Size 1): n@821 (manapartikle)' as='pf'
19:58:50 +- Queue 'MANA_PARTIKEL_6123_VolunteerCitizens' Executing: (line 32) if <[pf].is_spawned> ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 Filled tag <[pf].is_spawned> with 'true'.
19:58:50 If command passed, running block.
19:58:50 +- Queue 'MANA_PARTIKEL_6123_VolunteerCitizens' Executing: (line 33) playeffect at:<[pf].location> effect:dust_color_transition special_data:2|<&b>|<&9> offset:3 quantity:20 ---------+
19:58:50 Filled tag <[pf].location> with '[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune'.
19:58:50 +> Executing 'PLAYEFFECT': special effect='DUST_COLOR_TRANSITION' locations='[[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune]' radius='15' data='0' quantity='20' offset='l@3, 3, 3' special_data='2||'
19:58:50 +- Foreach loop complete ---------+
19:58:50 Completing queue 'MANA_PARTIKEL_6123_VolunteerCitizens' in 0ms.
19:58:50 Running script event 'DeltaTime', event='on delta time secondly' for script 'LOOT_PARTIKEL'
19:58:50 Starting InstantQueue 'LOOT_PARTIKEL_6124_ChargedDes'...
19:58:50 +- Queue 'LOOT_PARTIKEL_6124_ChargedDes' Executing: (line 38) foreach <server.npcs_flagged[loot]> as:pfa ---------+
19:58:50 Filled tag <server.npcs_flagged[loot]> with 'li@ (Size 0)'.
19:58:50 +> Executing 'FOREACH': list='li@ (Size 0)' as='pfa'
19:58:50 Empty list, not looping...
19:58:50 Completing queue 'LOOT_PARTIKEL_6124_ChargedDes' in 0ms.
19:58:50 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANAREG'
19:58:50 Starting InstantQueue 'MANAREG_6128_FranchiseCe'...
19:58:50 +- Queue 'MANAREG_6128_FranchiseCe' Executing: (line 115) foreach <server.online_players> as:p ---------+
19:58:50 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:50 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:50 +- Queue 'MANAREG_6128_FranchiseCe' Executing: (line 116) define max_mana <[p].flag[max_mana].if_null[100]> ---------+
19:58:50 Filled tag <[p].flag[max_mana].if_null[100]> with '111'.
19:58:50 +> Executing 'DEFINE': Queue='q@MANAREG_6128_FranchiseCe' definition='max_mana' value='111'
19:58:50 +- Queue 'MANAREG_6128_FranchiseCe' Executing: (line 117) flag <[p]> mana:++ if:<[p].flag[mana].if_null[0].is_less_than[<[max_mana]>]> ---------+
19:58:50 Filled tag <[p].flag[mana].if_null[0].is_less_than[111]> with 'false'.
19:58:50 'if:' arg returned false, command won't run.
19:58:50 +- Foreach loop complete ---------+
19:58:50 Completing queue 'MANAREG_6128_FranchiseCe' in 0ms.
19:58:50 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:50 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6129_IsraelSurvive' with NPC '720/Penguin Warrior LVL:13'...
19:58:50 +- Queue 'COMBAT_XP_SCRIPT32_6129_IsraelSurvive' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6129_IsraelSurvive' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:50 Additional Error Info: Tag-base 'context' returned null.
19:58:50 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:50 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:50 Comparing if context.damager.type EQUALS player ... false
19:58:50 No part of the if command passed, no block will run.
19:58:50 Completing queue 'COMBAT_XP_SCRIPT32_6129_IsraelSurvive' in 1ms.
19:58:50 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:50 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6130_KenHorrible' with NPC '720/Penguin Warrior LVL:13'...
19:58:50 +- Queue 'COMBAT_XP_SCRIPT32_6130_KenHorrible' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:50 +> Executing 'IF': use_braces='true'
19:58:50 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6130_KenHorrible' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:50 Additional Error Info: Tag-base 'context' returned null.
19:58:50 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:50 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:50 Comparing if context.damager.type EQUALS player ... false
19:58:50 No part of the if command passed, no block will run.
19:58:50 Completing queue 'COMBAT_XP_SCRIPT32_6130_KenHorrible' in 2ms.
19:58:51 Running script event 'DeltaTime', event='on delta time secondly' for script 'CUSTOM_PFLANZEN_PARTIKEL'
19:58:51 Starting InstantQueue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson'...
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 13) foreach <server.online_players> as:p ---------+
19:58:51 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:51 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 14) if <[p].flag[mana]> > <[p].flag[max_mana]> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[p].flag[mana]> with '111'.
19:58:51 Filled tag <[p].flag[max_mana]> with '111'.
19:58:51 Comparing if 111 MORE 111 ... false
19:58:51 No part of the if command passed, no block will run.
19:58:51 +- Foreach loop complete ---------+
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 16) foreach <server.npcs_flagged[drops_farming_xp]> as:pf ---------+
19:58:51 Filled tag <server.npcs_flagged[drops_farming_xp]> with 'li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)'.
19:58:51 +> Executing 'FOREACH': list='li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)' as='pf'
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:51 Filled tag <[pf].location.above[1]> with '[email protected], 144, -338.5, 0, 359.791992, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 144, -338.5, 0, 359.791992, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:51 +- Foreach loop 2 ---------+
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:51 Filled tag <[pf].location.above[1]> with '[email protected], 162, -310.5, 0, 271.427002, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 162, -310.5, 0, 271.427002, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:51 +- Foreach loop 3 ---------+
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:51 Filled tag <[pf].location.above[1]> with '[email protected], 86, -179.5, 0, 257.074219, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 86, -179.5, 0, 257.074219, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:51 +- Foreach loop 4 ---------+
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:51 Filled tag <[pf].location.above[1]> with '[email protected], 84, -159.5, 0, 359.865509, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -159.5, 0, 359.865509, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:51 +- Foreach loop 5 ---------+
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:51 Filled tag <[pf].location.above[1]> with '[email protected], 84, -187.5, 0, 165.563507, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -187.5, 0, 165.563507, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:51 +- Foreach loop 6 ---------+
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:51 Filled tag <[pf].location.above[1]> with '[email protected], 84, -179.5, 0, 315.369293, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -179.5, 0, 315.369293, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:51 +- Foreach loop 7 ---------+
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:51 Filled tag <[pf].location.above[1]> with '[email protected], 85, -171.5, 0, 40.118198, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 85, -171.5, 0, 40.118198, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:51 +- Foreach loop 8 ---------+
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:51 Filled tag <[pf].location.above[1]> with '[email protected], 87, -196.5, 0, 95.243401, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 87, -196.5, 0, 95.243401, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:51 +- Foreach loop complete ---------+
19:58:51 Completing queue 'CUSTOM_PFLANZEN_PARTIKEL_6131_PenaltiesNelson' in 20ms.
19:58:51 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANA_PARTIKEL'
19:58:51 Starting InstantQueue 'MANA_PARTIKEL_6132_FundamentalMarriott'...
19:58:51 +- Queue 'MANA_PARTIKEL_6132_FundamentalMarriott' Executing: (line 31) foreach <server.npcs_flagged[mana_partikel]> as:pf ---------+
19:58:51 Filled tag <server.npcs_flagged[mana_partikel]> with 'li@ (Size 1): n@821 (manapartikle)'.
19:58:51 +> Executing 'FOREACH': list='li@ (Size 1): n@821 (manapartikle)' as='pf'
19:58:51 +- Queue 'MANA_PARTIKEL_6132_FundamentalMarriott' Executing: (line 32) if <[pf].is_spawned> ---------+
19:58:51 +> Executing 'IF': use_braces='true'
19:58:51 Filled tag <[pf].is_spawned> with 'true'.
19:58:51 If command passed, running block.
19:58:51 +- Queue 'MANA_PARTIKEL_6132_FundamentalMarriott' Executing: (line 33) playeffect at:<[pf].location> effect:dust_color_transition special_data:2|<&b>|<&9> offset:3 quantity:20 ---------+
19:58:51 Filled tag <[pf].location> with '[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune'.
19:58:51 +> Executing 'PLAYEFFECT': special effect='DUST_COLOR_TRANSITION' locations='[[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune]' radius='15' data='0' quantity='20' offset='l@3, 3, 3' special_data='2||'
19:58:51 +- Foreach loop complete ---------+
19:58:51 Completing queue 'MANA_PARTIKEL_6132_FundamentalMarriott' in 2ms.
19:58:51 Running script event 'DeltaTime', event='on delta time secondly' for script 'LOOT_PARTIKEL'
19:58:51 Starting InstantQueue 'LOOT_PARTIKEL_6133_IncentivesWriter'...
19:58:51 +- Queue 'LOOT_PARTIKEL_6133_IncentivesWriter' Executing: (line 38) foreach <server.npcs_flagged[loot]> as:pfa ---------+
19:58:51 Filled tag <server.npcs_flagged[loot]> with 'li@ (Size 0)'.
19:58:51 +> Executing 'FOREACH': list='li@ (Size 0)' as='pfa'
19:58:51 Empty list, not looping...
19:58:51 Completing queue 'LOOT_PARTIKEL_6133_IncentivesWriter' in 0ms.
19:58:51 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANAREG'
19:58:51 Starting InstantQueue 'MANAREG_6137_RearArbor'...
19:58:51 +- Queue 'MANAREG_6137_RearArbor' Executing: (line 115) foreach <server.online_players> as:p ---------+
19:58:51 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:51 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:51 +- Queue 'MANAREG_6137_RearArbor' Executing: (line 116) define max_mana <[p].flag[max_mana].if_null[100]> ---------+
19:58:51 Filled tag <[p].flag[max_mana].if_null[100]> with '111'.
19:58:51 +> Executing 'DEFINE': Queue='q@MANAREG_6137_RearArbor' definition='max_mana' value='111'
19:58:51 +- Queue 'MANAREG_6137_RearArbor' Executing: (line 117) flag <[p]> mana:++ if:<[p].flag[mana].if_null[0].is_less_than[<[max_mana]>]> ---------+
19:58:51 Filled tag <[p].flag[mana].if_null[0].is_less_than[111]> with 'false'.
19:58:51 'if:' arg returned false, command won't run.
19:58:51 +- Foreach loop complete ---------+
19:58:51 Completing queue 'MANAREG_6137_RearArbor' in 0ms.
19:58:52 Running script event 'DeltaTime', event='on delta time secondly' for script 'CUSTOM_PFLANZEN_PARTIKEL'
19:58:52 Starting InstantQueue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi'...
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 13) foreach <server.online_players> as:p ---------+
19:58:52 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:52 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 14) if <[p].flag[mana]> > <[p].flag[max_mana]> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[p].flag[mana]> with '111'.
19:58:52 Filled tag <[p].flag[max_mana]> with '111'.
19:58:52 Comparing if 111 MORE 111 ... false
19:58:52 No part of the if command passed, no block will run.
19:58:52 +- Foreach loop complete ---------+
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 16) foreach <server.npcs_flagged[drops_farming_xp]> as:pf ---------+
19:58:52 Filled tag <server.npcs_flagged[drops_farming_xp]> with 'li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)'.
19:58:52 +> Executing 'FOREACH': list='li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)' as='pf'
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:52 Filled tag <[pf].location.above[1]> with '[email protected], 144, -338.5, 0, 359.791992, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 144, -338.5, 0, 359.791992, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:52 +- Foreach loop 2 ---------+
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:52 Filled tag <[pf].location.above[1]> with '[email protected], 162, -310.5, 0, 271.427002, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 162, -310.5, 0, 271.427002, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:52 +- Foreach loop 3 ---------+
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:52 Filled tag <[pf].location.above[1]> with '[email protected], 86, -179.5, 0, 257.074219, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 86, -179.5, 0, 257.074219, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:52 +- Foreach loop 4 ---------+
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:52 Filled tag <[pf].location.above[1]> with '[email protected], 84, -159.5, 0, 359.865509, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -159.5, 0, 359.865509, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:52 +- Foreach loop 5 ---------+
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:52 Filled tag <[pf].location.above[1]> with '[email protected], 84, -187.5, 0, 165.563507, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -187.5, 0, 165.563507, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:52 +- Foreach loop 6 ---------+
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:52 Filled tag <[pf].location.above[1]> with '[email protected], 84, -179.5, 0, 315.369293, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -179.5, 0, 315.369293, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:52 +- Foreach loop 7 ---------+
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:52 Filled tag <[pf].location.above[1]> with '[email protected], 85, -171.5, 0, 40.118198, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 85, -171.5, 0, 40.118198, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:52 +- Foreach loop 8 ---------+
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:52 Filled tag <[pf].location.above[1]> with '[email protected], 87, -196.5, 0, 95.243401, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 87, -196.5, 0, 95.243401, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:52 +- Foreach loop complete ---------+
19:58:52 Completing queue 'CUSTOM_PFLANZEN_PARTIKEL_6138_WilliamsWifi' in 7ms.
19:58:52 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANA_PARTIKEL'
19:58:52 Starting InstantQueue 'MANA_PARTIKEL_6139_0TickStability'...
19:58:52 +- Queue 'MANA_PARTIKEL_6139_0TickStability' Executing: (line 31) foreach <server.npcs_flagged[mana_partikel]> as:pf ---------+
19:58:52 Filled tag <server.npcs_flagged[mana_partikel]> with 'li@ (Size 1): n@821 (manapartikle)'.
19:58:52 +> Executing 'FOREACH': list='li@ (Size 1): n@821 (manapartikle)' as='pf'
19:58:52 +- Queue 'MANA_PARTIKEL_6139_0TickStability' Executing: (line 32) if <[pf].is_spawned> ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 Filled tag <[pf].is_spawned> with 'true'.
19:58:52 If command passed, running block.
19:58:52 +- Queue 'MANA_PARTIKEL_6139_0TickStability' Executing: (line 33) playeffect at:<[pf].location> effect:dust_color_transition special_data:2|<&b>|<&9> offset:3 quantity:20 ---------+
19:58:52 Filled tag <[pf].location> with '[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune'.
19:58:52 +> Executing 'PLAYEFFECT': special effect='DUST_COLOR_TRANSITION' locations='[[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune]' radius='15' data='0' quantity='20' offset='l@3, 3, 3' special_data='2||'
19:58:52 +- Foreach loop complete ---------+
19:58:52 Completing queue 'MANA_PARTIKEL_6139_0TickStability' in 0ms.
19:58:52 Running script event 'DeltaTime', event='on delta time secondly' for script 'LOOT_PARTIKEL'
19:58:52 Starting InstantQueue 'LOOT_PARTIKEL_6140_MiscellaneousMu'...
19:58:52 +- Queue 'LOOT_PARTIKEL_6140_MiscellaneousMu' Executing: (line 38) foreach <server.npcs_flagged[loot]> as:pfa ---------+
19:58:52 Filled tag <server.npcs_flagged[loot]> with 'li@ (Size 0)'.
19:58:52 +> Executing 'FOREACH': list='li@ (Size 0)' as='pfa'
19:58:52 Empty list, not looping...
19:58:52 Completing queue 'LOOT_PARTIKEL_6140_MiscellaneousMu' in 0ms.
19:58:52 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANAREG'
19:58:52 Starting InstantQueue 'MANAREG_6144_TotallyShows'...
19:58:52 +- Queue 'MANAREG_6144_TotallyShows' Executing: (line 115) foreach <server.online_players> as:p ---------+
19:58:52 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:52 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:52 +- Queue 'MANAREG_6144_TotallyShows' Executing: (line 116) define max_mana <[p].flag[max_mana].if_null[100]> ---------+
19:58:52 Filled tag <[p].flag[max_mana].if_null[100]> with '111'.
19:58:52 +> Executing 'DEFINE': Queue='q@MANAREG_6144_TotallyShows' definition='max_mana' value='111'
19:58:52 +- Queue 'MANAREG_6144_TotallyShows' Executing: (line 117) flag <[p]> mana:++ if:<[p].flag[mana].if_null[0].is_less_than[<[max_mana]>]> ---------+
19:58:52 Filled tag <[p].flag[mana].if_null[0].is_less_than[111]> with 'false'.
19:58:52 'if:' arg returned false, command won't run.
19:58:52 +- Foreach loop complete ---------+
19:58:52 Completing queue 'MANAREG_6144_TotallyShows' in 0ms.
19:58:52 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:52 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6145_GiLanding' with NPC '720/Penguin Warrior LVL:13'...
19:58:52 +- Queue 'COMBAT_XP_SCRIPT32_6145_GiLanding' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6145_GiLanding' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:52 Additional Error Info: Tag-base 'context' returned null.
19:58:52 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:52 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:52 Comparing if context.damager.type EQUALS player ... false
19:58:52 No part of the if command passed, no block will run.
19:58:52 Completing queue 'COMBAT_XP_SCRIPT32_6145_GiLanding' in 2ms.
19:58:52 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:52 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6146_LayPen' with NPC '720/Penguin Warrior LVL:13'...
19:58:52 +- Queue 'COMBAT_XP_SCRIPT32_6146_LayPen' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:52 +> Executing 'IF': use_braces='true'
19:58:52 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6146_LayPen' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:52 Additional Error Info: Tag-base 'context' returned null.
19:58:52 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:52 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:52 Comparing if context.damager.type EQUALS player ... false
19:58:52 No part of the if command passed, no block will run.
19:58:52 Completing queue 'COMBAT_XP_SCRIPT32_6146_LayPen' in 1ms.
19:58:53 Running script event 'DeltaTime', event='on delta time secondly' for script 'CUSTOM_PFLANZEN_PARTIKEL'
19:58:53 Starting InstantQueue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky'...
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 13) foreach <server.online_players> as:p ---------+
19:58:53 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 14) if <[p].flag[mana]> > <[p].flag[max_mana]> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[p].flag[mana]> with '111'.
19:58:53 Filled tag <[p].flag[max_mana]> with '111'.
19:58:53 Comparing if 111 MORE 111 ... false
19:58:53 No part of the if command passed, no block will run.
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 16) foreach <server.npcs_flagged[drops_farming_xp]> as:pf ---------+
19:58:53 Filled tag <server.npcs_flagged[drops_farming_xp]> with 'li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)' as='pf'
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:53 Filled tag <[pf].location.above[1]> with '[email protected], 144, -338.5, 0, 359.791992, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 144, -338.5, 0, 359.791992, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:53 Filled tag <[pf].location.above[1]> with '[email protected], 162, -310.5, 0, 271.427002, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 162, -310.5, 0, 271.427002, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:53 Filled tag <[pf].location.above[1]> with '[email protected], 86, -179.5, 0, 257.074219, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 86, -179.5, 0, 257.074219, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:53 Filled tag <[pf].location.above[1]> with '[email protected], 84, -159.5, 0, 359.865509, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -159.5, 0, 359.865509, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:53 Filled tag <[pf].location.above[1]> with '[email protected], 84, -187.5, 0, 165.563507, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -187.5, 0, 165.563507, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:53 +- Foreach loop 6 ---------+
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:53 Filled tag <[pf].location.above[1]> with '[email protected], 84, -179.5, 0, 315.369293, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -179.5, 0, 315.369293, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:53 +- Foreach loop 7 ---------+
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:53 Filled tag <[pf].location.above[1]> with '[email protected], 85, -171.5, 0, 40.118198, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 85, -171.5, 0, 40.118198, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:53 +- Foreach loop 8 ---------+
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:53 Filled tag <[pf].location.above[1]> with '[email protected], 87, -196.5, 0, 95.243401, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 87, -196.5, 0, 95.243401, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:53 +- Foreach loop complete ---------+
19:58:53 Completing queue 'CUSTOM_PFLANZEN_PARTIKEL_6147_MozillaRicky' in 6ms.
19:58:53 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANA_PARTIKEL'
19:58:53 Starting InstantQueue 'MANA_PARTIKEL_6148_JordanLink'...
19:58:53 +- Queue 'MANA_PARTIKEL_6148_JordanLink' Executing: (line 31) foreach <server.npcs_flagged[mana_partikel]> as:pf ---------+
19:58:53 Filled tag <server.npcs_flagged[mana_partikel]> with 'li@ (Size 1): n@821 (manapartikle)'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 1): n@821 (manapartikle)' as='pf'
19:58:53 +- Queue 'MANA_PARTIKEL_6148_JordanLink' Executing: (line 32) if <[pf].is_spawned> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 Filled tag <[pf].is_spawned> with 'true'.
19:58:53 If command passed, running block.
19:58:53 +- Queue 'MANA_PARTIKEL_6148_JordanLink' Executing: (line 33) playeffect at:<[pf].location> effect:dust_color_transition special_data:2|<&b>|<&9> offset:3 quantity:20 ---------+
19:58:53 Filled tag <[pf].location> with '[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune'.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST_COLOR_TRANSITION' locations='[[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune]' radius='15' data='0' quantity='20' offset='l@3, 3, 3' special_data='2||'
19:58:53 +- Foreach loop complete ---------+
19:58:53 Completing queue 'MANA_PARTIKEL_6148_JordanLink' in 1ms.
19:58:53 Running script event 'DeltaTime', event='on delta time secondly' for script 'LOOT_PARTIKEL'
19:58:53 Starting InstantQueue 'LOOT_PARTIKEL_6149_NicaraguaCotton'...
19:58:53 +- Queue 'LOOT_PARTIKEL_6149_NicaraguaCotton' Executing: (line 38) foreach <server.npcs_flagged[loot]> as:pfa ---------+
19:58:53 Filled tag <server.npcs_flagged[loot]> with 'li@ (Size 0)'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 0)' as='pfa'
19:58:53 Empty list, not looping...
19:58:53 Completing queue 'LOOT_PARTIKEL_6149_NicaraguaCotton' in 0ms.
19:58:53 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANAREG'
19:58:53 Starting InstantQueue 'MANAREG_6153_WirelessAnger'...
19:58:53 +- Queue 'MANAREG_6153_WirelessAnger' Executing: (line 115) foreach <server.online_players> as:p ---------+
19:58:53 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:53 +- Queue 'MANAREG_6153_WirelessAnger' Executing: (line 116) define max_mana <[p].flag[max_mana].if_null[100]> ---------+
19:58:53 Filled tag <[p].flag[max_mana].if_null[100]> with '111'.
19:58:53 +> Executing 'DEFINE': Queue='q@MANAREG_6153_WirelessAnger' definition='max_mana' value='111'
19:58:53 +- Queue 'MANAREG_6153_WirelessAnger' Executing: (line 117) flag <[p]> mana:++ if:<[p].flag[mana].if_null[0].is_less_than[<[max_mana]>]> ---------+
19:58:53 Filled tag <[p].flag[mana].if_null[0].is_less_than[111]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Foreach loop complete ---------+
19:58:53 Completing queue 'MANAREG_6153_WirelessAnger' in 0ms.
19:58:53 Starting InstantQueue 'EXCOMMAND_6154_BridgeClosed' with player 'Flazockt'...
19:58:53 +- Queue 'EXCOMMAND_6154_BridgeClosed' Executing: (line 1) run FIREWYVERNSPAWNTEST ---------+
19:58:53 +> Executing 'RUN': script='s@firewyvernspawntest (TASK)'
19:58:53 Starting InstantQueue 'FIREWYVERNSPAWNTEST_6155_GradeImpacts' with player 'Flazockt'...
19:58:53 +- Queue 'FIREWYVERNSPAWNTEST_6155_GradeImpacts' Executing: (line 208) create firewyvernmob 1234 <player.location> save:43132a ---------+
19:58:53 ...remembering this script entry as '43132a'!
19:58:53 Adjust mechanism 'set_protected' on object of type 'EntityTag'...
19:58:53 Filled tag <player.location> with '[email protected], 90, 20.517021848364116, 26.550095, 298.963501, Zwrune'.
19:58:53 +> Executing 'CREATE': name='1234' entity_type='e@FIREWYVERNMOB[set_protected = false ]' spawn_location='[email protected], 90, 20.517021848364116, 26.550095, 298.963501, Zwrune'
19:58:53 Adjust mechanism 'set_protected' on object of type 'NPCTag'...
19:58:53 +- Queue 'FIREWYVERNSPAWNTEST_6155_GradeImpacts' Executing: (line 209) define fire <entry[43132a].spawned_npc> ---------+
19:58:53 ERROR in script 'firewyvernspawntest' in queue 'FIREWYVERNSPAWNTEST_6155_GradeImpacts' while executing command 'DEFINE' in file '\scripts\mobs.dsc' on line '209' with player 'Flazockt'!
Error Message: Invalid saved entry ID '43132a.spawned_npc'
19:58:53 Additional Error Info: Tag-base 'entry' returned null.
19:58:53 Additional Error Info: Tag <entry[43132a].spawned_npc> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'spawned_npc' for tag <entry[43132a].spawned_npc>!
19:58:53 +> Executing 'DEFINE': Queue='q@FIREWYVERNSPAWNTEST_6155_GradeImpacts' definition='fire' value='entry[43132a].spawned_npc'
19:58:53 +- Queue 'FIREWYVERNSPAWNTEST_6155_GradeImpacts' Executing: (line 210) assignment add firewyvern npc:<[fire]> ---------+
19:58:53 ...replacing the linked NPC with <[fire]>
19:58:53 Filled tag <[fire]> with 'entry[43132a].spawned_npc'.
19:58:53 ERROR in script 'firewyvernspawntest' in queue 'FIREWYVERNSPAWNTEST_6155_GradeImpacts' while executing command 'ASSIGNMENT' in file '\scripts\mobs.dsc' on line '210' with player 'Flazockt'!
Error Message: entry[43132a].spawned_npc is an invalid NPC!
19:58:53 Additional Error Info: Woah! Invalid arguments were specified!
This command requires a linked NPC!
19:58:53 +> [CommandExecutor] Usage: assignment [set/add/remove/clear] (script:<name>) (to:<npc>|...)
19:58:53 +> [CommandExecutor] (Attempted: ASSIGNMENT add firewyvern npc:<[fire]>)
19:58:53 +---------------------+
19:58:53 Completing queue 'FIREWYVERNSPAWNTEST_6155_GradeImpacts' in 6ms.
19:58:53 Completing queue 'EXCOMMAND_6154_BridgeClosed' in 7ms.
19:58:53 Running script event 'NPCSpawn', event='after npc spawns' for script 'NPCSPAWN'
19:58:53 Starting InstantQueue 'NPCSPAWN_6156_BlessedDanny' with NPC '1062/1234'...
19:58:53 +- Queue 'NPCSPAWN_6156_BlessedDanny' Executing: (line 5) if <context.npc.has_trait[sentinel]> ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 ERROR in script 'npcspawn' in queue 'NPCSPAWN_6156_BlessedDanny' while executing command 'IF' in file '\scripts\mobs.dsc' on line '5' with NPC 'n@1062 (1234)'!
Error Message: Invalid context ID 'npc'!
19:58:53 Additional Error Info: Tag-base 'context' returned null.
19:58:53 Additional Error Info: Tag <context.npc.has_trait[sentinel]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.npc.has_trait[sentinel]' for tag <context.npc.has_trait[sentinel]>!
19:58:53 If command passed, running block.
19:58:53 +- Queue 'NPCSPAWN_6156_BlessedDanny' Executing: (line 6) run riftnpc ---------+
19:58:53 +> Executing 'RUN': script='s@riftnpc (TASK)'
19:58:53 Starting InstantQueue 'RIFTNPC_6157_OvernightAdministrators' with NPC '1062/1234'...
19:58:53 +- Queue 'RIFTNPC_6157_OvernightAdministrators' Executing: (line 455) define data <script.data_key[data]> ---------+
19:58:53 Filled tag <script.data_key[data]> with 'map@[color = #b71cff; dur = 15; points = 5; rays = 5; maxRotate = 60; maxSize = 1]'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFTNPC_6157_OvernightAdministrators' definition='data' value='map@[color = #b71cff; dur = 15; points = 5; rays = 5; maxRotate = 60; maxSize = 1]'
19:58:53 +- Queue 'RIFTNPC_6157_OvernightAdministrators' Executing: (line 456) define atPlayer <npc.location> ---------+
19:58:53 Filled tag <npc.location> with '[email protected], 90, 20.517021848364116, 26.550095, 298.963501, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFTNPC_6157_OvernightAdministrators' definition='atplayer' value='[email protected], 90, 20.517021848364116, 26.550095, 298.963501, Zwrune'
19:58:53 +- Queue 'RIFTNPC_6157_OvernightAdministrators' Executing: (line 457) repeat <[rays]||<[data].get[rays]>> ---------+
19:58:53 Filled tag <[rays]||<[data].get[rays]>> with '5'.
19:58:53 +> Executing 'repeat': from='1' times='5' as_name='value'
19:58:53 +- Queue 'RIFTNPC_6157_OvernightAdministrators' Executing: (line 458) run rift def.loc:<[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> def.dur:<[dur]||<[data].get[dur]>> def.color:<[color]||<[data].get[color]>> def.points:<[points]||<[data].get[points]>>
def.maxRotate:<[maxRotate]||<[data].get[maxRotate]>> def.maxSize:<[maxSize]||<[data].get[maxSize]>> path:spawn ---------+
19:58:53 Filled tag <[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> with '[email protected], 90.53375998264718, 20.483842875853643, Zwrune'.
19:58:53 Filled tag <[dur]||<[data].get[dur]>> with '15'.
19:58:53 Filled tag <[color]||<[data].get[color]>> with '#b71cff'.
19:58:53 Filled tag <[points]||<[data].get[points]>> with '5'.
19:58:53 Filled tag <[maxRotate]||<[data].get[maxRotate]>> with '60'.
19:58:53 Filled tag <[maxSize]||<[data].get[maxSize]>> with '1'.
19:58:53 +> Executing 'RUN': script='s@rift (TASK)' path='spawn' def_map='map@[loc = [email protected], 90.53375998264718, 20.483842875853643, Zwrune; dur = 15; color = #b71cff; points = 5; maxRotate = 60; maxSize = 1]'
19:58:53 Starting InstantQueue 'RIFT_6158_ScrollDictionary' with NPC '1062/1234'...
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 896) define firstLoc <[loc].with_pitch[<[loc].center.face[<[loc]>].pitch>].with_yaw[<[loc].center.face[<[loc]>].yaw>]> ---------+
19:58:53 Filled tag <[loc]> with '[email protected], 90.53375998264718, 20.483842875853643, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.53375998264718,20.483842875853643,Zwrune].pitch> with '-49.19512939'.
19:58:53 Filled tag <[loc]> with '[email protected], 90.53375998264718, 20.483842875853643, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.53375998264718,20.483842875853643,Zwrune].yaw> with '123.66625977'.
19:58:53 Filled tag <[loc].with_pitch[-49.19512939].with_yaw[123.66625977]> with '[email protected], 90.53375998264718, 20.483842875853643, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='firstloc' value='[email protected], 90.53375998264718, 20.483842875853643, -49.195129, 123.66626, Zwrune'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 897) define oldLoc <[firstLoc]> ---------+
19:58:53 Filled tag <[firstLoc]> with '[email protected], 90.53375998264718, 20.483842875853643, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='oldloc' value='[email protected], 90.53375998264718, 20.483842875853643, -49.195129, 123.66626, Zwrune'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 898) repeat <[points]> ---------+
19:58:53 Filled tag <[points]> with '5'.
19:58:53 +> Executing 'repeat': from='1' times='5' as_name='value'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='point' value='[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' (listPoint:INSERT:[email protected],90.76084183470857,20.375164195971703,-49.195129,123.66626,Zwrune)
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 901) definemap context ---------+
19:58:53 +> [Static Tag Processing] Pre-Filled partial tag '<util...' with '(Base-Object)', and cached result.
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '40.42145755570836'.
19:58:53 +> [Static Tag Processing] Pre-Filled partial tag '<util...' with '(Base-Object)', and cached result.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6158_ScrollDictionary' while executing command 'DEFINEMAP' in file '\scripts\spells.dsc' on line '901' with NPC 'n@1062 (1234)'!
Error Message: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '-49.19512939' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].pitch.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]' for tag
<[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].pitch' was: '-49.19512939'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 Additional Error Info: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '123.66625977' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].yaw.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]' for tag
<[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].yaw' was: '123.66625977'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6158_ScrollDictionary' definition='context' map='map@[rotate = 40.42145755570836; pitch =
[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]; yaw =
[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6158_ScrollDictionary' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag <[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[<[context.yaw]>]> has invalid input - expected a decimal number, got
'[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'...: For input string:
"[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]"
19:58:53 Filled tag <[context.yaw]> with '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6158_ScrollDictionary' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
has invalid input - expected a decimal number, got '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'...: For input string:
"[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]"
19:58:53 Filled tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
with '[email protected], 90.76084183470857, 20.375164195971703, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='oldloc' value='[email protected], 90.76084183470857, 20.375164195971703, Zwrune'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='point' value='[email protected], 90.76084183470857, 20.675164195971703, Zwrune'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' (listPoint:INSERT:[email protected],90.76084183470857,20.675164195971703,Zwrune)
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '43.70799362222824'.
19:58:53 Filled tag <[context.rotate]> with '40.42145755570836'.
19:58:53 Filled tag <[context.rotate]> with '40.42145755570836'.
19:58:53 Filled tag <util.random.decimal[-40.42145755570836].to[40.42145755570836]> with '-33.1628524860043'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-109.19512939'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '10.80487061'.
19:58:53 Filled tag <[point].pitch.add[-33.1628524860043].max[-109.19512939].min[10.80487061]> with '-33.1628524860043'.
19:58:53 Filled tag <[context.rotate]> with '40.42145755570836'.
19:58:53 Filled tag <[context.rotate]> with '40.42145755570836'.
19:58:53 Filled tag <util.random.decimal[-40.42145755570836].to[40.42145755570836]> with '37.817843613641614'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '63.66625977'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '183.66625977'.
19:58:53 Filled tag <[point].yaw.add[37.817843613641614].max[63.66625977].min[183.66625977]> with '63.66625977'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6158_ScrollDictionary' definition='context' map='map@[rotate = 43.70799362222824; pitch = -33.1628524860043; yaw = 63.66625977]'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '-33.1628524860043'.
19:58:53 Filled tag <[context.yaw]> with '63.66625977'.
19:58:53 Filled tag <[point].with_pitch[-33.1628524860043].with_yaw[63.66625977]> with '[email protected], 90.76084183470857, 20.675164195971703, -33.162853, 63.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='oldloc' value='[email protected], 90.76084183470857, 20.675164195971703, -33.162853, 63.66626, Zwrune'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='point' value='[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' (listPoint:INSERT:[email protected],90.92494801660521,20.78656776897967,-33.162853,63.66626,Zwrune)
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '26.167728423708063'.
19:58:53 Filled tag <[context.rotate]> with '43.70799362222824'.
19:58:53 Filled tag <[context.rotate]> with '43.70799362222824'.
19:58:53 Filled tag <util.random.decimal[-43.70799362222824].to[43.70799362222824]> with '4.180221014611128'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-109.19512939'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '10.80487061'.
19:58:53 Filled tag <[point].pitch.add[4.180221014611128].max[-109.19512939].min[10.80487061]> with '-28.982632225388873'.
19:58:53 Filled tag <[context.rotate]> with '43.70799362222824'.
19:58:53 Filled tag <[context.rotate]> with '43.70799362222824'.
19:58:53 Filled tag <util.random.decimal[-43.70799362222824].to[43.70799362222824]> with '-7.260260884502756'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '63.66625977'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '183.66625977'.
19:58:53 Filled tag <[point].yaw.add[-7.260260884502756].max[63.66625977].min[183.66625977]> with '63.66625977'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6158_ScrollDictionary' definition='context' map='map@[rotate = 26.167728423708063; pitch = -28.982632225388873; yaw = 63.66625977]'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '-28.982632225388873'.
19:58:53 Filled tag <[context.yaw]> with '63.66625977'.
19:58:53 Filled tag <[point].with_pitch[-28.982632225388873].with_yaw[63.66625977]> with '[email protected], 90.92494801660521, 20.78656776897967, -28.982632, 63.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='oldloc' value='[email protected], 90.92494801660521, 20.78656776897967, -28.982632, 63.66626, Zwrune'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='point' value='[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' (listPoint:INSERT:[email protected],91.07031135782522,20.902981458843282,-28.982632,63.66626,Zwrune)
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '24.732813080128043'.
19:58:53 Filled tag <[context.rotate]> with '26.167728423708063'.
19:58:53 Filled tag <[context.rotate]> with '26.167728423708063'.
19:58:53 Filled tag <util.random.decimal[-26.167728423708063].to[26.167728423708063]> with '13.660701664485536'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-109.19512939'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '10.80487061'.
19:58:53 Filled tag <[point].pitch.add[13.660701664485536].max[-109.19512939].min[10.80487061]> with '-15.321930015514464'.
19:58:53 Filled tag <[context.rotate]> with '26.167728423708063'.
19:58:53 Filled tag <[context.rotate]> with '26.167728423708063'.
19:58:53 Filled tag <util.random.decimal[-26.167728423708063].to[26.167728423708063]> with '17.216079556595858'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '63.66625977'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '183.66625977'.
19:58:53 Filled tag <[point].yaw.add[17.216079556595858].max[63.66625977].min[183.66625977]> with '80.88233932659585'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6158_ScrollDictionary' definition='context' map='map@[rotate = 24.732813080128043; pitch = -15.321930015514464; yaw = 80.88233932659585]'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '-15.321930015514464'.
19:58:53 Filled tag <[context.yaw]> with '80.88233932659585'.
19:58:53 Filled tag <[point].with_pitch[-15.321930015514464].with_yaw[80.88233932659585]> with '[email protected], 91.07031135782522, 20.902981458843282, -15.32193, 80.882339, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='oldloc' value='[email protected], 91.07031135782522, 20.902981458843282, -15.32193, 80.882339, Zwrune'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='point' value='[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' (listPoint:INSERT:[email protected],91.14958402217795,20.948830483440037,-15.32193,80.882339,Zwrune)
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '40.72874809158123'.
19:58:53 Filled tag <[context.rotate]> with '24.732813080128043'.
19:58:53 Filled tag <[context.rotate]> with '24.732813080128043'.
19:58:53 Filled tag <util.random.decimal[-24.732813080128043].to[24.732813080128043]> with '-3.2436758158493966'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-109.19512939'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '10.80487061'.
19:58:53 Filled tag <[point].pitch.add[-3.2436758158493966].max[-109.19512939].min[10.80487061]> with '-18.565605745849396'.
19:58:53 Filled tag <[context.rotate]> with '24.732813080128043'.
19:58:53 Filled tag <[context.rotate]> with '24.732813080128043'.
19:58:53 Filled tag <util.random.decimal[-24.732813080128043].to[24.732813080128043]> with '4.354100443786393'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '63.66625977'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '183.66625977'.
19:58:53 Filled tag <[point].yaw.add[4.354100443786393].max[63.66625977].min[183.66625977]> with '85.23643992378639'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6158_ScrollDictionary' definition='context' map='map@[rotate = 40.72874809158123; pitch = -18.565605745849396; yaw = 85.23643992378639]'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '-18.565605745849396'.
19:58:53 Filled tag <[context.yaw]> with '85.23643992378639'.
19:58:53 Filled tag <[point].with_pitch[-18.565605745849396].with_yaw[85.23643992378639]> with '[email protected], 91.14958402217795, 20.948830483440037, -18.565605, 85.236443, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6158_ScrollDictionary' definition='oldloc' value='[email protected], 91.14958402217795, 20.948830483440037, -18.565605, 85.236443, Zwrune'
19:58:53 +- Repeat loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 906) repeat <[dur]> ---------+
19:58:53 Filled tag <[dur]> with '15'.
19:58:53 +> Executing 'repeat': from='1' times='15' as_name='value'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 +> [Static Tag Processing] Pre-Filled partial tag '<util...' with '(Base-Object)', and cached result.
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 +> [Static Tag Processing] Pre-Filled partial tag '<element[170]...' with '170', and cached result.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 Forcing queue 'RIFT_6158_ScrollDictionary' into a timed queue...
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFTNPC_6157_OvernightAdministrators' Executing: (line 458) run rift def.loc:<[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> def.dur:<[dur]||<[data].get[dur]>> def.color:<[color]||<[data].get[color]>> def.points:<[points]||<[data].get[points]>>
def.maxRotate:<[maxRotate]||<[data].get[maxRotate]>> def.maxSize:<[maxSize]||<[data].get[maxSize]>> path:spawn ---------+
19:58:53 Filled tag <[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> with '[email protected], 90.46616646024026, 20.476824380440444, Zwrune'.
19:58:53 Filled tag <[dur]||<[data].get[dur]>> with '15'.
19:58:53 Filled tag <[color]||<[data].get[color]>> with '#b71cff'.
19:58:53 Filled tag <[points]||<[data].get[points]>> with '5'.
19:58:53 Filled tag <[maxRotate]||<[data].get[maxRotate]>> with '60'.
19:58:53 Filled tag <[maxSize]||<[data].get[maxSize]>> with '1'.
19:58:53 +> Executing 'RUN': script='s@rift (TASK)' path='spawn' def_map='map@[loc = [email protected], 90.46616646024026, 20.476824380440444, Zwrune; dur = 15; color = #b71cff; points = 5; maxRotate = 60; maxSize = 1]'
19:58:53 Starting InstantQueue 'RIFT_6160_AyaParticle' with NPC '1062/1234'...
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 896) define firstLoc <[loc].with_pitch[<[loc].center.face[<[loc]>].pitch>].with_yaw[<[loc].center.face[<[loc]>].yaw>]> ---------+
19:58:53 Filled tag <[loc]> with '[email protected], 90.46616646024026, 20.476824380440444, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.46616646024026,20.476824380440444,Zwrune].pitch> with '39.02248383'.
19:58:53 Filled tag <[loc]> with '[email protected], 90.46616646024026, 20.476824380440444, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.46616646024026,20.476824380440444,Zwrune].yaw> with '236.27972412'.
19:58:53 Filled tag <[loc].with_pitch[39.02248383].with_yaw[236.27972412]> with '[email protected], 90.46616646024026, 20.476824380440444, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='firstloc' value='[email protected], 90.46616646024026, 20.476824380440444, 39.022484, 236.279724, Zwrune'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 897) define oldLoc <[firstLoc]> ---------+
19:58:53 Filled tag <[firstLoc]> with '[email protected], 90.46616646024026, 20.476824380440444, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='oldloc' value='[email protected], 90.46616646024026, 20.476824380440444, 39.022484, 236.279724, Zwrune'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 898) repeat <[points]> ---------+
19:58:53 Filled tag <[points]> with '5'.
19:58:53 +> Executing 'repeat': from='1' times='5' as_name='value'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='point' value='[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' (listPoint:INSERT:[email protected],90.27727886792782,20.347438354660653,39.022484,236.279724,Zwrune)
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '74.95714626886988'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6160_AyaParticle' while executing command 'DEFINEMAP' in file '\scripts\spells.dsc' on line '901' with NPC 'n@1062 (1234)'!
Error Message: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '39.02248383' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].pitch.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]' for tag
<[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].pitch' was: '39.02248383'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 Additional Error Info: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '236.27972412' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].yaw.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]' for tag
<[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].yaw' was: '236.27972412'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6160_AyaParticle' definition='context' map='map@[rotate = 74.95714626886988; pitch = [point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>];
yaw = [point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6160_AyaParticle' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag <[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[<[context.yaw]>]> has invalid input - expected a decimal number, got
'[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'...: For input string:
"[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]"
19:58:53 Filled tag <[context.yaw]> with '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6160_AyaParticle' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
has invalid input - expected a decimal number, got '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'...: For input string:
"[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]"
19:58:53 Filled tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
with '[email protected], 90.27727886792782, 20.347438354660653, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='oldloc' value='[email protected], 90.27727886792782, 20.347438354660653, Zwrune'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='point' value='[email protected], 90.27727886792782, 20.647438354660654, Zwrune'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' (listPoint:INSERT:[email protected],90.27727886792782,20.647438354660654,Zwrune)
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '25.135124601459594'.
19:58:53 Filled tag <[context.rotate]> with '74.95714626886988'.
19:58:53 Filled tag <[context.rotate]> with '74.95714626886988'.
19:58:53 Filled tag <util.random.decimal[-74.95714626886988].to[74.95714626886988]> with '60.07133502347139'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-20.97751617'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '99.02248383'.
19:58:53 Filled tag <[point].pitch.add[60.07133502347139].max[-20.97751617].min[99.02248383]> with '60.07133502347139'.
19:58:53 Filled tag <[context.rotate]> with '74.95714626886988'.
19:58:53 Filled tag <[context.rotate]> with '74.95714626886988'.
19:58:53 Filled tag <util.random.decimal[-74.95714626886988].to[74.95714626886988]> with '63.90153135496297'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '176.27972412'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '296.27972412'.
19:58:53 Filled tag <[point].yaw.add[63.90153135496297].max[176.27972412].min[296.27972412]> with '176.27972412'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6160_AyaParticle' definition='context' map='map@[rotate = 25.135124601459594; pitch = 60.07133502347139; yaw = 176.27972412]'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '60.07133502347139'.
19:58:53 Filled tag <[context.yaw]> with '176.27972412'.
19:58:53 Filled tag <[point].with_pitch[60.07133502347139].with_yaw[176.27972412]> with '[email protected], 90.27727886792782, 20.647438354660654, 60.071335, 176.279724, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='oldloc' value='[email protected], 90.27727886792782, 20.647438354660654, 60.071335, 176.279724, Zwrune'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='point' value='[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' (listPoint:INSERT:[email protected],90.01728469403241,20.49807734880951,60.071335,176.279724,Zwrune)
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '12.524525867386656'.
19:58:53 Filled tag <[context.rotate]> with '25.135124601459594'.
19:58:53 Filled tag <[context.rotate]> with '25.135124601459594'.
19:58:53 Filled tag <util.random.decimal[-25.135124601459594].to[25.135124601459594]> with '13.135965491542706'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-20.97751617'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '99.02248383'.
19:58:53 Filled tag <[point].pitch.add[13.135965491542706].max[-20.97751617].min[99.02248383]> with '73.20730033154271'.
19:58:53 Filled tag <[context.rotate]> with '25.135124601459594'.
19:58:53 Filled tag <[context.rotate]> with '25.135124601459594'.
19:58:53 Filled tag <util.random.decimal[-25.135124601459594].to[25.135124601459594]> with '6.002711771765153'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '176.27972412'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '296.27972412'.
19:58:53 Filled tag <[point].yaw.add[6.002711771765153].max[176.27972412].min[296.27972412]> with '182.28243589176515'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6160_AyaParticle' definition='context' map='map@[rotate = 12.524525867386656; pitch = 73.20730033154271; yaw = 182.28243589176515]'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '73.20730033154271'.
19:58:53 Filled tag <[context.yaw]> with '182.28243589176515'.
19:58:53 Filled tag <[point].with_pitch[73.20730033154271].with_yaw[182.28243589176515]> with '[email protected], 90.01728469403241, 20.49807734880951, 73.207298, 182.28244, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='oldloc' value='[email protected], 90.01728469403241, 20.49807734880951, 73.207298, 182.28244, Zwrune'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='point' value='[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' (listPoint:INSERT:[email protected],89.73007780212882,20.411473155341845,73.207298,182.28244,Zwrune)
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '71.01299850513747'.
19:58:53 Filled tag <[context.rotate]> with '12.524525867386656'.
19:58:53 Filled tag <[context.rotate]> with '12.524525867386656'.
19:58:53 Filled tag <util.random.decimal[-12.524525867386656].to[12.524525867386656]> with '-12.515403318893249'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-20.97751617'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '99.02248383'.
19:58:53 Filled tag <[point].pitch.add[-12.515403318893249].max[-20.97751617].min[99.02248383]> with '60.69189496110675'.
19:58:53 Filled tag <[context.rotate]> with '12.524525867386656'.
19:58:53 Filled tag <[context.rotate]> with '12.524525867386656'.
19:58:53 Filled tag <util.random.decimal[-12.524525867386656].to[12.524525867386656]> with '9.245119359627674'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '176.27972412'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '296.27972412'.
19:58:53 Filled tag <[point].yaw.add[9.245119359627674].max[176.27972412].min[296.27972412]> with '191.52755954962768'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6160_AyaParticle' definition='context' map='map@[rotate = 71.01299850513747; pitch = 60.69189496110675; yaw = 191.52755954962768]'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '60.69189496110675'.
19:58:53 Filled tag <[context.yaw]> with '191.52755954962768'.
19:58:53 Filled tag <[point].with_pitch[60.69189496110675].with_yaw[191.52755954962768]> with '[email protected], 89.73007780212882, 20.411473155341845, 60.691895, 191.527557, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='oldloc' value='[email protected], 89.73007780212882, 20.411473155341845, 60.691895, 191.527557, Zwrune'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='point' value='[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' (listPoint:INSERT:[email protected],89.4684777924744,20.267583600868495,60.691895,191.527557,Zwrune)
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '46.759454657501195'.
19:58:53 Filled tag <[context.rotate]> with '71.01299850513747'.
19:58:53 Filled tag <[context.rotate]> with '71.01299850513747'.
19:58:53 Filled tag <util.random.decimal[-71.01299850513747].to[71.01299850513747]> with '13.223530562341963'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-20.97751617'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '99.02248383'.
19:58:53 Filled tag <[point].pitch.add[13.223530562341963].max[-20.97751617].min[99.02248383]> with '73.91542509234196'.
19:58:53 Filled tag <[context.rotate]> with '71.01299850513747'.
19:58:53 Filled tag <[context.rotate]> with '71.01299850513747'.
19:58:53 Filled tag <util.random.decimal[-71.01299850513747].to[71.01299850513747]> with '17.226863483874254'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '176.27972412'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '296.27972412'.
19:58:53 Filled tag <[point].yaw.add[17.226863483874254].max[176.27972412].min[296.27972412]> with '208.75442085387425'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6160_AyaParticle' definition='context' map='map@[rotate = 46.759454657501195; pitch = 73.91542509234196; yaw = 208.75442085387425]'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '73.91542509234196'.
19:58:53 Filled tag <[context.yaw]> with '208.75442085387425'.
19:58:53 Filled tag <[point].with_pitch[73.91542509234196].with_yaw[208.75442085387425]> with '[email protected], 89.4684777924744, 20.267583600868495, 73.915428, 208.754425, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6160_AyaParticle' definition='oldloc' value='[email protected], 89.4684777924744, 20.267583600868495, 73.915428, 208.754425, Zwrune'
19:58:53 +- Repeat loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 906) repeat <[dur]> ---------+
19:58:53 Filled tag <[dur]> with '15'.
19:58:53 +> Executing 'repeat': from='1' times='15' as_name='value'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 Forcing queue 'RIFT_6160_AyaParticle' into a timed queue...
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFTNPC_6157_OvernightAdministrators' Executing: (line 458) run rift def.loc:<[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> def.dur:<[dur]||<[data].get[dur]>> def.color:<[color]||<[data].get[color]>> def.points:<[points]||<[data].get[points]>>
def.maxRotate:<[maxRotate]||<[data].get[maxRotate]>> def.maxSize:<[maxSize]||<[data].get[maxSize]>> path:spawn ---------+
19:58:53 Filled tag <[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> with '[email protected], 90.52677884178145, 20.475892085853705, Zwrune'.
19:58:53 Filled tag <[dur]||<[data].get[dur]>> with '15'.
19:58:53 Filled tag <[color]||<[data].get[color]>> with '#b71cff'.
19:58:53 Filled tag <[points]||<[data].get[points]>> with '5'.
19:58:53 Filled tag <[maxRotate]||<[data].get[maxRotate]>> with '60'.
19:58:53 Filled tag <[maxSize]||<[data].get[maxSize]>> with '1'.
19:58:53 +> Executing 'RUN': script='s@rift (TASK)' path='spawn' def_map='map@[loc = [email protected], 90.52677884178145, 20.475892085853705, Zwrune; dur = 15; color = #b71cff; points = 5; maxRotate = 60; maxSize = 1]'
19:58:53 Starting InstantQueue 'RIFT_6162_HttpDee' with NPC '1062/1234'...
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 896) define firstLoc <[loc].with_pitch[<[loc].center.face[<[loc]>].pitch>].with_yaw[<[loc].center.face[<[loc]>].yaw>]> ---------+
19:58:53 Filled tag <[loc]> with '[email protected], 90.52677884178145, 20.475892085853705, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.52677884178145,20.475892085853705,Zwrune].pitch> with '-47.99624634'.
19:58:53 Filled tag <[loc]> with '[email protected], 90.52677884178145, 20.475892085853705, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.52677884178145,20.475892085853705,Zwrune].yaw> with '178.61569214'.
19:58:53 Filled tag <[loc].with_pitch[-47.99624634].with_yaw[178.61569214]> with '[email protected], 90.52677884178145, 20.475892085853705, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='firstloc' value='[email protected], 90.52677884178145, 20.475892085853705, -47.996246, 178.615692, Zwrune'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 897) define oldLoc <[firstLoc]> ---------+
19:58:53 Filled tag <[firstLoc]> with '[email protected], 90.52677884178145, 20.475892085853705, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='oldloc' value='[email protected], 90.52677884178145, 20.475892085853705, -47.996246, 178.615692, Zwrune'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 898) repeat <[points]> ---------+
19:58:53 Filled tag <[points]> with '5'.
19:58:53 +> Executing 'repeat': from='1' times='5' as_name='value'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='point' value='[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' (listPoint:INSERT:[email protected],90.74970913776708,20.275196889758295,-47.996246,178.615692,Zwrune)
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '57.713421465173084'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6162_HttpDee' while executing command 'DEFINEMAP' in file '\scripts\spells.dsc' on line '901' with NPC 'n@1062 (1234)'!
Error Message: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '-47.99624634' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].pitch.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]' for tag
<[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].pitch' was: '-47.99624634'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 Additional Error Info: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '178.61569214' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].yaw.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]' for tag
<[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].yaw' was: '178.61569214'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6162_HttpDee' definition='context' map='map@[rotate = 57.713421465173084; pitch = [point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>];
yaw = [point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6162_HttpDee' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag <[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[<[context.yaw]>]> has invalid input - expected a decimal number, got
'[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'...: For input string:
"[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]"
19:58:53 Filled tag <[context.yaw]> with '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6162_HttpDee' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
has invalid input - expected a decimal number, got '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'...: For input string:
"[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]"
19:58:53 Filled tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
with '[email protected], 90.74970913776708, 20.275196889758295, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='oldloc' value='[email protected], 90.74970913776708, 20.275196889758295, Zwrune'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='point' value='[email protected], 90.74970913776708, 20.575196889758296, Zwrune'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' (listPoint:INSERT:[email protected],90.74970913776708,20.575196889758296,Zwrune)
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '82.49338955902641'.
19:58:53 Filled tag <[context.rotate]> with '57.713421465173084'.
19:58:53 Filled tag <[context.rotate]> with '57.713421465173084'.
19:58:53 Filled tag <util.random.decimal[-57.713421465173084].to[57.713421465173084]> with '-26.21396226136444'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-107.99624634'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '12.00375366'.
19:58:53 Filled tag <[point].pitch.add[-26.21396226136444].max[-107.99624634].min[12.00375366]> with '-26.21396226136444'.
19:58:53 Filled tag <[context.rotate]> with '57.713421465173084'.
19:58:53 Filled tag <[context.rotate]> with '57.713421465173084'.
19:58:53 Filled tag <util.random.decimal[-57.713421465173084].to[57.713421465173084]> with '42.402713270289524'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '118.61569214'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '238.61569214'.
19:58:53 Filled tag <[point].yaw.add[42.402713270289524].max[118.61569214].min[238.61569214]> with '118.61569214'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6162_HttpDee' definition='context' map='map@[rotate = 82.49338955902641; pitch = -26.21396226136444; yaw = 118.61569214]'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '-26.21396226136444'.
19:58:53 Filled tag <[context.yaw]> with '118.61569214'.
19:58:53 Filled tag <[point].with_pitch[-26.21396226136444].with_yaw[118.61569214]> with '[email protected], 90.74970913776708, 20.575196889758296, -26.213963, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='oldloc' value='[email protected], 90.74970913776708, 20.575196889758296, -26.213963, 118.615692, Zwrune'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='point' value='[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' (listPoint:INSERT:[email protected],90.88222648622659,20.446294547515382,-26.213963,118.615692,Zwrune)
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '17.543713495057442'.
19:58:53 Filled tag <[context.rotate]> with '82.49338955902641'.
19:58:53 Filled tag <[context.rotate]> with '82.49338955902641'.
19:58:53 Filled tag <util.random.decimal[-82.49338955902641].to[82.49338955902641]> with '26.21873046681941'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-107.99624634'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '12.00375366'.
19:58:53 Filled tag <[point].pitch.add[26.21873046681941].max[-107.99624634].min[12.00375366]> with '0.00476791681941'.
19:58:53 Filled tag <[context.rotate]> with '82.49338955902641'.
19:58:53 Filled tag <[context.rotate]> with '82.49338955902641'.
19:58:53 Filled tag <util.random.decimal[-82.49338955902641].to[82.49338955902641]> with '-31.171446481872913'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '118.61569214'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '238.61569214'.
19:58:53 Filled tag <[point].yaw.add[-31.171446481872913].max[118.61569214].min[238.61569214]> with '118.61569214'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6162_HttpDee' definition='context' map='map@[rotate = 17.543713495057442; pitch = 0.00476791681941; yaw = 118.61569214]'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '0.00476791681941'.
19:58:53 Filled tag <[context.yaw]> with '118.61569214'.
19:58:53 Filled tag <[point].with_pitch[0.00476791681941].with_yaw[118.61569214]> with '[email protected], 90.88222648622659, 20.446294547515382, 0.004768, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='oldloc' value='[email protected], 90.88222648622659, 20.446294547515382, 0.004768, 118.615692, Zwrune'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='point' value='[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' (listPoint:INSERT:[email protected],90.88220152147352,20.302614857559643,0.004768,118.615692,Zwrune)
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '85.98754259390095'.
19:58:53 Filled tag <[context.rotate]> with '17.543713495057442'.
19:58:53 Filled tag <[context.rotate]> with '17.543713495057442'.
19:58:53 Filled tag <util.random.decimal[-17.543713495057442].to[17.543713495057442]> with '0.670996265832887'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-107.99624634'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '12.00375366'.
19:58:53 Filled tag <[point].pitch.add[0.670996265832887].max[-107.99624634].min[12.00375366]> with '0.675764185832887'.
19:58:53 Filled tag <[context.rotate]> with '17.543713495057442'.
19:58:53 Filled tag <[context.rotate]> with '17.543713495057442'.
19:58:53 Filled tag <util.random.decimal[-17.543713495057442].to[17.543713495057442]> with '-3.4139193011624425'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '118.61569214'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '238.61569214'.
19:58:53 Filled tag <[point].yaw.add[-3.4139193011624425].max[118.61569214].min[238.61569214]> with '118.61569214'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6162_HttpDee' definition='context' map='map@[rotate = 85.98754259390095; pitch = 0.675764185832887; yaw = 118.61569214]'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '0.675764185832887'.
19:58:53 Filled tag <[context.yaw]> with '118.61569214'.
19:58:53 Filled tag <[point].with_pitch[0.675764185832887].with_yaw[118.61569214]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.675764, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='oldloc' value='[email protected], 90.88220152147352, 20.302614857559643, 0.675764, 118.615692, Zwrune'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='point' value='[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' (listPoint:INSERT:[email protected],90.87866331041256,20.15894516032654,0.675764,118.615692,Zwrune)
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '12.431059135765135'.
19:58:53 Filled tag <[context.rotate]> with '85.98754259390095'.
19:58:53 Filled tag <[context.rotate]> with '85.98754259390095'.
19:58:53 Filled tag <util.random.decimal[-85.98754259390095].to[85.98754259390095]> with '70.11736975228696'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-107.99624634'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '12.00375366'.
19:58:53 Filled tag <[point].pitch.add[70.11736975228696].max[-107.99624634].min[12.00375366]> with '12.00375366'.
19:58:53 Filled tag <[context.rotate]> with '85.98754259390095'.
19:58:53 Filled tag <[context.rotate]> with '85.98754259390095'.
19:58:53 Filled tag <util.random.decimal[-85.98754259390095].to[85.98754259390095]> with '35.87061005272979'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '118.61569214'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '238.61569214'.
19:58:53 Filled tag <[point].yaw.add[35.87061005272979].max[118.61569214].min[238.61569214]> with '154.4863021927298'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6162_HttpDee' definition='context' map='map@[rotate = 12.431059135765135; pitch = 12.00375366; yaw = 154.4863021927298]'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '12.00375366'.
19:58:53 Filled tag <[context.yaw]> with '154.4863021927298'.
19:58:53 Filled tag <[point].with_pitch[12.00375366].with_yaw[154.4863021927298]> with '[email protected], 90.87866331041256, 20.15894516032654, 12.003754, 154.486298, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6162_HttpDee' definition='oldloc' value='[email protected], 90.87866331041256, 20.15894516032654, 12.003754, 154.486298, Zwrune'
19:58:53 +- Repeat loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 906) repeat <[dur]> ---------+
19:58:53 Filled tag <[dur]> with '15'.
19:58:53 +> Executing 'repeat': from='1' times='15' as_name='value'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 Forcing queue 'RIFT_6162_HttpDee' into a timed queue...
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFTNPC_6157_OvernightAdministrators' Executing: (line 458) run rift def.loc:<[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> def.dur:<[dur]||<[data].get[dur]>> def.color:<[color]||<[data].get[color]>> def.points:<[points]||<[data].get[points]>>
def.maxRotate:<[maxRotate]||<[data].get[maxRotate]>> def.maxSize:<[maxSize]||<[data].get[maxSize]>> path:spawn ---------+
19:58:53 Filled tag <[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> with '[email protected], 90.47730759811496, 20.46899409932371, Zwrune'.
19:58:53 Filled tag <[dur]||<[data].get[dur]>> with '15'.
19:58:53 Filled tag <[color]||<[data].get[color]>> with '#b71cff'.
19:58:53 Filled tag <[points]||<[data].get[points]>> with '5'.
19:58:53 Filled tag <[maxRotate]||<[data].get[maxRotate]>> with '60'.
19:58:53 Filled tag <[maxSize]||<[data].get[maxSize]>> with '1'.
19:58:53 +> Executing 'RUN': script='s@rift (TASK)' path='spawn' def_map='map@[loc = [email protected], 90.47730759811496, 20.46899409932371, Zwrune; dur = 15; color = #b71cff; points = 5; maxRotate = 60; maxSize = 1]'
19:58:53 Starting InstantQueue 'RIFT_6164_IsaacEnb' with NPC '1062/1234'...
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 896) define firstLoc <[loc].with_pitch[<[loc].center.face[<[loc]>].pitch>].with_yaw[<[loc].center.face[<[loc]>].yaw>]> ---------+
19:58:53 Filled tag <[loc]> with '[email protected], 90.47730759811496, 20.46899409932371, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.47730759811496,20.46899409932371,Zwrune].pitch> with '34.79101562'.
19:58:53 Filled tag <[loc]> with '[email protected], 90.47730759811496, 20.46899409932371, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.47730759811496,20.46899409932371,Zwrune].yaw> with '161.68157959'.
19:58:53 Filled tag <[loc].with_pitch[34.79101562].with_yaw[161.68157959]> with '[email protected], 90.47730759811496, 20.46899409932371, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='firstloc' value='[email protected], 90.47730759811496, 20.46899409932371, 34.791016, 161.68158, Zwrune'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 897) define oldLoc <[firstLoc]> ---------+
19:58:53 Filled tag <[firstLoc]> with '[email protected], 90.47730759811496, 20.46899409932371, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='oldloc' value='[email protected], 90.47730759811496, 20.46899409932371, 34.791016, 161.68158, Zwrune'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 898) repeat <[points]> ---------+
19:58:53 Filled tag <[points]> with '5'.
19:58:53 +> Executing 'repeat': from='1' times='5' as_name='value'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='point' value='[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' (listPoint:INSERT:[email protected],90.30613215847914,20.23510750112407,34.791016,161.68158,Zwrune)
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '83.03676947446056'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6164_IsaacEnb' while executing command 'DEFINEMAP' in file '\scripts\spells.dsc' on line '901' with NPC 'n@1062 (1234)'!
Error Message: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '34.79101562' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].pitch.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]' for tag
<[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].pitch' was: '34.79101562'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 Additional Error Info: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '161.68157959' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].yaw.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]' for tag
<[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].yaw' was: '161.68157959'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6164_IsaacEnb' definition='context' map='map@[rotate = 83.03676947446056; pitch = [point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>];
yaw = [point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6164_IsaacEnb' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag <[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[<[context.yaw]>]> has invalid input - expected a decimal number, got
'[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'...: For input string:
"[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]"
19:58:53 Filled tag <[context.yaw]> with '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6164_IsaacEnb' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
has invalid input - expected a decimal number, got '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'...: For input string:
"[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]"
19:58:53 Filled tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
with '[email protected], 90.30613215847914, 20.23510750112407, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='oldloc' value='[email protected], 90.30613215847914, 20.23510750112407, Zwrune'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='point' value='[email protected], 90.30613215847914, 20.53510750112407, Zwrune'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' (listPoint:INSERT:[email protected],90.30613215847914,20.53510750112407,Zwrune)
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '4.254821094520881'.
19:58:53 Filled tag <[context.rotate]> with '83.03676947446056'.
19:58:53 Filled tag <[context.rotate]> with '83.03676947446056'.
19:58:53 Filled tag <util.random.decimal[-83.03676947446056].to[83.03676947446056]> with '35.09130757129985'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-25.20898438'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '94.79101562'.
19:58:53 Filled tag <[point].pitch.add[35.09130757129985].max[-25.20898438].min[94.79101562]> with '35.09130757129985'.
19:58:53 Filled tag <[context.rotate]> with '83.03676947446056'.
19:58:53 Filled tag <[context.rotate]> with '83.03676947446056'.
19:58:53 Filled tag <util.random.decimal[-83.03676947446056].to[83.03676947446056]> with '2.7744279632337197'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '101.68157959'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '221.68157959'.
19:58:53 Filled tag <[point].yaw.add[2.7744279632337197].max[101.68157959].min[221.68157959]> with '101.68157959'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6164_IsaacEnb' definition='context' map='map@[rotate = 4.254821094520881; pitch = 35.09130757129985; yaw = 101.68157959]'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '35.09130757129985'.
19:58:53 Filled tag <[context.yaw]> with '101.68157959'.
19:58:53 Filled tag <[point].with_pitch[35.09130757129985].with_yaw[101.68157959]> with '[email protected], 90.30613215847914, 20.53510750112407, 35.091309, 101.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='oldloc' value='[email protected], 90.30613215847914, 20.53510750112407, 35.091309, 101.68158, Zwrune'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='point' value='[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' (listPoint:INSERT:[email protected],90.13366781728719,20.48540636580539,35.091309,101.68158,Zwrune)
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '49.61691244590247'.
19:58:53 Filled tag <[context.rotate]> with '4.254821094520881'.
19:58:53 Filled tag <[context.rotate]> with '4.254821094520881'.
19:58:53 Filled tag <util.random.decimal[-4.254821094520881].to[4.254821094520881]> with '-2.1959810153503376'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-25.20898438'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '94.79101562'.
19:58:53 Filled tag <[point].pitch.add[-2.1959810153503376].max[-25.20898438].min[94.79101562]> with '32.89532757464966'.
19:58:53 Filled tag <[context.rotate]> with '4.254821094520881'.
19:58:53 Filled tag <[context.rotate]> with '4.254821094520881'.
19:58:53 Filled tag <util.random.decimal[-4.254821094520881].to[4.254821094520881]> with '-4.190490592519595'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '101.68157959'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '221.68157959'.
19:58:53 Filled tag <[point].yaw.add[-4.190490592519595].max[101.68157959].min[221.68157959]> with '101.68157959'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6164_IsaacEnb' definition='context' map='map@[rotate = 49.61691244590247; pitch = 32.89532757464966; yaw = 101.68157959]'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '32.89532757464966'.
19:58:53 Filled tag <[context.yaw]> with '101.68157959'.
19:58:53 Filled tag <[point].with_pitch[32.89532757464966].with_yaw[101.68157959]> with '[email protected], 90.13366781728719, 20.48540636580539, 32.895329, 101.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='oldloc' value='[email protected], 90.13366781728719, 20.48540636580539, 32.895329, 101.68158, Zwrune'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='point' value='[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' (listPoint:INSERT:[email protected],89.97073601978009,20.43440370412306,32.895329,101.68158,Zwrune)
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '7.45082907649904'.
19:58:53 Filled tag <[context.rotate]> with '49.61691244590247'.
19:58:53 Filled tag <[context.rotate]> with '49.61691244590247'.
19:58:53 Filled tag <util.random.decimal[-49.61691244590247].to[49.61691244590247]> with '43.97088343931178'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-25.20898438'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '94.79101562'.
19:58:53 Filled tag <[point].pitch.add[43.97088343931178].max[-25.20898438].min[94.79101562]> with '76.86621195931178'.
19:58:53 Filled tag <[context.rotate]> with '49.61691244590247'.
19:58:53 Filled tag <[context.rotate]> with '49.61691244590247'.
19:58:53 Filled tag <util.random.decimal[-49.61691244590247].to[49.61691244590247]> with '10.88063353932273'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '101.68157959'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '221.68157959'.
19:58:53 Filled tag <[point].yaw.add[10.88063353932273].max[101.68157959].min[221.68157959]> with '112.56221312932273'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6164_IsaacEnb' definition='context' map='map@[rotate = 7.45082907649904; pitch = 76.86621195931178; yaw = 112.56221312932273]'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '76.86621195931178'.
19:58:53 Filled tag <[context.yaw]> with '112.56221312932273'.
19:58:53 Filled tag <[point].with_pitch[76.86621195931178].with_yaw[112.56221312932273]> with '[email protected], 89.97073601978009, 20.43440370412306, 76.866211, 112.56221, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='oldloc' value='[email protected], 89.97073601978009, 20.43440370412306, 76.866211, 112.56221, Zwrune'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='point' value='[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' (listPoint:INSERT:[email protected],89.67858337935304,20.40824869140037,76.866211,112.56221,Zwrune)
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '40.3646789875506'.
19:58:53 Filled tag <[context.rotate]> with '7.45082907649904'.
19:58:53 Filled tag <[context.rotate]> with '7.45082907649904'.
19:58:53 Filled tag <util.random.decimal[-7.45082907649904].to[7.45082907649904]> with '0.9750293695591052'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-25.20898438'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '94.79101562'.
19:58:53 Filled tag <[point].pitch.add[0.9750293695591052].max[-25.20898438].min[94.79101562]> with '77.84124030955911'.
19:58:53 Filled tag <[context.rotate]> with '7.45082907649904'.
19:58:53 Filled tag <[context.rotate]> with '7.45082907649904'.
19:58:53 Filled tag <util.random.decimal[-7.45082907649904].to[7.45082907649904]> with '-0.7400357637883355'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '101.68157959'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '221.68157959'.
19:58:53 Filled tag <[point].yaw.add[-0.7400357637883355].max[101.68157959].min[221.68157959]> with '111.82217431621166'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6164_IsaacEnb' definition='context' map='map@[rotate = 40.3646789875506; pitch = 77.84124030955911; yaw = 111.82217431621166]'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '77.84124030955911'.
19:58:53 Filled tag <[context.yaw]> with '111.82217431621166'.
19:58:53 Filled tag <[point].with_pitch[77.84124030955911].with_yaw[111.82217431621166]> with '[email protected], 89.67858337935304, 20.40824869140037, 77.84124, 111.822174, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6164_IsaacEnb' definition='oldloc' value='[email protected], 89.67858337935304, 20.40824869140037, 77.84124, 111.822174, Zwrune'
19:58:53 +- Repeat loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 906) repeat <[dur]> ---------+
19:58:53 Filled tag <[dur]> with '15'.
19:58:53 +> Executing 'repeat': from='1' times='15' as_name='value'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 Forcing queue 'RIFT_6164_IsaacEnb' into a timed queue...
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFTNPC_6157_OvernightAdministrators' Executing: (line 458) run rift def.loc:<[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> def.dur:<[dur]||<[data].get[dur]>> def.color:<[color]||<[data].get[color]>> def.points:<[points]||<[data].get[points]>>
def.maxRotate:<[maxRotate]||<[data].get[maxRotate]>> def.maxSize:<[maxSize]||<[data].get[maxSize]>> path:spawn ---------+
19:58:53 Filled tag <[loc].center.random_offset[0.05]||<[atPlayer].center.random_offset[0.05]>> with '[email protected], 90.48592836324984, 20.455654506239302, Zwrune'.
19:58:53 Filled tag <[dur]||<[data].get[dur]>> with '15'.
19:58:53 Filled tag <[color]||<[data].get[color]>> with '#b71cff'.
19:58:53 Filled tag <[points]||<[data].get[points]>> with '5'.
19:58:53 Filled tag <[maxRotate]||<[data].get[maxRotate]>> with '60'.
19:58:53 Filled tag <[maxSize]||<[data].get[maxSize]>> with '1'.
19:58:53 +> Executing 'RUN': script='s@rift (TASK)' path='spawn' def_map='map@[loc = [email protected], 90.48592836324984, 20.455654506239302, Zwrune; dur = 15; color = #b71cff; points = 5; maxRotate = 60; maxSize = 1]'
19:58:53 Starting InstantQueue 'RIFT_6166_MinecraftEffort' with NPC '1062/1234'...
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 896) define firstLoc <[loc].with_pitch[<[loc].center.face[<[loc]>].pitch>].with_yaw[<[loc].center.face[<[loc]>].yaw>]> ---------+
19:58:53 Filled tag <[loc]> with '[email protected], 90.48592836324984, 20.455654506239302, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.48592836324984,20.455654506239302,Zwrune].pitch> with '14.47494507'.
19:58:53 Filled tag <[loc]> with '[email protected], 90.48592836324984, 20.455654506239302, Zwrune'.
19:58:53 Filled tag <[loc].center.face[[email protected],90.48592836324984,20.455654506239302,Zwrune].yaw> with '144.4432373'.
19:58:53 Filled tag <[loc].with_pitch[14.47494507].with_yaw[144.4432373]> with '[email protected], 90.48592836324984, 20.455654506239302, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='firstloc' value='[email protected], 90.48592836324984, 20.455654506239302, 14.474945, 144.443237, Zwrune'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 897) define oldLoc <[firstLoc]> ---------+
19:58:53 Filled tag <[firstLoc]> with '[email protected], 90.48592836324984, 20.455654506239302, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='oldloc' value='[email protected], 90.48592836324984, 20.455654506239302, 14.474945, 144.443237, Zwrune'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 898) repeat <[points]> ---------+
19:58:53 Filled tag <[points]> with '5'.
19:58:53 +> Executing 'repeat': from='1' times='5' as_name='value'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='point' value='[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' (listPoint:INSERT:[email protected],90.410941377901,20.21933980994886,14.474945,144.443237,Zwrune)
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '47.00153870619989'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6166_MinecraftEffort' while executing command 'DEFINEMAP' in file '\scripts\spells.dsc' on line '901' with NPC 'n@1062 (1234)'!
Error Message: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '14.47494507' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].pitch.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]' for tag
<[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].pitch' was: '14.47494507'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 Additional Error Info: Invalid definition name 'context.rotate'.
19:58:53 Additional Error Info: Tag <[context.rotate]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) '[context.rotate]' for tag <[context.rotate]>!
19:58:53 Additional Error Info: Tag <util.random.decimal[-[context.rotate]].to[<[context.rotate]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'to[<[context.rotate]>]' for tag <util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment 'util.random.decimal[-[context.rotate]]' was: '(Base-Object)'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): to
19:58:53 Additional Error Info: Element '144.4432373' is not a valid decimal number!
19:58:53 Additional Error Info: Tag <[point].yaw.add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'add[util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]' for tag
<[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]>!
19:58:53 Additional Error Info: The returned value from initial tag fragment '[point].yaw' was: '144.4432373'.
19:58:53 Additional Error Info: Almost matched but failed (possibly bad input?): add
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6166_MinecraftEffort' definition='context' map='map@[rotate = 47.00153870619989; pitch =
[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]; yaw =
[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6166_MinecraftEffort' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag <[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[<[context.yaw]>]> has invalid input - expected a decimal number, got
'[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]'...: For input string:
"[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]"
19:58:53 Filled tag <[context.yaw]> with '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'.
19:58:53 ERROR in script 'rift' in queue 'RIFT_6166_MinecraftEffort' while executing command 'DEFINE' in file '\scripts\spells.dsc' on line '905' with NPC 'n@1062 (1234)'!
Error Message: Tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
has invalid input - expected a decimal number, got '[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]'...: For input string:
"[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]"
19:58:53 Filled tag
<[point].with_pitch[[point].pitch.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].pitch.sub[<[maxRotate]>]>].min[<[firstLoc].pitch.add[<[maxRotate]>]>]].with_yaw[[point].yaw.add[<util.random.decimal[-<[context.rotate]>].to[<[context.rotate]>]>].max[<[firstLoc].yaw.sub[<[maxRotate]>]>].min[<[firstLoc].yaw.add[<[maxRotate]>]>]]>
with '[email protected], 90.410941377901, 20.21933980994886, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='oldloc' value='[email protected], 90.410941377901, 20.21933980994886, Zwrune'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='point' value='[email protected], 90.410941377901, 20.51933980994886, Zwrune'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' (listPoint:INSERT:[email protected],90.410941377901,20.51933980994886,Zwrune)
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '23.229505208398457'.
19:58:53 Filled tag <[context.rotate]> with '47.00153870619989'.
19:58:53 Filled tag <[context.rotate]> with '47.00153870619989'.
19:58:53 Filled tag <util.random.decimal[-47.00153870619989].to[47.00153870619989]> with '-29.219400776868586'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-45.52505493'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '74.47494507'.
19:58:53 Filled tag <[point].pitch.add[-29.219400776868586].max[-45.52505493].min[74.47494507]> with '-29.219400776868586'.
19:58:53 Filled tag <[context.rotate]> with '47.00153870619989'.
19:58:53 Filled tag <[context.rotate]> with '47.00153870619989'.
19:58:53 Filled tag <util.random.decimal[-47.00153870619989].to[47.00153870619989]> with '11.3427741171529'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '84.4432373'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '204.4432373'.
19:58:53 Filled tag <[point].yaw.add[11.3427741171529].max[84.4432373].min[204.4432373]> with '84.4432373'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6166_MinecraftEffort' definition='context' map='map@[rotate = 23.229505208398457; pitch = -29.219400776868586; yaw = 84.4432373]'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '-29.219400776868586'.
19:58:53 Filled tag <[context.yaw]> with '84.4432373'.
19:58:53 Filled tag <[point].with_pitch[-29.219400776868586].with_yaw[84.4432373]> with '[email protected], 90.410941377901, 20.51933980994886, -29.2194, 84.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='oldloc' value='[email protected], 90.410941377901, 20.51933980994886, -29.2194, 84.443237, Zwrune'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='point' value='[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' (listPoint:INSERT:[email protected],90.55738793892664,20.54469300515645,-29.2194,84.443237,Zwrune)
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '26.14781733375279'.
19:58:53 Filled tag <[context.rotate]> with '23.229505208398457'.
19:58:53 Filled tag <[context.rotate]> with '23.229505208398457'.
19:58:53 Filled tag <util.random.decimal[-23.229505208398457].to[23.229505208398457]> with '6.160068541633848'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-45.52505493'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '74.47494507'.
19:58:53 Filled tag <[point].pitch.add[6.160068541633848].max[-45.52505493].min[74.47494507]> with '-23.05933186836615'.
19:58:53 Filled tag <[context.rotate]> with '23.229505208398457'.
19:58:53 Filled tag <[context.rotate]> with '23.229505208398457'.
19:58:53 Filled tag <util.random.decimal[-23.229505208398457].to[23.229505208398457]> with '-18.69660358362613'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '84.4432373'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '204.4432373'.
19:58:53 Filled tag <[point].yaw.add[-18.69660358362613].max[84.4432373].min[204.4432373]> with '84.4432373'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6166_MinecraftEffort' definition='context' map='map@[rotate = 26.14781733375279; pitch = -23.05933186836615; yaw = 84.4432373]'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '-23.05933186836615'.
19:58:53 Filled tag <[context.yaw]> with '84.4432373'.
19:58:53 Filled tag <[point].with_pitch[-23.05933186836615].with_yaw[84.4432373]> with '[email protected], 90.55738793892664, 20.54469300515645, -23.059332, 84.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='oldloc' value='[email protected], 90.55738793892664, 20.54469300515645, -23.059332, 84.443237, Zwrune'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='point' value='[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' (listPoint:INSERT:[email protected],90.67489317959583,20.571421490577528,-23.059332,84.443237,Zwrune)
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '74.62385011055265'.
19:58:53 Filled tag <[context.rotate]> with '26.14781733375279'.
19:58:53 Filled tag <[context.rotate]> with '26.14781733375279'.
19:58:53 Filled tag <util.random.decimal[-26.14781733375279].to[26.14781733375279]> with '1.6587167067683097'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-45.52505493'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '74.47494507'.
19:58:53 Filled tag <[point].pitch.add[1.6587167067683097].max[-45.52505493].min[74.47494507]> with '-21.40061518323169'.
19:58:53 Filled tag <[context.rotate]> with '26.14781733375279'.
19:58:53 Filled tag <[context.rotate]> with '26.14781733375279'.
19:58:53 Filled tag <util.random.decimal[-26.14781733375279].to[26.14781733375279]> with '10.138596031008184'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '84.4432373'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '204.4432373'.
19:58:53 Filled tag <[point].yaw.add[10.138596031008184].max[84.4432373].min[204.4432373]> with '94.58183333100818'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6166_MinecraftEffort' definition='context' map='map@[rotate = 74.62385011055265; pitch = -21.40061518323169; yaw = 94.58183333100818]'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '-21.40061518323169'.
19:58:53 Filled tag <[context.yaw]> with '94.58183333100818'.
19:58:53 Filled tag <[point].with_pitch[-21.40061518323169].with_yaw[94.58183333100818]> with '[email protected], 90.67489317959583, 20.571421490577528, -21.400616, 94.581833, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='oldloc' value='[email protected], 90.67489317959583, 20.571421490577528, -21.400616, 94.581833, Zwrune'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 899) define point <[oldLoc].forward[0.3]> ---------+
19:58:53 Filled tag <[oldLoc].forward[0.3]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='point' value='[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 900) define listPoint:->:<[point]> ---------+
19:58:53 Filled tag <[point]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' (listPoint:INSERT:[email protected],90.78435921638803,20.549108962538234,-21.400616,94.581833,Zwrune)
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 901) definemap context ---------+
19:58:53 Filled tag <util.random.decimal[90].to[1]> with '76.77312034957187'.
19:58:53 Filled tag <[context.rotate]> with '74.62385011055265'.
19:58:53 Filled tag <[context.rotate]> with '74.62385011055265'.
19:58:53 Filled tag <util.random.decimal[-74.62385011055265].to[74.62385011055265]> with '48.823761595166715'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.sub[60]> with '-45.52505493'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].pitch.add[60]> with '74.47494507'.
19:58:53 Filled tag <[point].pitch.add[48.823761595166715].max[-45.52505493].min[74.47494507]> with '27.423145905166717'.
19:58:53 Filled tag <[context.rotate]> with '74.62385011055265'.
19:58:53 Filled tag <[context.rotate]> with '74.62385011055265'.
19:58:53 Filled tag <util.random.decimal[-74.62385011055265].to[74.62385011055265]> with '2.3865791735465933'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.sub[60]> with '84.4432373'.
19:58:53 Filled tag <[maxRotate]> with '60'.
19:58:53 Filled tag <[firstLoc].yaw.add[60]> with '204.4432373'.
19:58:53 Filled tag <[point].yaw.add[2.3865791735465933].max[84.4432373].min[204.4432373]> with '96.9684120635466'.
19:58:53 +> Executing 'DEFINEMAP': Queue='q@RIFT_6166_MinecraftEffort' definition='context' map='map@[rotate = 76.77312034957187; pitch = 27.423145905166717; yaw = 96.9684120635466]'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 905) define oldLoc <[point].with_pitch[<[context.pitch]>].with_yaw[<[context.yaw]>]> ---------+
19:58:53 Filled tag <[context.pitch]> with '27.423145905166717'.
19:58:53 Filled tag <[context.yaw]> with '96.9684120635466'.
19:58:53 Filled tag <[point].with_pitch[27.423145905166717].with_yaw[96.9684120635466]> with '[email protected], 90.78435921638803, 20.549108962538234, 27.423145, 96.968414, Zwrune'.
19:58:53 +> Executing 'DEFINE': Queue='q@RIFT_6166_MinecraftEffort' definition='oldloc' value='[email protected], 90.78435921638803, 20.549108962538234, 27.423145, 96.968414, Zwrune'
19:58:53 +- Repeat loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 906) repeat <[dur]> ---------+
19:58:53 Filled tag <[dur]> with '15'.
19:58:53 +> Executing 'repeat': from='1' times='15' as_name='value'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 Forcing queue 'RIFT_6166_MinecraftEffort' into a timed queue...
19:58:53 +- Repeat loop complete ---------+
19:58:53 Completing queue 'RIFTNPC_6157_OvernightAdministrators' in 158ms.
19:58:53 Completing queue 'NPCSPAWN_6156_BlessedDanny' in 160ms.
19:58:53 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:53 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6168_ConvenientClaim' with NPC '720/Penguin Warrior LVL:13'...
19:58:53 +- Queue 'COMBAT_XP_SCRIPT32_6168_ConvenientClaim' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:53 +> Executing 'IF': use_braces='true'
19:58:53 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6168_ConvenientClaim' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:53 Additional Error Info: Tag-base 'context' returned null.
19:58:53 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:53 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:53 Comparing if context.damager.type EQUALS player ... false
19:58:53 No part of the if command passed, no block will run.
19:58:53 Completing queue 'COMBAT_XP_SCRIPT32_6168_ConvenientClaim' in 2ms.
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'true'.
19:58:53 'if:' arg passed, command will run.
19:58:53 Filled tag <[loc].center> with '[email protected], 90.5, 20.5, Zwrune'.
19:58:53 +> Executing 'PLAYSOUND': locations='[[email protected], 90.5, 20.5, Zwrune]' sound='block_conduit_attack_target' volume='0.2' pitch='0.01' custom='false'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 6 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 6 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 6 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 6 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'true'.
19:58:53 'if:' arg passed, command will run.
19:58:53 Filled tag <[loc].center> with '[email protected], 90.5, 20.5, Zwrune'.
19:58:53 +> Executing 'PLAYSOUND': locations='[[email protected], 90.5, 20.5, Zwrune]' sound='block_conduit_attack_target' volume='0.2' pitch='0.01' custom='false'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 6 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 7 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 7 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 7 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 7 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 7 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 8 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 8 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 8 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 8 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 8 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 9 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 9 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 9 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 9 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 9 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'true'.
19:58:53 'if:' arg passed, command will run.
19:58:53 Filled tag <[loc].center> with '[email protected], 90.5, 20.5, Zwrune'.
19:58:53 +> Executing 'PLAYSOUND': locations='[[email protected], 90.5, 20.5, Zwrune]' sound='block_conduit_attack_target' volume='0.2' pitch='0.01' custom='false'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 10 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 10 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 10 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 10 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 10 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 11 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 11 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 11 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:53 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:53 Filled tag <&color[co@233,187,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:53 +- Foreach loop 3 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '3'.
19:58:53 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:53 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:53 Filled tag <&color[co@223,153,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:53 +- Foreach loop 4 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '4'.
19:58:53 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:53 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:53 Filled tag <&color[co@212,119,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:53 +- Foreach loop 5 ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '5'.
19:58:53 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:53 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:53 Filled tag <&color[co@201,85,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:53 +- Foreach loop complete ---------+
19:58:53 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:53 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:53 +- Repeat loop 11 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:53 Filled tag <util.random_chance[6]> with 'false'.
19:58:53 'if:' arg returned false, command won't run.
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:53 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:53 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '1'.
19:58:53 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:53 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:53 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:53 Filled tag <&color[co@244,221,255]> with ''.
19:58:53 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:53 +- Foreach loop 2 ---------+
19:58:53 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:53 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:53 Filled tag <[maxSize]> with '1'.
19:58:53 Filled tag <[listPoint].size> with '5'.
19:58:53 Filled tag <[loop_index]> with '2'.
19:58:53 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:53 Filled tag <[color]> with '#b71cff'.
19:58:53 Filled tag <[points]> with '5'.
19:58:53 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 11 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:54 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6169_DropCareer' with NPC '720/Penguin Warrior LVL:13'...
19:58:54 +- Queue 'COMBAT_XP_SCRIPT32_6169_DropCareer' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6169_DropCareer' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:54 Additional Error Info: Tag-base 'context' returned null.
19:58:54 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:54 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:54 Comparing if context.damager.type EQUALS player ... false
19:58:54 No part of the if command passed, no block will run.
19:58:54 Completing queue 'COMBAT_XP_SCRIPT32_6169_DropCareer' in 2ms.
19:58:54 +- Repeat loop 12 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 12 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 12 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 12 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 12 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 13 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 13 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 13 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 13 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 13 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 14 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 14 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 14 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 14 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 14 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 15 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967,
-33.162853, 63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune | [email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune | [email protected], 90.92494801660521, 20.78656776897967, -33.162853,
63.66626, Zwrune | [email protected], 90.76084183470857, 20.675164195971703, Zwrune | [email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.14958402217795, 20.948830483440037, -15.32193, 80.882339, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 91.07031135782522, 20.902981458843282, -28.982632, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.92494801660521, 20.78656776897967, -33.162853, 63.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.675164195971703, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.675164195971703, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust
special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]> offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.76084183470857, 20.375164195971703, -49.195129, 123.66626, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6158_ScrollDictionary' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 15 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951,
60.071335, 176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune | [email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune | [email protected], 90.01728469403241, 20.49807734880951, 60.071335,
176.279724, Zwrune | [email protected], 90.27727886792782, 20.647438354660654, Zwrune | [email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.4684777924744, 20.267583600868495, 60.691895, 191.527557, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.73007780212882, 20.411473155341845, 73.207298, 182.28244, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.01728469403241, 20.49807734880951, 60.071335, 176.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.647438354660654, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.647438354660654, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.27727886792782, 20.347438354660653, 39.022484, 236.279724, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6160_AyaParticle' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 15 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382,
-26.213963, 118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune | [email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune | [email protected], 90.88222648622659, 20.446294547515382, -26.213963,
118.615692, Zwrune | [email protected], 90.74970913776708, 20.575196889758296, Zwrune | [email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.87866331041256, 20.15894516032654, 0.675764, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88220152147352, 20.302614857559643, 0.004768, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.88222648622659, 20.446294547515382, -26.213963, 118.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.575196889758296, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.575196889758296, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.74970913776708, 20.275196889758295, -47.996246, 178.615692, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6162_HttpDee' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 15 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539,
35.091309, 101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune | [email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune | [email protected], 90.13366781728719, 20.48540636580539, 35.091309,
101.68158, Zwrune | [email protected], 90.30613215847914, 20.53510750112407, Zwrune | [email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.67858337935304, 20.40824869140037, 76.866211, 112.56221, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 89.97073601978009, 20.43440370412306, 32.895329, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.13366781728719, 20.48540636580539, 35.091309, 101.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.53510750112407, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.53510750112407, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.30613215847914, 20.23510750112407, 34.791016, 161.68158, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6164_IsaacEnb' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop 15 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 907) playsound <[loc].center> sound:block_conduit_attack_target volume:0.2 pitch:0.01 if:<util.random_chance[6]> ---------+
19:58:54 Filled tag <util.random_chance[6]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 908) foreach <[listPoint].reverse> as:pointLoc ---------+
19:58:54 Filled tag <[listPoint].reverse> with 'li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645,
-29.2194, 84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 5): [email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune | [email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune | [email protected], 90.55738793892664, 20.54469300515645, -29.2194,
84.443237, Zwrune | [email protected], 90.410941377901, 20.51933980994886, Zwrune | [email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune' as='pointLoc'
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '1'.
19:58:54 Filled tag <element[1].div[5].mul[1].add[0.2]> with '0.4'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '34'.
19:58:54 Filled tag <color[#b71cff].with_saturation[34]> with 'co@244,221,255'.
19:58:54 Filled tag <&color[co@244,221,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.78435921638803, 20.549108962538234, -21.400616, 94.581833, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.4|'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '2'.
19:58:54 Filled tag <element[1].div[5].mul[2].add[0.2]> with '0.6'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '68'.
19:58:54 Filled tag <color[#b71cff].with_saturation[68]> with 'co@233,187,255'.
19:58:54 Filled tag <&color[co@233,187,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.67489317959583, 20.571421490577528, -23.059332, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.6|'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '3'.
19:58:54 Filled tag <element[1].div[5].mul[3].add[0.2]> with '0.8'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '102'.
19:58:54 Filled tag <color[#b71cff].with_saturation[102]> with 'co@223,153,255'.
19:58:54 Filled tag <&color[co@223,153,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.55738793892664, 20.54469300515645, -29.2194, 84.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='0.8|'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.51933980994886, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '4'.
19:58:54 Filled tag <element[1].div[5].mul[4].add[0.2]> with '1'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '136'.
19:58:54 Filled tag <color[#b71cff].with_saturation[136]> with 'co@212,119,255'.
19:58:54 Filled tag <&color[co@212,119,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.51933980994886, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1|'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 909) playeffect at:<[pointLoc]> effect:dust special_data:<element[<[maxSize]>].div[<[listPoint].size>].mul[<[loop_index]>].add[0.2]>|<&color[<color[<[color]>].with_saturation[<[loop_index].mul[<element[170].div[<[points]>]>].round.min[255]>]>]>
offset:0 visibility:1000 ---------+
19:58:54 Filled tag <[pointLoc]> with '[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune'.
19:58:54 Filled tag <[maxSize]> with '1'.
19:58:54 Filled tag <[listPoint].size> with '5'.
19:58:54 Filled tag <[loop_index]> with '5'.
19:58:54 Filled tag <element[1].div[5].mul[5].add[0.2]> with '1.2'.
19:58:54 Filled tag <[color]> with '#b71cff'.
19:58:54 Filled tag <[points]> with '5'.
19:58:54 Filled tag <element[170].div[5]> with '34'.
19:58:54 Filled tag <[loop_index].mul[34].round.min[255]> with '170'.
19:58:54 Filled tag <color[#b71cff].with_saturation[170]> with 'co@201,85,255'.
19:58:54 Filled tag <&color[co@201,85,255]> with ''.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 90.410941377901, 20.21933980994886, 14.474945, 144.443237, Zwrune]' radius='1000' data='0' quantity='1' offset='l@0, 0, 0' special_data='1.2|'
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'RIFT_6166_MinecraftEffort' Executing: (line 910) wait 1t ---------+
19:58:54 +> Executing 'WAIT': delay='[email protected] (0.05s)' mode='DELTA'
19:58:54 +- Repeat loop complete ---------+
19:58:54 Completing queue 'RIFT_6158_ScrollDictionary' in 874ms.
19:58:54 +- Repeat loop complete ---------+
19:58:54 Completing queue 'RIFT_6160_AyaParticle' in 843ms.
19:58:54 +- Repeat loop complete ---------+
19:58:54 Completing queue 'RIFT_6162_HttpDee' in 814ms.
19:58:54 +- Repeat loop complete ---------+
19:58:54 Completing queue 'RIFT_6164_IsaacEnb' in 782ms.
19:58:54 +- Repeat loop complete ---------+
19:58:54 Completing queue 'RIFT_6166_MinecraftEffort' in 749ms.
19:58:54 Running script event 'DeltaTime', event='on delta time secondly' for script 'CUSTOM_PFLANZEN_PARTIKEL'
19:58:54 Starting InstantQueue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat'...
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 13) foreach <server.online_players> as:p ---------+
19:58:54 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 14) if <[p].flag[mana]> > <[p].flag[max_mana]> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[p].flag[mana]> with '111'.
19:58:54 Filled tag <[p].flag[max_mana]> with '111'.
19:58:54 Comparing if 111 MORE 111 ... false
19:58:54 No part of the if command passed, no block will run.
19:58:54 +- Foreach loop complete ---------+
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 16) foreach <server.npcs_flagged[drops_farming_xp]> as:pf ---------+
19:58:54 Filled tag <server.npcs_flagged[drops_farming_xp]> with 'li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)' as='pf'
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:54 Filled tag <[pf].location.above[1]> with '[email protected], 144, -338.5, 0, 359.791992, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 144, -338.5, 0, 359.791992, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:54 +- Foreach loop 2 ---------+
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:54 Filled tag <[pf].location.above[1]> with '[email protected], 162, -310.5, 0, 271.427002, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 162, -310.5, 0, 271.427002, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:54 +- Foreach loop 3 ---------+
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:54 Filled tag <[pf].location.above[1]> with '[email protected], 86, -179.5, 0, 257.074219, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 86, -179.5, 0, 257.074219, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:54 +- Foreach loop 4 ---------+
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:54 Filled tag <[pf].location.above[1]> with '[email protected], 84, -159.5, 0, 359.865509, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -159.5, 0, 359.865509, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:54 +- Foreach loop 5 ---------+
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:54 Filled tag <[pf].location.above[1]> with '[email protected], 84, -187.5, 0, 165.563507, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -187.5, 0, 165.563507, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:54 +- Foreach loop 6 ---------+
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:54 Filled tag <[pf].location.above[1]> with '[email protected], 84, -179.5, 0, 315.369293, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -179.5, 0, 315.369293, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:54 +- Foreach loop 7 ---------+
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:54 Filled tag <[pf].location.above[1]> with '[email protected], 85, -171.5, 0, 40.118198, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 85, -171.5, 0, 40.118198, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:54 +- Foreach loop 8 ---------+
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:54 Filled tag <[pf].location.above[1]> with '[email protected], 87, -196.5, 0, 95.243401, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 87, -196.5, 0, 95.243401, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:54 +- Foreach loop complete ---------+
19:58:54 Completing queue 'CUSTOM_PFLANZEN_PARTIKEL_6170_ChallengeJumpsplat' in 5ms.
19:58:54 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANA_PARTIKEL'
19:58:54 Starting InstantQueue 'MANA_PARTIKEL_6171_RestructuringTrustee'...
19:58:54 +- Queue 'MANA_PARTIKEL_6171_RestructuringTrustee' Executing: (line 31) foreach <server.npcs_flagged[mana_partikel]> as:pf ---------+
19:58:54 Filled tag <server.npcs_flagged[mana_partikel]> with 'li@ (Size 1): n@821 (manapartikle)'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 1): n@821 (manapartikle)' as='pf'
19:58:54 +- Queue 'MANA_PARTIKEL_6171_RestructuringTrustee' Executing: (line 32) if <[pf].is_spawned> ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 Filled tag <[pf].is_spawned> with 'true'.
19:58:54 If command passed, running block.
19:58:54 +- Queue 'MANA_PARTIKEL_6171_RestructuringTrustee' Executing: (line 33) playeffect at:<[pf].location> effect:dust_color_transition special_data:2|<&b>|<&9> offset:3 quantity:20 ---------+
19:58:54 Filled tag <[pf].location> with '[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune'.
19:58:54 +> Executing 'PLAYEFFECT': special effect='DUST_COLOR_TRANSITION' locations='[[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune]' radius='15' data='0' quantity='20' offset='l@3, 3, 3' special_data='2||'
19:58:54 +- Foreach loop complete ---------+
19:58:54 Completing queue 'MANA_PARTIKEL_6171_RestructuringTrustee' in 0ms.
19:58:54 Running script event 'DeltaTime', event='on delta time secondly' for script 'LOOT_PARTIKEL'
19:58:54 Starting InstantQueue 'LOOT_PARTIKEL_6172_SonsSkill'...
19:58:54 +- Queue 'LOOT_PARTIKEL_6172_SonsSkill' Executing: (line 38) foreach <server.npcs_flagged[loot]> as:pfa ---------+
19:58:54 Filled tag <server.npcs_flagged[loot]> with 'li@ (Size 0)'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 0)' as='pfa'
19:58:54 Empty list, not looping...
19:58:54 Completing queue 'LOOT_PARTIKEL_6172_SonsSkill' in 0ms.
19:58:54 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANAREG'
19:58:54 Starting InstantQueue 'MANAREG_6176_DiversityWall'...
19:58:54 +- Queue 'MANAREG_6176_DiversityWall' Executing: (line 115) foreach <server.online_players> as:p ---------+
19:58:54 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:54 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:54 +- Queue 'MANAREG_6176_DiversityWall' Executing: (line 116) define max_mana <[p].flag[max_mana].if_null[100]> ---------+
19:58:54 Filled tag <[p].flag[max_mana].if_null[100]> with '111'.
19:58:54 +> Executing 'DEFINE': Queue='q@MANAREG_6176_DiversityWall' definition='max_mana' value='111'
19:58:54 +- Queue 'MANAREG_6176_DiversityWall' Executing: (line 117) flag <[p]> mana:++ if:<[p].flag[mana].if_null[0].is_less_than[<[max_mana]>]> ---------+
19:58:54 Filled tag <[p].flag[mana].if_null[0].is_less_than[111]> with 'false'.
19:58:54 'if:' arg returned false, command won't run.
19:58:54 +- Foreach loop complete ---------+
19:58:54 Completing queue 'MANAREG_6176_DiversityWall' in 0ms.
19:58:54 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:54 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6177_AttemptSn' with NPC '720/Penguin Warrior LVL:13'...
19:58:54 +- Queue 'COMBAT_XP_SCRIPT32_6177_AttemptSn' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6177_AttemptSn' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:54 Additional Error Info: Tag-base 'context' returned null.
19:58:54 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:54 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:54 Comparing if context.damager.type EQUALS player ... false
19:58:54 No part of the if command passed, no block will run.
19:58:54 Completing queue 'COMBAT_XP_SCRIPT32_6177_AttemptSn' in 2ms.
19:58:54 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:54 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6178_AdvertSoa' with NPC '720/Penguin Warrior LVL:13'...
19:58:54 +- Queue 'COMBAT_XP_SCRIPT32_6178_AdvertSoa' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:54 +> Executing 'IF': use_braces='true'
19:58:54 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6178_AdvertSoa' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:54 Additional Error Info: Tag-base 'context' returned null.
19:58:54 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:54 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:54 Comparing if context.damager.type EQUALS player ... false
19:58:54 No part of the if command passed, no block will run.
19:58:54 Completing queue 'COMBAT_XP_SCRIPT32_6178_AdvertSoa' in 2ms.
19:58:55 Running script event 'DeltaTime', event='on delta time secondly' for script 'CUSTOM_PFLANZEN_PARTIKEL'
19:58:55 Starting InstantQueue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen'...
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 13) foreach <server.online_players> as:p ---------+
19:58:55 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:55 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 14) if <[p].flag[mana]> > <[p].flag[max_mana]> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[p].flag[mana]> with '111'.
19:58:55 Filled tag <[p].flag[max_mana]> with '111'.
19:58:55 Comparing if 111 MORE 111 ... false
19:58:55 No part of the if command passed, no block will run.
19:58:55 +- Foreach loop complete ---------+
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 16) foreach <server.npcs_flagged[drops_farming_xp]> as:pf ---------+
19:58:55 Filled tag <server.npcs_flagged[drops_farming_xp]> with 'li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)'.
19:58:55 +> Executing 'FOREACH': list='li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)' as='pf'
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:55 Filled tag <[pf].location.above[1]> with '[email protected], 144, -338.5, 0, 359.791992, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 144, -338.5, 0, 359.791992, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:55 +- Foreach loop 2 ---------+
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:55 Filled tag <[pf].location.above[1]> with '[email protected], 162, -310.5, 0, 271.427002, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 162, -310.5, 0, 271.427002, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:55 +- Foreach loop 3 ---------+
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:55 Filled tag <[pf].location.above[1]> with '[email protected], 86, -179.5, 0, 257.074219, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 86, -179.5, 0, 257.074219, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:55 +- Foreach loop 4 ---------+
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:55 Filled tag <[pf].location.above[1]> with '[email protected], 84, -159.5, 0, 359.865509, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -159.5, 0, 359.865509, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:55 +- Foreach loop 5 ---------+
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:55 Filled tag <[pf].location.above[1]> with '[email protected], 84, -187.5, 0, 165.563507, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -187.5, 0, 165.563507, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:55 +- Foreach loop 6 ---------+
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:55 Filled tag <[pf].location.above[1]> with '[email protected], 84, -179.5, 0, 315.369293, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -179.5, 0, 315.369293, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:55 +- Foreach loop 7 ---------+
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:55 Filled tag <[pf].location.above[1]> with '[email protected], 85, -171.5, 0, 40.118198, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 85, -171.5, 0, 40.118198, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:55 +- Foreach loop 8 ---------+
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:55 Filled tag <[pf].location.above[1]> with '[email protected], 87, -196.5, 0, 95.243401, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 87, -196.5, 0, 95.243401, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:55 +- Foreach loop complete ---------+
19:58:55 Completing queue 'CUSTOM_PFLANZEN_PARTIKEL_6179_CompanionDenizen' in 5ms.
19:58:55 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANA_PARTIKEL'
19:58:55 Starting InstantQueue 'MANA_PARTIKEL_6180_PreId'...
19:58:55 +- Queue 'MANA_PARTIKEL_6180_PreId' Executing: (line 31) foreach <server.npcs_flagged[mana_partikel]> as:pf ---------+
19:58:55 Filled tag <server.npcs_flagged[mana_partikel]> with 'li@ (Size 1): n@821 (manapartikle)'.
19:58:55 +> Executing 'FOREACH': list='li@ (Size 1): n@821 (manapartikle)' as='pf'
19:58:55 +- Queue 'MANA_PARTIKEL_6180_PreId' Executing: (line 32) if <[pf].is_spawned> ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 Filled tag <[pf].is_spawned> with 'true'.
19:58:55 If command passed, running block.
19:58:55 +- Queue 'MANA_PARTIKEL_6180_PreId' Executing: (line 33) playeffect at:<[pf].location> effect:dust_color_transition special_data:2|<&b>|<&9> offset:3 quantity:20 ---------+
19:58:55 Filled tag <[pf].location> with '[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune'.
19:58:55 +> Executing 'PLAYEFFECT': special effect='DUST_COLOR_TRANSITION' locations='[[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune]' radius='15' data='0' quantity='20' offset='l@3, 3, 3' special_data='2||'
19:58:55 +- Foreach loop complete ---------+
19:58:55 Completing queue 'MANA_PARTIKEL_6180_PreId' in 0ms.
19:58:55 Running script event 'DeltaTime', event='on delta time secondly' for script 'LOOT_PARTIKEL'
19:58:55 Starting InstantQueue 'LOOT_PARTIKEL_6181_MouseRunner'...
19:58:55 +- Queue 'LOOT_PARTIKEL_6181_MouseRunner' Executing: (line 38) foreach <server.npcs_flagged[loot]> as:pfa ---------+
19:58:55 Filled tag <server.npcs_flagged[loot]> with 'li@ (Size 0)'.
19:58:55 +> Executing 'FOREACH': list='li@ (Size 0)' as='pfa'
19:58:55 Empty list, not looping...
19:58:55 Completing queue 'LOOT_PARTIKEL_6181_MouseRunner' in 0ms.
19:58:55 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANAREG'
19:58:55 Starting InstantQueue 'MANAREG_6185_CoupledTheInventorist'...
19:58:55 +- Queue 'MANAREG_6185_CoupledTheInventorist' Executing: (line 115) foreach <server.online_players> as:p ---------+
19:58:55 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:55 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:55 +- Queue 'MANAREG_6185_CoupledTheInventorist' Executing: (line 116) define max_mana <[p].flag[max_mana].if_null[100]> ---------+
19:58:55 Filled tag <[p].flag[max_mana].if_null[100]> with '111'.
19:58:55 +> Executing 'DEFINE': Queue='q@MANAREG_6185_CoupledTheInventorist' definition='max_mana' value='111'
19:58:55 +- Queue 'MANAREG_6185_CoupledTheInventorist' Executing: (line 117) flag <[p]> mana:++ if:<[p].flag[mana].if_null[0].is_less_than[<[max_mana]>]> ---------+
19:58:55 Filled tag <[p].flag[mana].if_null[0].is_less_than[111]> with 'false'.
19:58:55 'if:' arg returned false, command won't run.
19:58:55 +- Foreach loop complete ---------+
19:58:55 Completing queue 'MANAREG_6185_CoupledTheInventorist' in 0ms.
19:58:55 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:55 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6186_RickyMarilyn' with NPC '720/Penguin Warrior LVL:13'...
19:58:55 +- Queue 'COMBAT_XP_SCRIPT32_6186_RickyMarilyn' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6186_RickyMarilyn' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:55 Additional Error Info: Tag-base 'context' returned null.
19:58:55 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:55 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:55 Comparing if context.damager.type EQUALS player ... false
19:58:55 No part of the if command passed, no block will run.
19:58:55 Completing queue 'COMBAT_XP_SCRIPT32_6186_RickyMarilyn' in 1ms.
19:58:55 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:55 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6187_UpdatesRuntime' with NPC '720/Penguin Warrior LVL:13'...
19:58:55 +- Queue 'COMBAT_XP_SCRIPT32_6187_UpdatesRuntime' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:55 +> Executing 'IF': use_braces='true'
19:58:55 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6187_UpdatesRuntime' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:55 Additional Error Info: Tag-base 'context' returned null.
19:58:55 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:55 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:55 Comparing if context.damager.type EQUALS player ... false
19:58:55 No part of the if command passed, no block will run.
19:58:55 Completing queue 'COMBAT_XP_SCRIPT32_6187_UpdatesRuntime' in 2ms.
19:58:56 Running script event 'DeltaTime', event='on delta time secondly' for script 'CUSTOM_PFLANZEN_PARTIKEL'
19:58:56 Starting InstantQueue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning'...
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 13) foreach <server.online_players> as:p ---------+
19:58:56 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:56 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 14) if <[p].flag[mana]> > <[p].flag[max_mana]> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[p].flag[mana]> with '111'.
19:58:56 Filled tag <[p].flag[max_mana]> with '111'.
19:58:56 Comparing if 111 MORE 111 ... false
19:58:56 No part of the if command passed, no block will run.
19:58:56 +- Foreach loop complete ---------+
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 16) foreach <server.npcs_flagged[drops_farming_xp]> as:pf ---------+
19:58:56 Filled tag <server.npcs_flagged[drops_farming_xp]> with 'li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)'.
19:58:56 +> Executing 'FOREACH': list='li@ (Size 8): n@791 (Pflanze) | n@806 (Pflanze) | n@748 (Pflanze) | n@752 (Pflanze) | n@750 (Pflanze) | n@749 (Pflanze) | n@751 (Pflanze) | n@753 (Pflanze)' as='pf'
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:56 Filled tag <[pf].location.above[1]> with '[email protected], 144, -338.5, 0, 359.791992, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 144, -338.5, 0, 359.791992, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:56 +- Foreach loop 2 ---------+
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:56 Filled tag <[pf].location.above[1]> with '[email protected], 162, -310.5, 0, 271.427002, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 162, -310.5, 0, 271.427002, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:56 +- Foreach loop 3 ---------+
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:56 Filled tag <[pf].location.above[1]> with '[email protected], 86, -179.5, 0, 257.074219, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 86, -179.5, 0, 257.074219, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:56 +- Foreach loop 4 ---------+
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:56 Filled tag <[pf].location.above[1]> with '[email protected], 84, -159.5, 0, 359.865509, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -159.5, 0, 359.865509, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:56 +- Foreach loop 5 ---------+
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:56 Filled tag <[pf].location.above[1]> with '[email protected], 84, -187.5, 0, 165.563507, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -187.5, 0, 165.563507, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:56 +- Foreach loop 6 ---------+
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:56 Filled tag <[pf].location.above[1]> with '[email protected], 84, -179.5, 0, 315.369293, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 84, -179.5, 0, 315.369293, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:56 +- Foreach loop 7 ---------+
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:56 Filled tag <[pf].location.above[1]> with '[email protected], 85, -171.5, 0, 40.118198, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 85, -171.5, 0, 40.118198, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:56 +- Foreach loop 8 ---------+
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 17) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' Executing: (line 18) playeffect effect:dust special_data:1.0|green quantity:10 offset:0.5 at:<[pf].location.above[1]> ---------+
19:58:56 Filled tag <[pf].location.above[1]> with '[email protected], 87, -196.5, 0, 95.243401, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST' locations='[[email protected], 87, -196.5, 0, 95.243401, Zwrune]' radius='15' data='0' quantity='10' offset='[email protected], 0.5, 0.5' special_data='1.0|green'
19:58:56 +- Foreach loop complete ---------+
19:58:56 Completing queue 'CUSTOM_PFLANZEN_PARTIKEL_6188_SirbandersnatchWinning' in 5ms.
19:58:56 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANA_PARTIKEL'
19:58:56 Starting InstantQueue 'MANA_PARTIKEL_6189_GraduatedColours'...
19:58:56 +- Queue 'MANA_PARTIKEL_6189_GraduatedColours' Executing: (line 31) foreach <server.npcs_flagged[mana_partikel]> as:pf ---------+
19:58:56 Filled tag <server.npcs_flagged[mana_partikel]> with 'li@ (Size 1): n@821 (manapartikle)'.
19:58:56 +> Executing 'FOREACH': list='li@ (Size 1): n@821 (manapartikle)' as='pf'
19:58:56 +- Queue 'MANA_PARTIKEL_6189_GraduatedColours' Executing: (line 32) if <[pf].is_spawned> ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 Filled tag <[pf].is_spawned> with 'true'.
19:58:56 If command passed, running block.
19:58:56 +- Queue 'MANA_PARTIKEL_6189_GraduatedColours' Executing: (line 33) playeffect at:<[pf].location> effect:dust_color_transition special_data:2|<&b>|<&9> offset:3 quantity:20 ---------+
19:58:56 Filled tag <[pf].location> with '[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune'.
19:58:56 +> Executing 'PLAYEFFECT': special effect='DUST_COLOR_TRANSITION' locations='[[email protected], 89.4905, -183.7153, 28.8001, 194.510406, Zwrune]' radius='15' data='0' quantity='20' offset='l@3, 3, 3' special_data='2||'
19:58:56 +- Foreach loop complete ---------+
19:58:56 Completing queue 'MANA_PARTIKEL_6189_GraduatedColours' in 1ms.
19:58:56 Running script event 'DeltaTime', event='on delta time secondly' for script 'LOOT_PARTIKEL'
19:58:56 Starting InstantQueue 'LOOT_PARTIKEL_6190_PreferredState'...
19:58:56 +- Queue 'LOOT_PARTIKEL_6190_PreferredState' Executing: (line 38) foreach <server.npcs_flagged[loot]> as:pfa ---------+
19:58:56 Filled tag <server.npcs_flagged[loot]> with 'li@ (Size 0)'.
19:58:56 +> Executing 'FOREACH': list='li@ (Size 0)' as='pfa'
19:58:56 Empty list, not looping...
19:58:56 Completing queue 'LOOT_PARTIKEL_6190_PreferredState' in 0ms.
19:58:56 Running script event 'DeltaTime', event='on delta time secondly' for script 'MANAREG'
19:58:56 Starting InstantQueue 'MANAREG_6194_TripMsgid'...
19:58:56 +- Queue 'MANAREG_6194_TripMsgid' Executing: (line 115) foreach <server.online_players> as:p ---------+
19:58:56 Filled tag <server.online_players> with 'li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)'.
19:58:56 +> Executing 'FOREACH': list='li@ (Size 1): p@c1f5bdf7-63e4-4109-a844-094d66955adb (Flazockt)' as='p'
19:58:56 +- Queue 'MANAREG_6194_TripMsgid' Executing: (line 116) define max_mana <[p].flag[max_mana].if_null[100]> ---------+
19:58:56 Filled tag <[p].flag[max_mana].if_null[100]> with '111'.
19:58:56 +> Executing 'DEFINE': Queue='q@MANAREG_6194_TripMsgid' definition='max_mana' value='111'
19:58:56 +- Queue 'MANAREG_6194_TripMsgid' Executing: (line 117) flag <[p]> mana:++ if:<[p].flag[mana].if_null[0].is_less_than[<[max_mana]>]> ---------+
19:58:56 Filled tag <[p].flag[mana].if_null[0].is_less_than[111]> with 'false'.
19:58:56 'if:' arg returned false, command won't run.
19:58:56 +- Foreach loop complete ---------+
19:58:56 Completing queue 'MANAREG_6194_TripMsgid' in 0ms.
19:58:56 Running script event 'EntityDamaged', event='on entity damaged' for script 'COMBAT_XP_SCRIPT32'
19:58:56 Starting InstantQueue 'COMBAT_XP_SCRIPT32_6195_MediawikiSeeks' with NPC '720/Penguin Warrior LVL:13'...
19:58:56 +- Queue 'COMBAT_XP_SCRIPT32_6195_MediawikiSeeks' Executing: (line 293) if <context.damager.type> == player ---------+
19:58:56 +> Executing 'IF': use_braces='true'
19:58:56 ERROR in script 'combat_xp_script32' in queue 'COMBAT_XP_SCRIPT32_6195_MediawikiSeeks' while executing command 'IF' in file '\scripts\xp.dsc' on line '293' with NPC 'n@720 (Penguin Warrior LVL:13)'!
Error Message: Invalid context ID 'damager'!
19:58:56 Additional Error Info: Tag-base 'context' returned null.
19:58:56 Additional Error Info: Tag <context.damager.type> is invalid!
19:58:56 Additional Error Info: Unfilled or unrecognized sub-tag(s) 'context.damager.type' for tag <context.damager.type>!
19:58:56 Comparing if context.damager.type EQUALS player ... false
19:58:56 No part of the if command passed, no block will run.
19:58:56 Completing queue 'COMBAT_XP_SCRIPT32_6195_MediawikiSeeks' in 1ms.