Author Topic: How do i edit stop time of deus automining?  (Read 2882 times)

0 Members and 1 Guest are viewing this topic.

Master

  • Orc Thrasher
  • ***
  • Posts: 153
  • Reputation: +6/-2
  • Steam / Xfire : ads8023
How do i edit stop time of deus automining?
« 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!!
« Last Edit: August 25, 2012 09:46 pm CDT by Master »

B2

  • Undead Hero
  • ****
  • Posts: 228
  • Reputation: +8/-14
Re: How do i edit stop time of deus automining?
« Reply #1 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. ::)

Master

  • Orc Thrasher
  • ***
  • Posts: 153
  • Reputation: +6/-2
  • Steam / Xfire : ads8023
Re: How do i edit stop time of deus automining?
« Reply #2 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 :(

B2

  • Undead Hero
  • ****
  • Posts: 228
  • Reputation: +8/-14
Re: How do i edit stop time of deus automining?
« Reply #3 on: August 27, 2012 01:19 pm CDT »
I can ask BThRe3 to take a look at it sometime..

Master

  • Orc Thrasher
  • ***
  • Posts: 153
  • Reputation: +6/-2
  • Steam / Xfire : ads8023
Re: How do i edit stop time of deus automining?
« Reply #4 on: August 27, 2012 08:55 pm CDT »
ohhh if you do , that would be nice. :)

rjm003

  • Gnoll Fighter
  • **
  • Posts: 85
  • Reputation: +1/-2
Re: How do i edit stop time of deus automining?
« Reply #5 on: August 29, 2012 06:10 pm CDT »
What "exactly" is wrong with the script master?

Master

  • Orc Thrasher
  • ***
  • Posts: 153
  • Reputation: +6/-2
  • Steam / Xfire : ads8023
Re: How do i edit stop time of deus automining?
« Reply #6 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 ..
« Last Edit: August 30, 2012 04:22 am CDT by Master »

rjm003

  • Gnoll Fighter
  • **
  • Posts: 85
  • Reputation: +1/-2
Re: How do i edit stop time of deus automining?
« Reply #7 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?

Master

  • Orc Thrasher
  • ***
  • Posts: 153
  • Reputation: +6/-2
  • Steam / Xfire : ads8023
Re: How do i edit stop time of deus automining?
« Reply #8 on: September 6, 2012 03:09 am CDT »
YEAAAAAAH !!! lol
thats what im saying !!
« Last Edit: September 6, 2012 09:36 am CDT by Master »