What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

help with plugin, can donate. Codes excist already. Donate 10$

Mick0211

New Member
Joined
Oct 7, 2014
Messages
20
Reaction score
0
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 mean do i have to integrate these codes in my plugin for my scarecrowloop or what and how? can someone pls give me an example ty
 
Back
Top