In Luna Weekly it seems %Var1, Var2 and Va3 are not declared anywhere and they are used here:
Code:
#IF=%Position,%Var1/%Var2/%Var3;
#ELSE
#DO=15000;
MoveSmooth=%Var1,%Var2;
#UNTIL=%Position,%Var1/%Var2/%Var3;
This makes the char run into the side of the room and then the script gets closed because it tries to get the char in a location that is not there.
(heck I even deleted my old weekly lunas so I do not remember the exact loc of them, I think x,y is the last MoveSmooth=157,265; intot he room, the z must be 191.873 or something)
I think the MoveSmooth is not very precise, this is why I had so many problems in the past with that area, I run these three last lines that takes the char into the boss room to farm the cores (which are nowhere to be found by the way):
Code:
MoveSmooth=166,263;
MoveSmooth=161,264;
MoveSmooth=157,265;
and then did a record of my toon to see the location he is in, he got this:
MoveTo=155.508,265.428,191.873;
So the last movesmooth should put him into 157,265 and in reality he is in 155.508,265.428
~~~
Anyway, it seems for a strange reason cores do not exist there anymore (they did last week)
~~~Edit:
I found an older version that still works, weirdly Var1 Var2 and Var3 are not declared there either but strangely it works o.O