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

Type="TD"

After Future feature Release, Scout, TD, Artillery (this is speculative speak, but this show how it should work ,anything can change here without notice, I will update when we see this features!)
Code:

<?xml version="1.0" encoding="utf-8"?>
<Profile>
<Map>37_caucasus</Map>
<Hotspots>
<Hotspot Team="1" X="147.0657" Y="-14.77332" Z="206.6758" Type="Artillery" /><!--14--> (only arty use this)
<Hotspot Team="1" X="-426.4784" Y="1.310041" Z="-108.9269" Type="TD" /><!--06-->(only TD use this)
<Hotspot Team="1" X="-27.20771" Y="0.6731228" Z="-331.2828" Type="Scout" /><!--10-->(only Scout use this)
<Hotspot Team="1" X="147.0657" Y="-14.77332" Z="206.6758" Type="Scout" /><!--14-->
<Hotspot Team="1" X="147.0657" Y="-14.77332" Z="206.6758" Type="Normal" /><!--14-->( any one can use this except Arty)
<Hotspot Team="1" X="220.5367" Y="-14.73642" Z="131.3479" Type="Normal" /><!--13-->
<Hotspot Team="2" X="-27.20771" Y="0.6731228" Z="-331.2828" Type="Normal" /><!--10-->
<Hotspot Team="2" X="-426.4784" Y="1.310041" Z="-108.9269" Type="Normal" /><!--06-->
</Hotspots>
</Profile>


<Hotspot Team="1" X="-426.4784" Y="1.310041" Z="-108.9269" Type="TD" /><!--06-->(only TD use this)
<Hotspot Team="1" X="-27.20771" Y="0.6731228" Z="-331.2828" Type="Scout" /><!--10-->(only Scout use this)
It is already running? If not, when will be added mode: TD, SCOUT ?
 
It's a good idea, and we'll probably be adding that soon. It'll be tied to the routines the tanks are currently using - the ones you can select in the queue section of TankLeader. I'll have to find a way to make that work nicely first.
 
Would be cool to be able to add a campmin and a campmap time to the waypoints for defining how long the bot should camp at a position. Ad a heading and you have a perfect camp point definition.

e.g.

<Hotspot Team="1" X="-426.4784" Y="1.310041" Z="-108.9269" Type="TD" campmin="30" campmax="60" heading="276"/><!--06-->(only TD use this)

could let the bot camp at this position for 30-60 seconds in the direction of 276?.
 
Back
Top