rmgrimm / ro-rail

Rampage AI Lite - Homunculus and Mercenary AI Script for Ragnarok Online
2 stars 2 forks source link

Disable kill-steal prevention; and disable chase targeting (aka stand still) #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Kill-stealing other homunculus
2.
3.

What is the expected outcome? What do you see instead?
Make my homunculus KS, is it possible?

What revision of the product are you using?
"$Id: Version.lua 160 2010-04-23 15:41:07Z faithful613 $"

What type of homunculus/mercenary are you using?
Vanilmirth

Please provide any additional information below.
Is it possible to make it just stand still and cast bolts?

Original issue reported on code.google.com by IGdwi...@gmail.com on 25 Apr 2010 at 5:43

GoogleCodeExporter commented 9 years ago
It is possible to enable kill-stealing by setting
rail_state["ActorOptions"]["Default"]["FreeForAll"] = true

This will tag all monsters as free-for-all, which effectively disables 
Kill-Steal 
prevention.

To stand still, set
rail_state["DisableChase"] = true

Refer to the wiki for more information on DisableChase.

Both options were added in revision 162. :)

Original comment by faithful...@gmail.com on 26 Apr 2010 at 4:00

GoogleCodeExporter commented 9 years ago
thanks! how's the GUI going?

Original comment by IGdwi...@gmail.com on 27 Apr 2010 at 8:59

GoogleCodeExporter commented 9 years ago
hello! i'm using your newest updated version and there seems to be a problem. 
My vanil, at times, would get stuck for about a min. or so. Sometimes it would 
chase
it's target, and once it gets near it would just stand still and not attack but 
just
use skills. Before i updated RAIL ro it did not have this problem and worked
perfectly fine. I just wanted to tell you so you may continue to work on this 
project
better. Thanks!

btw I have enabled free for all and attack while chasing. I have tried 
disabling them
but the same thing happens. Oh and if i may ask, what is attackwhilechasing for?

Original comment by IGdwi...@gmail.com on 27 Apr 2010 at 5:38