• Visit Rebornbuddy
  • [Program - Dev] Apoc's Profile Editor [Semi-Beta]

    Discussion in 'Archives' started by Apoc, Sep 6, 2010.

    Thread Status:
    Not open for further replies.
    1. iggi66

      iggi66 New Member

      Joined:
      Jan 15, 2010
      Messages:
      389
      Likes Received:
      24
      Trophy Points:
      0
      I'm pretty shure that all Objective tags are inside a Quest tag or inside the QuestOrder, but thanks for the hint. I will look into it to make it XML valid.

      If I can help you with your DBC issues just let me know it. I'm on a german client and could provide more informations or even upload them.
       
    2. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      The filter he's talking about came from a very old build of the editor.

      Check the 'NPCs' box at the bottom, that'll show vendors.

      I'm fairly positive that the issue is just with the font being used. (MS Sans Serif can't display certain characters)
       
    3. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      Apoc i appoligise if im really annoying you but i dont have a NPC's box to enable, the only boxes i can enable is mob's, Hotspot's and blackspot's and the center bottom.
       
    4. ZoOoOoM

      ZoOoOoM Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,213
      Likes Received:
      14
      Trophy Points:
      38
      Yeah.. Apoc is right, my bad >.<
      Had 2 version and kinda messed up between them.

      I have the boxes visible at the bottom as it should be. using HBPE_9192010_744.

      And Apoc, i had a profile that i modified and created hotspots in it using an older version of the editor. But i can't seem to be able to load it on this one.

      This is the error i'm getting:
      Untitled.jpg

      What could it be? =o
       
    5. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Sounds like your screen resolution is very low.

      Make the window wider, and they'll show. I'll see about fixing the anchoring and overlap stuff in the next few builds.


      Send me the profile. :)
       
    6. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      My screen ress is at the highest i can go to 1024 x 768, suppose ill have to wait in your next few build's :( Thank's anyway's :)
       
    7. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      You can drag the window to the left (so some of it is no longer visible) then drag the right hand side to make it wider.
       
    8. ZoOoOoM

      ZoOoOoM Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,213
      Likes Received:
      14
      Trophy Points:
      38
      No need :)
      Found the issue! :D

      As i said, i used an older version to edit the profile. I added a bunch of hotspots.
      The older version didn't have fix bad coords thing, instead it used the "findhighest" tag.

      All i had to do is replace those with 0's and loaded it then used the Fix Bad coords tool :D
       
    9. Bishop

      Bishop New Member

      Joined:
      Sep 8, 2010
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      0
      I keep getting the below error when attempting to load a profile:

      Capture Error.PNG
       
    10. ZoOoOoM

      ZoOoOoM Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,213
      Likes Received:
      14
      Trophy Points:
      38
      "MaxiumHotspotTime" is incorrect =p
      It's Maximum not Maxium xD
      Just a spelling error :)
       
    11. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      It was the first and last thing i tryed, i can make the editor go as small as i want but when i try and make the editor wider it just wont go any wider.

      Probaly due to me having a shitty old monitor :(
       
      Last edited: Sep 22, 2010
    12. iggi66

      iggi66 New Member

      Joined:
      Jan 15, 2010
      Messages:
      389
      Likes Received:
      24
      Trophy Points:
      0
      I checked xml validity and saved the file without formatting any font now. I saved the file in UNIX format and also tried pasting the code into a clean *.txt with notepad and renaming it to *.xml.

      It's still the same error Message when the editor tries to parse tags like:


      Code:
        <Quest Id="xxx" Name="xxx">
          <Objective Type="Collect" ItemId="xxx" CollectCount="xx">
            <CollectFrom>
              <Mob Name="xxx" Entry="xxx" />
            </CollectFrom>
            <Hotspots>
              <Hotspot X="xxx.xxx" Y="xxx.xxx" Z="xx.xxx" />
            </Hotspots>
          </Objective>
        </Quest>
       

      Attached Files:

      Last edited: Sep 23, 2010
    13. bbj

      bbj New Member

      Joined:
      Aug 31, 2010
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      your screenie is complaining about element <collectfrom>
       
    14. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      CollectFrom is not a valid HB2 profile element. Not sure where you're getting your list of valid elements from. o_O
       
    15. iggi66

      iggi66 New Member

      Joined:
      Jan 15, 2010
      Messages:
      389
      Likes Received:
      24
      Trophy Points:
      0
      As your Wiki says its valid for "Quest Overrides".

      Don't know if it's valid for HB2 cause I'm not that long back to the "business" but I thought "Quest Overrides" and "QuestOrder" are replacing "ForcedQuestList" with HB2. So why shouldn't it be valid?

      Please teach me if I'm wrong.

      /EDIT

      Even Hawker uses <CollectFrom> tags in his profile which is claimed to be HB2 compatible.
       
      Last edited: Sep 23, 2010
    16. mordax

      mordax Member

      Joined:
      Apr 11, 2010
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      6
      Got an issue with "z" coordinates with hotspots added by shift+clicking. It just doesn't add a "z" coordinate and I have to run tools > fix bad coordinates everytime I add one or more hotpots. HB bugs out (keeps standing in one spot) if I don't fix the coordinates.

      Also, a way to drag hotspots for finetuning would also be greatly appreciated, if possible.
       
    17. TWKing

      TWKing New Member

      Joined:
      Apr 3, 2010
      Messages:
      89
      Likes Received:
      3
      Trophy Points:
      0
      Does this do blackspots as well? I know it can do hotspots, just haven't figured out blackspots yet. I see them on some of the screenshots posted, just can't find where to click to add them in. Also, what is the purpose of the filter button? I click it and it doesn't do anything.
       
    18. Carravanquelo

      Carravanquelo Member

      Joined:
      Apr 2, 2010
      Messages:
      112
      Likes Received:
      0
      Trophy Points:
      16
      Same Questions, looking for answer :)
       
    19. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      As I state; I have no intention on supporting adding blackspots in the editor. This is something you *need* to do in game. There's no way the editor can be accurate enough.

      You can however; make adjustments with the editor, and delete blackspots.

      @iggi66; can you send me the profile please. I see that I somehow missed that tag in the profile engine. (Hey, bound to miss one!) It may have been added recently, or was just tucked away into the HB source where I couldn't find it.
       
      Last edited: Sep 24, 2010
    20. skuwlol

      skuwlol Member

      Joined:
      Aug 17, 2010
      Messages:
      100
      Likes Received:
      2
      Trophy Points:
      18
      when im starting my selfmade profile it says; "no profiles fitting the character"
      The profile should farm mobs in tyr's hand on my level 80 rogue. Any idea what Im doing wrong?
       
    Thread Status:
    Not open for further replies.

    Share This Page