Hi all! In advance I apologize for my bad English - I am not the native speaker. I'm trying to make a small customization of BGBuddy Default Profiles by changing center of blackspots in them coz there are a lot of bgbuddy users right now and 3-5 players moving in same way looks terribly botish. I found following text inside one of the profiles: StartingFaceLocation X="701.6498" Y="702.2996" Z="-15.83955" Side="Horde" / I't seems to me that i can manage not only the place where bot is standing but also a direction he is looking at? For example i wanted to move my bot closer to the gates an the Strand of the Ancients, but he is standing there and watching at the wall while enemy is approaching from behind ) So it would be nasty if he could look at the direction where enemy is coming from. Question is - how to do it? Here is the example of blackspot config (default): <Box Name="GateOfTheYellowMoon"> <Center X="1094.945" Y="-106.6107" Z="72.15096" /> <TopLeft X="1094.945" Y="-106.6107" Z="72.15096" /> <BottomRight X="1094.945" Y="-106.6107" Z="72.15096" /> </Box> How and where should i paste the facing direction?
That is sad ( I wanted to make my bot more human-like and thought some thing like this... <Box Name="GateOfTheYellowMoon"> <Center X="1094.945" Y="-106.6107" Z="72.15096" /> <TopLeft X="1094.945" Y="-106.6107" Z="72.15096" /> <BottomRight X="1094.945" Y="-106.6107" Z="72.15096" /> <FaceLocation X="701.6498" Y="702.2996" Z="-15.83955" /> (coords are random) </Box> ... would work. Yeah i'm low in coding ) Thank you for reply.