Hi all, I want to know have function to get X,Y Coordinate from current mouse position ?
I looking for method to plant on house area that's hard to find but i found one.
follow this
plant everywhere plugin
at first I have try
PlantItem("Potato Eyes",me.X,my.Y);
it work but not good because it will plant under your feet which can't do by normal system or when someone around you.
Then I try
PlantItem("ItemName",x,y);
example
PlantItem("Potato Eyes",20000,8000);
It work fine on house area. but problem is you have to move character to proper area and get X,Y Coordinate from me.X,me.Y or check from AB UI below HP gauge and test to plant which not easy.
It will be great if can get X,Y Coordinate from current mouse position because you can test direct which area can plant your current object size by use seed / sampling / animal it will show green color if you can or not with red color and this can make your own planting pattern by fix position X,Y to plant on your house.
If someone know how to get X,Y Coordinate from current mouse position please tell me.
Thank you.
I looking for method to plant on house area that's hard to find but i found one.
follow this
plant everywhere plugin
PlantItem(me.X,my.Y,me.Z) will allow you to plant on any surface. start with this
at first I have try
PlantItem("Potato Eyes",me.X,my.Y);
it work but not good because it will plant under your feet which can't do by normal system or when someone around you.
Then I try
PlantItem("ItemName",x,y);
example
PlantItem("Potato Eyes",20000,8000);
It work fine on house area. but problem is you have to move character to proper area and get X,Y Coordinate from me.X,me.Y or check from AB UI below HP gauge and test to plant which not easy.
It will be great if can get X,Y Coordinate from current mouse position because you can test direct which area can plant your current object size by use seed / sampling / animal it will show green color if you can or not with red color and this can make your own planting pattern by fix position X,Y to plant on your house.
If someone know how to get X,Y Coordinate from current mouse position please tell me.
Thank you.