What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Repairing at npc that has interaction window

dzipal

Member
Joined
Sep 28, 2016
Messages
70
Hey guys,im writing my own profile right now, and faced a problem. Im trying to repair at Chief Telemancer Oculeth at meredil.
Tried copying xml as said in tutorials. Bot talks to npc and does nothing after that. I think problem is with the interaction that is before the actual repair window. Well you know: " can you repair my equipment?"
using this line of code:
<Vendor Name="Chief Telemancer Oculeth" Entry="98548" Type="Repair" Nav="Fly" X="1776.368" Y="4624.698" Z="123.9929" />
Help me out please.
 
Reponse

Hey there, although I've never attempted it you could try adding GossipOptions="x" where x is how far it is down in the list.

So if it was option 2, it would like something like this.

<Vendor Name="Chief Telemancer Oculeth" Entry="98548" Type="Repair" GossipOptions="2" Nav="Fly" X="1776.368" Y="4624.698" Z="123.9929" />

However if that doesn't work, most if not all profiles I've seen just use the Vendor in Lorlathil.

<Vendor Name="Callista Swiftglaive" Entry="93464" Type="Repair" Nav="Fly" X="2319.413" Y="6611.955" Z="140.3527" />

Hopefully that helped!
 
Back
Top