Yiyotop / ro-rail

Automatically exported from code.google.com/p/ro-rail
0 stars 0 forks source link

Problems in adding new ByType and the AI sometimes freezed there without attacking #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Configuring the AI while in-game
2.Adding new ByType
3.Changing the value of MaxDistance

What is the expected outcome? What do you see instead?
The first thing that I expect is that the values don't change as it always 
revert back to the default. 

What revision of the product are you using?
Version.lua 171

What type of homunculus/mercenary are you using?
Amistr

Please provide any additional information below.
One of them is that I want to change it to this 
    rail_state["AssistOptions"]["Owner"] = "assist" 
but after 5-10 seconds, it revert back to 
    rail_state["AssistOptions"]["Owner"] = "indifferent"
Any proper way to actually change it? What I mean is that can I configure it 
while I'm using it or I have to close RO to configure it?
Another thing is that the Ai freezed sometimes without attacking or moving. It 
will stay in that state until I moved my character.

Original issue reported on code.google.com by simon.as...@gmail.com on 8 Jul 2010 at 11:05

GoogleCodeExporter commented 8 years ago
In order to make configuration changes while the AI is active, you should make 
sure to set:

rail_state["update"] = true

This indicates to the running script that configuration has changed and it 
should reload the configuration. You can read more about this in the State-file 
Index wiki page.

With regard to the AI freezing, please open a new issue and include a copy of 
the TraceAI.txt after this problem happens. Be sure to turn on /traceai while 
playing so that logging will happen.

Original comment by faithful...@gmail.com on 8 Jul 2010 at 11:43