• Visit Rebornbuddy
  • New Questing Profile Editor/Creator/Generator!

    Discussion in 'Honorbuddy Forum' started by Twist, Dec 1, 2013.

    1. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      That's why I need profile writers to help me get everything. There is however Custom Behavior screens and Custom Logic screens that allow you to drop and manually create different conditions.
      Some of the common conditions I have created "templates" for.

      So while ambitious I think its totally possible to write a profile generator. I have been quite successful with it so far - its not completely automated after all, it just saves profile writers alot of time.
      You should check it out, maybe watch the tutorial.
       
    2. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      When will come a release with "my" fixxes? cant wait to write more profiles ^^
       
    3. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Going to give this some attention when HB is back up and running this week.
       
    4. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      @MaxMuster was right you have to add quest overrides manually right now (can can copy and paste them from HB developer tools.)
       
    5. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      Great let me know what you think and if you find any bugs.
       
    6. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      Send me the profile with the quest-override that is breaking it (since I can't load HB to test this after the update)
      Thanks!
       
    7. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      You mean I could fix all the profiles up here where the kill the mob is the priority over gather the item, and do them in a logic time saving order ?

      G
       
    8. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      Theoretically sure.
      I have some profiles that break in certain places and I was able to load and fix them with this profile editor.
      However, if someone put something random or completely omitted a parameter like the X param in a hotspot then the profile probably wont load automatically until its fixed by hand. But if the profile is syntactically sound it should be great. There is some autofixing and whatnot that happens in the profile on load to help prevent errors but it is not all encompassing.
       
    9. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      i attached now my orc profile.

      this is how it should look, when its finished / saved ;-)

      (i have to add the vendors, when the creator)



      and in my troll profile the RunTo breaks it.
       

      Attached Files:

    10. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28

      Ok! fixed it - it was a copy paste error.
      Here it is!
      View attachment EclipseProfileBuilder_v1.0.0.6.zip
       
    11. Dreadlord

      Dreadlord New Member

      Joined:
      Nov 15, 2011
      Messages:
      451
      Likes Received:
      4
      Trophy Points:
      0
      I would check it out, however the codings pretty simple enough to the point you shouldn't need a generator since most are just rinse and repeat cycles, you just need to modify certain features. Copy N Paste Copy N Paste! Problem Solved lol
       
    12. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      From the new HB Version:
       
    13. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      Awesome, much better than comments =P
      Where is the whole post? Can you link me?
       
    14. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
    15. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      I will test the last version later and let you know if the Quest Override and rest now working with my Troll / Orc Profile.

      //Edit: This Bug is not fixxed yet:

      When i load a Profile with a IF or While Block:
      [​IMG]
      it adds the content from this Block after the Block again.

      And when i save it now, i have it twice in my xml file. Here another example:

      Code:
        <QuestOrder>
          <If Condition="Me.ZoneId != 6451 &amp;&amp; Me.ZoneId != 14">
            <CustomBehavior File="UserDialog" AllowBotStop="True" SoundCue="Exclamation" SoundCueInterval="1" Text="There is a problem moving char to quest\n\n Please move your char to: DUROTAR/VALLEY OF TRIALS\n and start bot." />
          </If>
          <CustomBehavior File="UserDialog" AllowBotStop="True" SoundCue="Exclamation" SoundCueInterval="1" Text="There is a problem moving char to quest\n\n Please move your char to: DUROTAR/VALLEY OF TRIALS\n and start bot." />
      




      Vendors seems to be outputed now, but the Cords use comma instead of points:

      Code:
          <Vendor Name="Zlagk" Type="Food" Entry="3882" X="-560,1253" Y="-4217,204" Z="41,59055" />
          <Vendor Name="Rarc" Type="Repair" Entry="3161" X="-587,5" Y="-4226,188" Z="38,37946" />
          <Vendor Name="Huklah" Type="Repair" Entry="3160" X="-590,3455" Y="-4227,319" Z="38,3847" />
          <Vendor Name="Kzan Dornenhieb" Type="Repair" Entry="3159" X="-590,2934" Y="-4224,389" Z="38,28968" />


      when i load my orc profile, add vendors and save it, it works, but it outputed not everything. it sopts after (profile attached):
      Code:
          <PickUp QuestName="Zur?ck zum H?hlenbau" QuestId="25130" GiverId="3287" GiverName="Hana'zua" />
          <TurnIn QuestName="Stich des Skorpiden" QuestId="25127" TurnInId="3143" TurnInName="Gornek" />
          <TurnIn QuestName="Zur?ck zum H?hlenbau" QuestId="25130" TurnInId="3143" TurnInName="Gornek" />
      The Problem is the While Block, in the IF Block:
      Code:
          <If Condition="Me.Class == WoWClass.Hunter" >
            <TurnIn QuestName="Ge?tztes Pergament" QuestId="3087" TurnInId="39214" TurnInName="Karranisha" />
            <PickUp QuestName="Zuverl?ssiger Schuss" QuestId="25139" GiverId="39214" GiverName="Karranisha" />
            <While Condition="HasQuest(25139) &amp;&amp; !IsQuestCompleted(25139)" >
              <CustomBehavior File="InteractWith" NonCompeteDistance="0" QuestId="25139" MobId="44820" WaitTime="1000" X="-639.7845" Y="-4239.468" Z="38.13419" />
              <CustomBehavior File="CastSpellOn" QuestId="25139" NumOfTimes="1" SpellId="56641" MobId="44820" X="-641.186" Y="-4239.43" Z="38.13395" />
            </While>
            <TurnIn QuestName="Zuverl?ssiger Schuss" QuestId="25139" TurnInId="39214" TurnInName="Karranisha" />
          </If>
      When i remove the While Block the output seems to be correct.



      the rest seems to be working fine now.



      P.S. I am missing this when create a profile:
      Code:
          <MinDurability>0.3</MinDurability>
          <MinFreeBagSlots>3</MinFreeBagSlots>
       

      Attached Files:

    16. fcbotiga

      fcbotiga Member

      Joined:
      Nov 18, 2012
      Messages:
      190
      Likes Received:
      5
      Trophy Points:
      18
      Hey twitst,

      I have problem with one quest <PickUp QuestName="Cleaning Up the Coastline" QuestId="25170" GiverId="10578" GiverName="Bom'bay" />

      I make for this quest this script:<Objective QuestName="Cleaning Up the Coastline" QuestId="25170" Type="CollectItem" ItemName="Crawler Mucus" ItemId="4888" CollectCount="5" />
      But he dont loot mobs how can i this fixen?

      P.S Guys this Orc level 1-10 is beta file (it work only for warlock until the quest where i have problems here up).
       
    17. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      You need to have auto-loot turned on in your wow client. Also add a MobId to the objective
      <Objective QuestName="Cleaning Up the Coastline" QuestId="25170" Type="CollectItem" ItemName="Crawler Mucus" ItemId="4888" CollectCount="5" MobId="{mobid}" />

      I'm not an expert on profile creation though.
       
    18. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      Ok I will look into this issue.
       
    19. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      It looks ok to me: TinyGrab - Simple. Screenshot. Sharing.
       
    20. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      Is there anyway we can get this plugin sticky-ed here: http://www.thebuddyforum.com/honorb...files/124681-index-popular-projects-list.html ?
      I think it would help alot of people to help themselves. =)
       

    Share This Page