Shinzon 2 Posted March 3, 2017 Share Posted March 3, 2017 I'm working on creating some leveling quest scripts. But one of the quests (To Darnassus) leads the character from the flight path straight to an NPC on the other side of the hotspot for teleporting to Rut'theran Village and my character gets teleported out of Darnassus. Is there a way to get it to navigate around the teleport spot? I've tried setting the hotspot for the NPC further away from the hotspot, but it doesn't help. Link to comment https://wrobot.eu/forums/topic/5282-avoid-teleport-point-in-darnassus/ Share on other sites More sharing options...
mich125 8 Posted March 3, 2017 Share Posted March 3, 2017 You could pulse followpath from flightpath closer to this npc with step complete when at last waypoint, and then pulse pickup quest from this npc, just my idea:) Link to comment https://wrobot.eu/forums/topic/5282-avoid-teleport-point-in-darnassus/#findComment-24314 Share on other sites More sharing options...
Shinzon 2 Posted March 3, 2017 Author Share Posted March 3, 2017 5 minutes ago, mich125 said: You could pulse followpath from flightpath closer to this npc with step complete when at last waypoint, and then pulse pickup quest from this npc, just my idea:) That's a good idea, but that's what I'm not sure how to do. So then I list the Quest Order as "Pickup" for the quest instead of PulseAllInOne, then create a dummy quest for followpath? Then list the turnin for the quest once I get to the right point? Or would I do that through lua script? Link to comment https://wrobot.eu/forums/topic/5282-avoid-teleport-point-in-darnassus/#findComment-24315 Share on other sites More sharing options...
mich125 8 Posted March 3, 2017 Share Posted March 3, 2017 7 minutes ago, Shinzon said: That's a good idea, but that's what I'm not sure how to do. So then I list the Quest Order as "Pickup" for the quest instead of PulseAllInOne, then create a dummy quest for followpath? Then list the turnin for the quest once I get to the right point? Or would I do that through lua script? Well its pretty simple, you pulse <QuestsSorted Action="Pulse" NameClass="GotoQuestNPC" /> <QuestsSorted Action="Pulse" NameClass="PickupQuest" /> GotoQuestNPC is simple followpath which you record, from previous step to this npc, so bot will follow this exact path, and then when you are close to npc, you pulse pickup quest Shinzon 1 Link to comment https://wrobot.eu/forums/topic/5282-avoid-teleport-point-in-darnassus/#findComment-24316 Share on other sites More sharing options...
Shinzon 2 Posted March 3, 2017 Author Share Posted March 3, 2017 Just now, mich125 said: Well its pretty simple, you pulse <QuestsSorted Action="Pulse" NameClass="GotoQuestNPC" /> <QuestsSorted Action="Pulse" NameClass="PickupQuest" /> GotoQuestNPC is simple followpath which you record, from previous step to this npc, so bot will follow this exact path, Awesome! I'll try that now. Link to comment https://wrobot.eu/forums/topic/5282-avoid-teleport-point-in-darnassus/#findComment-24317 Share on other sites More sharing options...
Shinzon 2 Posted March 3, 2017 Author Share Posted March 3, 2017 No. Maybe I'm not doing something right (including my script in here) It's still ignoring my Follow Path and going straight to the Quest turn in NPC. Any ideas? Alliance 1-110 - NightElf - Rogue.xml Link to comment https://wrobot.eu/forums/topic/5282-avoid-teleport-point-in-darnassus/#findComment-24319 Share on other sites More sharing options...
Shinzon 2 Posted March 3, 2017 Author Share Posted March 3, 2017 I am using the "Easy Profiles Creator"... as I'm not very knowledgeable at writing the XML from scratch. Link to comment https://wrobot.eu/forums/topic/5282-avoid-teleport-point-in-darnassus/#findComment-24320 Share on other sites More sharing options...
Shinzon 2 Posted March 3, 2017 Author Share Posted March 3, 2017 I actually found a way to do it. Saw this thread for offmesh: And it worked perfectly! Link to comment https://wrobot.eu/forums/topic/5282-avoid-teleport-point-in-darnassus/#findComment-24331 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now