Page 1 of 1

Stuck Report

Posted: Thu Oct 27, 2011 2:35 pm
by lordmata
Any way to set instead of logging off after 10th stuck to use Stuck Report option? simple as that :D

Re: Stuck Report

Posted: Thu Oct 27, 2011 4:39 pm
by BillDoorNZ
You don't really want your bot to send in stuck reports.

Most of the time, the bot gets stuck due to your character running too close to an obstacle on its way to the next waypoint. Sometimes this is due to the WAYPOINT_DEVIATION value and sometimes its just that the waypoint not ideally positioned.

Sending in a stuck report to a GM who takes a look and notices that you are running into a cliff is not a good look ;)

Re: Stuck Report

Posted: Thu Oct 27, 2011 9:24 pm
by lisa
Have a read of this

I added in a venue for people to customise what happens at stick counter points.
If you create a userfunction and have all or any functions called

Code: Select all

function unStick3()
function unStick6()
function unStick9()

Then that code will be performed at the number, ie 3 will be at 3 unsticks, 6 for 6 and 9 for 9. If you don't have a user function with any of these names then it will do what it always does.