Particle's Custom RPG

General => Common Topic Symposium => Topic started by: Master on August 25, 2012 11:20 am CDT

Title: How do i edit stop time of deus automining?
Post by: Master on August 25, 2012 11:20 am CDT
im using Thorrs hammer in mining room with Deus auto mine.
but Deus auto mining isn't proper to use Thorrs hammer in mine.
cuz it's fit for Pick axe's Delay (Pick axe =1.3 sec/Thorrs Hammer =3.1sec per swing)
so i tried to modify Auto mine script.,, but i couldn't find the line which is control it.
somebody Help me!!
Title: Re: How do i edit stop time of deus automining?
Post by: B2 on August 26, 2012 01:30 pm CDT
Okay, go to config then DuesRPGPack THEN DuesSkillTraining then Hold CTRL then press F and search for pickaxe 3-4 times.

Hope that helps, I'm not that good at scripting, or coding. ::)
Title: Re: How do i edit stop time of deus automining?
Post by: Master on August 27, 2012 04:24 am CDT
thx for reply B2! but problem has not solved with the way you offered me.
i think these lines are control the auto mining movements

}
function Mining::Movement() {
   if(!DeusRPG::CheckForPickAxe()) {
      Client::centerPrint("<jc><f0>Don't have any kind of <f1>Pick Axe!", 1);
      Schedule("Client::centerPrint(\"\", 1);", 2);
      Mining::Stop();
      return;
   }
   if($MiningMove == 1) {
      postAction(2048, IDACTION_FIRE1, 1);
      if($DeusRPG::QuitOnOverWeight)
         DeusRPG::Getweight();   //Check your weight
//Schedule("Backward1();", 0.5); Schedule("StopBackward1();", 0.9); Schedule("Forward1();", 4.5); Schedule("StopForward1();", 4.8199); Schedule("Mining::Movement();", 15); // OLD
      Schedule("Backward1();", 0.5);      //NEW
      Schedule("StopBackward1();", 0.7);   //Thanks to TangWei
      Schedule("Forward1();", 5.4);      //This will keep you on a crystal for about an hour or so if no lag...
      Schedule("StopForward1();", 5.632);
      Schedule::Add("Mining::Movement();", 10, MineMover);
   }
}

but i cant find how i edit the stop time :(
Title: Re: How do i edit stop time of deus automining?
Post by: B2 on August 27, 2012 01:19 pm CDT
I can ask BThRe3 to take a look at it sometime..
Title: Re: How do i edit stop time of deus automining?
Post by: Master on August 27, 2012 08:55 pm CDT
ohhh if you do , that would be nice. :)
Title: Re: How do i edit stop time of deus automining?
Post by: rjm003 on August 29, 2012 06:10 pm CDT
What "exactly" is wrong with the script master?
Title: Re: How do i edit stop time of deus automining?
Post by: Master on August 30, 2012 04:16 am CDT
Automine working is follows these steps

1.hit the spike and waiting for next hit.

2.move foward or backward

3. repeat 1 and 2 steps

i just wanna edit the step 1: hit the spike and waiting for next hit for swing delay of Thorrs hammer..


hmm its so difficult to tell,, cuz im bad at english sry ..
Title: Re: How do i edit stop time of deus automining?
Post by: rjm003 on September 5, 2012 07:23 pm CDT
Oh so you are saying that you are moving forward and backwards too often since thor's hammer has a longer swing delay?
Title: Re: How do i edit stop time of deus automining?
Post by: Master on September 6, 2012 03:09 am CDT
YEAAAAAAH !!! lol
thats what im saying !!