officers wrote:hmm...okay...so i got the setup figured out or so i thought...
However, when I got the waypoints entered, and pasted them to the acbinit, it comes back with a type mismatch pointing at the first waypoint array.
If this helps in debugging it...i used format 5 of your WP creator, 3 waypoints to get from A to B...
Dim WPrefTabToRefTM(0,2)
WPumToFinTab(0,0) = 32643: WPumToFinTab(0,1) = -45741: WPumToFinTab(0,2) = 0
WPumToFinTab(1,0) = 32662: WPumToFinTab(1,1) = -46341: WPumToFinTab(1,2) = 0
WPumToFinTab(2,0) = 33067: WPumToFinTab(2,1) = -48712: WPumToFinTab(2,2) = 0
any idea where i went wrong?
I quoted this cause it is in referance to, what I think is the same problum, just didn't understand the solution. When I run my script, it instantly comes back with a
Error: Line:235, Char: 0 :: Subscript out of range: '[number: 1]'
and this is the area it comes to when it ends
'Waypoints from refining table to refining taskmaster
Dim WPrefTabToRefTM(0,2)
WPrefTabToRefTM(0,0) = 9442: WPrefTabToRefTM(0,1) = 47388: WPrefTabToRefTM(0,2) = 0
WPrefTabToRefTM(1,0) = 9305: WPrefTabToRefTM(1,1) = 47590: WPrefTabToRefTM(1,2) = 0
'Waypoints from finishing table to finishing taskmaster
Dim WPfinTabToFinTm(0,2)
WPfinTabToFinTm(0,0) = 9313: WPfinTabToFinTm(0,1) = 47090: WPfinTabToFinTm(0,2) = 0
WPfinTabToFinTm(1,0) = 7702: WPfinTabToFinTm(1,1) = 46747: WPfinTabToFinTm(1,2) = 0
'Waypoints from finishing taskmaster to refining taskmaster
Dim WPfinTMtoRefTM(0,2)
WPfinTMtoRefTM(0,0) = 7702: WPfinTMtoRefTM(0,1) = 46747: WPfinTMtoRefTM(0,2) = 0
WPfinTMtoRefTM(1,0) = 9118: WPfinTMtoRefTM(1,1) = 47671: WPfinTMtoRefTM(1,2) = 0
'Waypoints from refining taskmaster to finishing taskmaster
Dim WPrefTMToFinTM(0,2)
WPrefTMToFinTM(0,0) = 9118: WPrefTMToFinTM(0,1) = 47671: WPrefTMToFinTM(0,2) = 0
WPrefTMToFinTM(1,0) = 7625: WPrefTMToFinTM(1,1) = 46699: WPrefTMToFinTM(1,2) = 0
'Waypoints from refining taskmaster to crafting utility merchant - only necessary if buyUtilities = True
Dim WPrefTmToUM(0,2)
'Elionia isle
WPrefTmToUM(0,0) = 9082: WPrefTmToUM(0,1) = 47770: WPrefTmToUM(0,2) = 0
WPrefTmToUM(1,0) = 7950: WPrefTmToUM(1,1) = 48152: WPrefTmToUM(1,2) = 0
if you can give me referance to how to fix it, such as showing a exsample of the proper lines. I'm a hardware guy, not software. It's all greek to me when I read half this stuff.
BTW, going to attach my userdata file just incase. It is set up on Traboh Island, the easiest place I could find to set up a script.
Thanks in advanced,
RM