Not able to execute this script smoothly
all it does is
1. stand there when entering game waiting to be hit by mobs
2. cast smokescreen and stop moving until smokescreen have even cooldown
3. I am using this script with ignore kill on out of dank cellar but it don't work at all
4. Unable to use spike trap because it doesn't have a function that allow me to place the spike trap on a specific area
5. If is using Mark of death on every creep even after i set it to do it only on elite via generic combat
6. basically this have a lots of issue
Misc
1. There is no documentation for plugin coding - i am wondering if it would be more flexible to code up a plugin to execute the profile above in c#
2. It is also lacked of the XML profile documentation
Code:
<Profile>
<Name>Dank DH</Name>
<GameParams quest="87700" step="27" act="A1" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1" />
<Order>
<WriteReport />
<MoveTo questId="1" x="1990" y="2655" z="37.8" />
<UsePower questId="1" powerId="130695" />
<MoveTo questId="1" x="2050" y="2535" z="27.1" />
<UsePower questId="1" powerId="130695" />
<MoveTo questId="1" x="2067.5" y="2480" z="27.1" name="Dank cellar portal" />
<If condition="ActorExistsAt(176007, 2059.629, 2478.667, 27.02374, 15)">
<While condition="Me.CurrentScene is not None and not Me.CurrentScene.Mesh.LevelAreaSNO == 106756">
<UseObject questId="1" x="2058.653" y="2476.354" z="26.32902" actorId="176007" interactRange="10" />
<WaitTimer questId="1" waitTime="1500" />
</While>
<MoveTo questId="1" x="120.4" y="155.6" z="0.1000004" />
<UsePower questId="1" powerId="133695" />
<MoveTo questId="1" x="120.4" y="141.6" z="0.1000004" />
<UsePower questId="1" powerId="75301" />
<MoveTo questId="1" x="120.4" y="120.6" z="0.1000004" />
</If>
<UseTownPortal questId="1" />
<LeaveGame reason="Run is done" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
</Profile>
all it does is
1. stand there when entering game waiting to be hit by mobs
2. cast smokescreen and stop moving until smokescreen have even cooldown
3. I am using this script with ignore kill on out of dank cellar but it don't work at all
4. Unable to use spike trap because it doesn't have a function that allow me to place the spike trap on a specific area
5. If is using Mark of death on every creep even after i set it to do it only on elite via generic combat
6. basically this have a lots of issue
Misc
1. There is no documentation for plugin coding - i am wondering if it would be more flexible to code up a plugin to execute the profile above in c#
2. It is also lacked of the XML profile documentation






