• Visit Rebornbuddy
  • can't use gathering mode

    Discussion in 'Rebornbuddy Support' started by sxyuqiao, Oct 29, 2014.

    1. sxyuqiao

      sxyuqiao New Member

      Joined:
      Oct 27, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      I can't use gathering mode since 3 days ago. I've attached log file and profile that i use. It can follow the path but as soon as it start to gather item, errors show up. CN client. BTW people in CN support forum can't really help so that's why I want to find some help here.

      Thanks in advance.


      View attachment ganlan.Xml
      View attachment 6324 2014-10-25 22.25.txt
       
    2. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      Have you used this profile before? I'm not sure if the names need to be in Chinese or if they are automatically localized...
       
    3. sxyuqiao

      sxyuqiao New Member

      Joined:
      Oct 27, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      well, the name I entered will be automatically convert to English due to some changes made for this CN version, and I've successfully used them several days ago, it just doesn't work now.
       
    4. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      you might be able to use the item id instead, not sure

      It looks like either the name is wrong or the name/id dictionary isn't right

      probably broke with update :p
       
    5. sxyuqiao

      sxyuqiao New Member

      Joined:
      Oct 27, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      hum....There isn't any updates for the client, but probably some changes have been made for the server. I just don't get it, it has been 4 days and why RB haven't fix it yet. I suppose they also run CN version and should give support to CN users.
       
    6. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      Maybe the person assigned to reborn in your language has the flu?

      Do other people have the same problem? In case it's a corruption issue...

      Can't you use the slot number until it's fixed? or try to use itemid?
       
    7. sxyuqiao

      sxyuqiao New Member

      Joined:
      Oct 27, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      the moderator in the CN forum told me to use order bot mode, instead of gathering mode. The thing is my profile are all for gathering mode and I don't know how to write order bot profile.
       
    8. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      here's a basic example, you only need, at most, a few hotspots when you're gathering

      Code:
      <Profile>   <Name>Mythril Ore-Southern Than-LVL 31</Name>
         <KillRadius>50</KillRadius>
         <Order>
          <If Condition="not IsOnMap(146)">
              <TeleportTo Name="Forgotten Springs" AetheryteId="20" />
          </If>
            <Gather while="True">
               <GatherObject>Mineral Deposit</GatherObject>
               <HotSpots>
              <Hotspot Radius="80" X="165.298462" Y="3.100333" Z="951.855164" name="Mythril Ore" />
               </HotSpots>
               <ItemNames>
                  <ItemName>Mythril Ore</ItemName>
               </ItemNames>
               <GatheringSkillOrder>
                  <GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
               </GatheringSkillOrder>
            </Gather>
         </Order>
      </Profile>
       
      Last edited: Oct 29, 2014
    9. sxyuqiao

      sxyuqiao New Member

      Joined:
      Oct 27, 2014
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      what's the difference between order bot profile and gathering bot profile ? I'm still sad cause i've made many gathering profiles by myself and it spent me a lot of time. All the sudden I need to make new profiles again.
      Anyway, thanks
       

    Share This Page