hi,
i want a plugin for when i am death so i dont have to wait 300+ seconds and i do not keep laying on the floor at the temple because i wanna go back farming.
i found these codes in a post:
ResToRespoint();
Thread.Sleep(10000);
MoveForward(true);
Thread.Sleep(500);
MoveForward(false);
and to add a gps-route to go back to my farm mabye aswell:
Gps gps = new Gps(this);
gps.LoadDataBase(Application.StartupPath + "YOUR .DB3 PATH");
gps.GpsMove("NAME OF END OF PATH");
Can someone help me to give me the full code for the plugin please. I am not that experienced with writing plugins and i do not know in wich order it has to come
and what else of code i need for my plugin to work. I will donate 10$ for the help
Hoping to get some help quickly. TY very much!
i want a plugin for when i am death so i dont have to wait 300+ seconds and i do not keep laying on the floor at the temple because i wanna go back farming.
i found these codes in a post:
ResToRespoint();
Thread.Sleep(10000);
MoveForward(true);
Thread.Sleep(500);
MoveForward(false);
and to add a gps-route to go back to my farm mabye aswell:
Gps gps = new Gps(this);
gps.LoadDataBase(Application.StartupPath + "YOUR .DB3 PATH");
gps.GpsMove("NAME OF END OF PATH");
Can someone help me to give me the full code for the plugin please. I am not that experienced with writing plugins and i do not know in wich order it has to come
and what else of code i need for my plugin to work. I will donate 10$ for the help
Hoping to get some help quickly. TY very much!