This is a great script but I keep having a problem..
@acts[0] << ["Home", 5, 3, 3] # This is the first waypoint. Its added to act 1 (with index 0) and its act index is 0.
@acts[0] << ["Marbloteth", 9, 21, 4] # This is the second waypoint added to act 1. Its act index is 1.
@acts[0] << ["Battle Arena", 17, 21, 39]
@acts[0] << ["Accessory Island", 33, 0, 3]
@acts[0] << ["Party Member Rental House 1", 41, 17, 13]
@acts[0] << ["Port Town", 37, 12, 35]
This is what I'm using, they are all correct except the Party Member Rental House 1. I counted the maps to which one it was and it says it can't find map 41. When I change it to 40, it goes to the map before it though. Any help?
Thank you for taking the time to look.
@acts[0] << ["Home", 5, 3, 3] # This is the first waypoint. Its added to act 1 (with index 0) and its act index is 0.
@acts[0] << ["Marbloteth", 9, 21, 4] # This is the second waypoint added to act 1. Its act index is 1.
@acts[0] << ["Battle Arena", 17, 21, 39]
@acts[0] << ["Accessory Island", 33, 0, 3]
@acts[0] << ["Party Member Rental House 1", 41, 17, 13]
@acts[0] << ["Port Town", 37, 12, 35]
This is what I'm using, they are all correct except the Party Member Rental House 1. I counted the maps to which one it was and it says it can't find map 41. When I change it to 40, it goes to the map before it though. Any help?
Thank you for taking the time to look.