Author Topic: Garden Bed Gathering  (Read 60604 times)

0 Members and 1 Guest are viewing this topic.

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Garden Bed Gathering
« Reply #60 on: October 16, 2015, 07:35:57 AM »
+1
well every time I put harvest on it tells me to far away When I press F7
this is the place it keep going over and over

sub harvest
  set #lobjectid #findid
  event macro 17 0
  wait 10
  ; Open Resource page
  set %clickX #contPosX + 80
  set %clickY #contPosY + 75
  Click %clickX %clickY  DMC   ; Don't Move Cursor
  wait 10
return
; --------------- End Sub ---------
« Last Edit: October 16, 2015, 07:38:59 AM by Gandolf »

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Garden Bed Gathering
« Reply #61 on: October 16, 2015, 10:32:44 AM »
+1
ok I think I found it this is the part for Harvesting.
If I take the 1 out it works put one back it doesn.t
Also can't get resources container to work.


; ---------- Process Plant Only  ------------------
sub HarvestOnly
Repeat
    finditem %planttypes G_5
  if #findcnt >= 1
       gosub ProcessPlant1
until #findcnt = 0
display Done Processing Plant
Halt
sub ProcessPlant1
  gosub harvest
  gosub Gather 150 170 no_resources do_not_produce_resources  ; Petals
  gosub Gather 222 170 no_seeds     do_not_produce_seeds     ; Seeds
  gosub closewindow
 
  return
; --------------- End Sub--------------

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Garden Bed Gathering
« Reply #62 on: October 16, 2015, 03:06:54 PM »
+1
I only have 4 Beds, so I don't have any of the issue you guy having with the distance.  I regroup them by two in each tower.   I need to start from old build that work and rebuild the menu and the flow.   Right now Ver 1.15 work great to harvest and clip all deco.    If you want don't want to clip the deco, just comment out   ;  gosub Clipping .  

I will see if I can find some time and fix the menu.


Gandolf :
Code: [Select]
sub CheckOption
menu get ProcessPlantbox
    if #menures = #true
       set %ProcessPlant #true
    else
        set %ProcessPlant #false   <---------  remove one %.   it read set %%ProcessPlant #false
« Last Edit: October 16, 2015, 05:18:11 PM by The Ghost »

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Garden Bed Gathering
« Reply #63 on: October 17, 2015, 10:43:41 AM »
+1
ok took the % out but still won't work in
Harvest , I wonder can it be in the menu
I don't see plant1 in menu. thx




Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Garden Bed Gathering
« Reply #64 on: October 17, 2015, 11:35:45 AM »
+1
Did u try to new ver I send you

Forget 2.2  it full of problem that why I stop working on it. 

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Garden Bed Gathering
« Reply #65 on: October 18, 2015, 09:32:22 AM »
+1
say I know it is in the menu so I will work on that .maybe I can
get some help from easyuo. without exposing the whole scrip
What do you think?

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Garden Bed Gathering
« Reply #66 on: October 18, 2015, 10:34:07 AM »
+1
Fill your boot,  Did you try Ver 5.

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Garden Bed Gathering
« Reply #67 on: October 18, 2015, 11:09:13 AM »
+1
May I ask what are you talking about ?

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Garden Bed Gathering
« Reply #68 on: October 18, 2015, 11:58:54 AM »
+1
In your message I pm you ver 5 for testing

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Garden Bed Gathering
« Reply #69 on: October 19, 2015, 06:18:16 AM »
+1
Say did you get my message ?

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Garden Bed Gathering
« Reply #70 on: October 19, 2015, 08:20:56 AM »
+1
Look in your inbox.  you will see it.

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Garden Bed Gathering
« Reply #71 on: October 19, 2015, 03:22:43 PM »
+1
Nothing there

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Garden Bed Gathering
« Reply #72 on: October 19, 2015, 06:29:20 PM »
+1
Going to posted here.
« Last Edit: October 20, 2015, 06:28:42 AM by The Ghost »

Offline Gandolf

  • Jr. Member
  • **
  • Posts: 65
  • Activity:
    0%
  • Reputation Power: 1
  • Gandolf has no influence.
  • Respect: +24
  • Referrals: 1
    • View Profile
Re: Garden Bed Gathering
« Reply #73 on: October 20, 2015, 04:21:48 AM »
+1
Ok ran scrip collected pedals, but would not go
to next plant

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Garden Bed Gathering
« Reply #74 on: October 20, 2015, 06:29:28 AM »
+1
Need to wait 5 days before I can harvest my bed. Sorry but you ganna have to wait. 

Tags: