When I use any type of powerminer or powerchopper built for 07 and it uses the
if P07_InvFull then
P07_DropAll;
The drop all just clicks in odd spots near the ores/logs in my inventory.
Anyway to fix this?
Printable View
When I use any type of powerminer or powerchopper built for 07 and it uses the
if P07_InvFull then
P07_DropAll;
The drop all just clicks in odd spots near the ores/logs in my inventory.
Anyway to fix this?
Are you using smart?
If so you probably didn't set the coordinate changes correctly, smart expects there to be a 50px nav nar at the top. and also 22px in the X direction for some reason. test this by using
MMouse(100,100,0,0);
SMARt_DrawDot(false,IntToPoint(100,100),clBlue);
If it draws the dot and puts the mouse at the same point. If they are in the same place cannot help you but if they are different its the problem above. ^^ which you can fix by changing some values in srl/srl/core/globals.simba
Look at the dropall function/procedure in the 07 include and edit it.
Should be common sense really :)
You shouldn't need to change anything for non smart clients. That is a pesky problematic phenomenon you have though.