I don't know how to do backwars but you can set the focal point of the path executor or the navigator (not such which one it was). <br><br>The bot will keep looking at it's focal point while moving to it's destination. This is useful if you want to circle around some thing or back up while looking at it.<br>
<br><div class="gmail_quote">On 17 April 2011 19:09, aisa87 <span dir="ltr"><<a href="mailto:pogamut-forum@diana.ms.mff.cuni.cz">pogamut-forum@diana.ms.mff.cuni.cz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Re: Feedback, Things that don't work properly and things that should be included<br>
<br>
Author: aisa87<br>
<br>
Hi,<br>
<br>
I was coding a listener to blow combos (shock-combos) if the player was closer to a shock-ball than a certain distance. I noticed that it just worked if I was close to the bot. Because it was a bit weird, I decided to check out what was happening within the listener. So I did the following:<br>

<div class="im"><br>
   @ObjectClassEventListener(eventClass = WorldObjectUpdatedEvent.class, objectClass = IncomingProjectile.class)<br>
</div>    protected void incomingProjectile(WorldObjectUpdatedEvent event) {<br>
        IncomingProjectile cucumber = event.getObject();<br>
<br>
        body.getCommunication().sendGlobalTextMessage("x = " + cucumber.getLocation().x + ", y = " + cucumber.getLocation().y + ", z = " + cucumber.getLocation().z);<br>
    }<br>
<br>
If you execute that code, you'll see that the location of the projectile don't get updated. The bot sends a message the first time he sees the projectile, but he doesn't update the info about the projectile. WorldObjectAppearedEvent doesn't work with IncomingProjectile.class. So, how can I get updated information about projectiles?<br>

<br>
Another question, how can I run backwards?<br>
<font color="#888888"><br>
--<br>
Reply Link: <<a href="http://diana.ms.mff.cuni.cz/main/tiki-view_forum_thread.php?forumId=4&comments_reply_threadId=4&comments_parentId=646&post_reply=1#form" target="_blank">http://diana.ms.mff.cuni.cz/main/tiki-view_forum_thread.php?forumId=4&comments_reply_threadId=4&comments_parentId=646&post_reply=1#form</a>><br>

</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Pogamut-list mailing list<br>
<a href="mailto:Pogamut-list@amis.mff.cuni.cz">Pogamut-list@amis.mff.cuni.cz</a><br>
<a href="https://artemis.ms.mff.cuni.cz/mailman/listinfo/pogamut-list" target="_blank">https://artemis.ms.mff.cuni.cz/mailman/listinfo/pogamut-list</a><br>
</div></div></blockquote></div><br>