I mean i see that you type this
''
Quest type interact with Npc:
public sealed class FearNoEvil : QuestInteractWithClass
{
public FearNoEvil()
{
QuestId.Add (28813); // Add quest id
Step.AddRange(new[] { 4, 0, 0, 0 });// Objective required count
EntryIdTarget.Add(50047); // Entry id of creature/npc at interact with
GossipOptionNpcInteractWith = 0; // This options is only if npc has menu
HotSpots.Add(new Vector3(-8781, -105, 83));
HotSpots.Add(new Vector3(-8783, -187, 82));
}
}
''
But where do i do this with the program and i dont know how i am suppose to understand a way to copy this to use it for me when i dont know anything about that kind of coding stuff :(
test 2.xml