Originally Posted by
rb44
okay so...i changed my resolution to 1600x900 (i have a 1680x1050 so letterbox checked seems to look right) and it is on windowed fullscreen. Changed my movement speed to 15 (0 gear + 15 HotP) I originally had problems with the Error: resume game button not found, but then I screen capped, cut and pasted that shit, and saved it over the png. and guess what. IT WORKED! problem 1 solved.
Onto problem 2. I have the checkpoint right by the gate (the checkpoint between the waypoint and the cellar) and after I get there, it just teleports back to town, leaves game, and repeats. It doesn't seem to want to move from the spawn location. Any takers? I even cut and pasted the "THE OLD RUINS" picture and I guess it didn't pick that up?
Try this, with adjusted coords and tolerance
Code:
-155 If CheckFor("OldRuins", "Area", 1560*$x_ratio, 0*$y_ratio, 1920*$x_ratio, 60*$y_ratio,) Then
+155 If CheckFor("OldRuins", "Area", 1500*$x_ratio, 0*$y_ratio, 1920*$x_ratio, 80*$y_ratio, 6, 180) Then