• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Orderbot Desynthesis

    Discussion in 'Rebornbuddy Support' started by Abel1884, Jun 29, 2016.

    1. Abel1884

      Abel1884 New Member

      Joined:
      Jan 3, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Hello everyone,

      i want to do my own orderbot to Desy all my itemes in the bag but i cant understand now where the problem is.
      Can someone take a look of this script and eventually correct my errors?

      Thanks


      <?xml version="1.0" encoding="utf-8"?>
      <Profile>
      <Name>[O] Culinarian Desynthesis</Name>
      <KillRadius>50</KillRadius>
      <Order>
      <!-- dSkill 70: Cloud Cutter (5040) -->
      </Order>
      </Profile>
       
    2. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      Assuming you have ExBuddy since RB doesn't come bundled with a desynth tag as far as I know, and you provided no info, this should work =)

      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <Profile>
        <Name>[O] Culinarian Desynthesis</Name>
        <Order>
          <!-- dSkill 70: Cloud Cutter (5040) -->
          <ExLog Color="#00FFFF" Message="Let me just handle this sushi for you Sempai!"/>
          <While Condition="HasItem(5040)">
            <ExSalvage ItemIds="5040" NqOnly="False"/>
          </While>
          <ExLog Color="#00FFFF" Message="All chopped up!"/>
        </Order>
      </Profile>
       
      ExMatt likes this.
    3. Frivolous8

      Frivolous8 New Member

      Joined:
      Jun 1, 2015
      Messages:
      10
      Likes Received:
      2
      Trophy Points:
      3
      As long as you have ExBuddy, in C:\Rebornbuddy\Plugins\ExBuddy you should be all right.

      Here is a profile i use that desynths a list of different fish I have in my bag that I want to always desynth.

      View attachment [O][D] Desynth My Fish.xml
       
      Last edited: Jul 17, 2016
      cfw34683 likes this.

    Share This Page