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

Change BG Bot Hot Spots

Pearl1219

New Member
Joined
Jul 7, 2010
Messages
194
Reaction score
1
I'm interested in making my own hotspots for some BG Bot Profiles, however, I'm not 100% sure how to.

In WSG I see this.

Code:
<Hotspot side="1" name="HordeFlag" bry="1409" brx="907" tly="1471" 
tlx="988" z="344.3113" y="1433.579" x="925.9624"/>

I know how to get my position but I'm not sure what the bry, brx, tly, is.
 
I'm interested in making my own hotspots for some BG Bot Profiles, however, I'm not 100% sure how to.

In WSG I see this.

Code:
<Hotspot side="1" name="HordeFlag" bry="1409" brx="907" tly="1471" 
tlx="988" z="344.3113" y="1433.579" x="925.9624"/>

I know how to get my position but I'm not sure what the bry, brx, tly, is.

My guess would be that

bry = Bottom Right Y
brx = Bottom Right X
tly = Top Left Y
tlx = Top KLeft X

You are drawing a box with these coords. IIRC the bot will watch this box to determine where it should be moving(Taking into account players in the box/points of interests in the box)
 
Back
Top