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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

can't use gathering mode

Have you used this profile before? I'm not sure if the names need to be in Chinese or if they are automatically localized...
 
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.
 
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.

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
 
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.
 
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?
 
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.
 
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.
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:
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
 
Back
Top