chinajade
Community Developer
- Joined
- Jul 20, 2010
- Messages
- 17,540
- Reaction score
- 172
You can fix these problems for yourself, until (overworked) Mordd gets time to repair it...
1) On line 998 of the Profile, there is a <Vendors> tag nested inside another <Vendors> tag. This is not valid wrt/Honorbuddy's expectations.
Just remove the <Vendors> tag at line 998, and the corresponding </Vendors> tag on 1023
2) On line 3099 of the Profile, it reads:
3) On line 3102 of the Profile, it reads:
These problems could be confusing Honorbuddy to the point it is unable to turn in your quest.
(Use Notepad++, if you need access to line numbers.)
cheers,
CJ
1) On line 998 of the Profile, there is a <Vendors> tag nested inside another <Vendors> tag. This is not valid wrt/Honorbuddy's expectations.
Just remove the <Vendors> tag at line 998, and the corresponding </Vendors> tag on 1023
2) On line 3099 of the Profile, it reads:
<Hotspot X="-9251.302" Y="-2146.205" Z="64.09855" />
but needs to read:<Mailbox X="-9251.302" Y="-2146.205" Z="64.09855" />
3) On line 3102 of the Profile, it reads:
<Hotspot X="-10549.58" Y="-1158.604" Z="27.89584" />
but needs to read:<Mailbox X="-10549.58" Y="-1158.604" Z="27.89584" />
These problems could be confusing Honorbuddy to the point it is unable to turn in your quest.
(Use Notepad++, if you need access to line numbers.)
cheers,
CJ