tozededao
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 1,225
- Reaction score
- 5
Well I'm trying to create simple profiles with hotspots on the place you need to pick the quests, vendors and mailboxes.
<HBProfile>
<Name>Southshore quests</Name>
<MinDurability>4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MinLevel>20</MinLevel>
<SubProfile>
<Name>Soutshore 20-30</Name>
<MinLevel>20</MinLevel>
<MaxLevel>35</MaxLevel>
<Hotspots>
<Hotspot X="-861.3304" Y="-499.2233" Z="13.35458" />
<Hotspot X="-849.9797" Y="-547.0001" Z="11.38922" />
</Hotspots>
<Vendors>
<Vendor Name="Robert Aebischer" Entry="3543" Type="Repair" X="-816.0244" Y="-572.3514" Z="15.27404" />
<Vendor Name="Sarah Raycroft" Entry="3541" Type="Ammo" <Hotspot X="-774.8747" Y="-505.7255" Z="23.62699" />
<Vendor Name="Innkeeper Anderson" Entry="2352" Type="Food" X="-856.7567" Y="-571.1302" Z="11.06494" />
</Vendors>
<Mailboxes>
<Mailbox X="-851.7191" Y="-545.7669" Z="11.10552" />
</Mailboxes>
</SubProfile>
</HBProfile>
When I load it, hb crashes and gives error in line 1
<HBProfile>
<Name>Southshore quests</Name>
<MinDurability>4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MinLevel>20</MinLevel>
<SubProfile>
<Name>Soutshore 20-30</Name>
<MinLevel>20</MinLevel>
<MaxLevel>35</MaxLevel>
<Hotspots>
<Hotspot X="-861.3304" Y="-499.2233" Z="13.35458" />
<Hotspot X="-849.9797" Y="-547.0001" Z="11.38922" />
</Hotspots>
<Vendors>
<Vendor Name="Robert Aebischer" Entry="3543" Type="Repair" X="-816.0244" Y="-572.3514" Z="15.27404" />
<Vendor Name="Sarah Raycroft" Entry="3541" Type="Ammo" <Hotspot X="-774.8747" Y="-505.7255" Z="23.62699" />
<Vendor Name="Innkeeper Anderson" Entry="2352" Type="Food" X="-856.7567" Y="-571.1302" Z="11.06494" />
</Vendors>
<Mailboxes>
<Mailbox X="-851.7191" Y="-545.7669" Z="11.10552" />
</Mailboxes>
</SubProfile>
</HBProfile>
When I load it, hb crashes and gives error in line 1
Attachments
Last edited: