What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Sarkoth

cutebeast

New Member
Joined
Jun 13, 2012
Messages
27
Reaction score
0
Not able to execute this script smoothly

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
 
I use 35/30 for kill/loot and my skill bar is as follows.

slot 1: Smokescreen every 6 seconds (not a lot of good options to fine tune how your character uses skills yet)
slot 2: nothing
slot 3: nothing
slot 4: ferrets every 120 seconds
primary: evasive fire with covering fire
secondary: nothing

I set everything but mentioned to use at 1hp (dead by then).
 
thanks for the info but if you notice it just cast smokescreen and wait initially and might die.
 
Autoit can do 250K+
d3a can do 400K+
db can do <100k

Basically without improvement on the profile calling function which have delay and limited combat i think we can all go with autoit or ahk
 
Back
Top