Yiyotop / ro-rail

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

Friend Support problem #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I'm a priest with a bow mercenary.
I have a Knight friend.
I call my mercenary and with traceAI i get his ID
I set this:
rail_state["ActorOptions"]["ByID"][1234567] = {}
rail_state["ActorOptions"]["ByID"][1234567]["Friend"] = true
rail_state["ActorOptions"]["ByID"][1234567]["Name"] = 'FriendKnight'

And also this:
rail_state["AssistOptions"]["Friend"] = "assist"

Another thing because it wasn't working:
rail_state["TempFriendRange"] = 8
And i was ALWAYS standing behind him.

I don't exactly remember what my config was when i did this test as i had to 
change it later; i think i tried switching several options such as DefendOnly, 
Aggressive but without any success

What is the expected outcome? What do you see instead?
My friend Knight attacks and gets attacked by a monster, the mercenary should 
assist my friend as he gets attacked but the mercenary did nothing at all. I 
have to add i wasn't using the MobID file, since it's empty, so i  must work 
with the Default option of the ActorOptions. BAsically i just want the 
mercenary assist when my friend gets attacked ONLY (don't want it in aggressive 
mode attacking everything)

What revision of the product are you using?
172

What type of homunculus/mercenary are you using?
Bow Mercenary.

Please provide any additional information below.
I can make this test on an isolated environment if you need, since the knight 
has Provoke. If you need any more feedback let me know i'll try to gather as 
much data as possible.

Original issue reported on code.google.com by Kusanag...@gmail.com on 17 Sep 2010 at 7:31

GoogleCodeExporter commented 8 years ago
I made some changes which should fix this problem. Can you verify that it's 
fixed?

Original comment by faithful...@gmail.com on 18 Sep 2010 at 10:47

GoogleCodeExporter commented 8 years ago
Premilimary tests proves that this is fixed. Thank you

Original comment by Kusanag...@gmail.com on 18 Sep 2010 at 2:02