themarketguy
New Member
- Joined
- Jun 24, 2015
- Messages
- 117
Alright, to anyone following this thread with ideas.
So far I'm able to get myself moved over to the next zone, and kill the mobs that are needed for the particular contract, and of course get back to the creature that should provide transport back to Thayd. I'm having trouble though getting back to Thayd. When I interact with the NPC, I get the same type of menu as I do for the teleporters in Thayd, with the Yes or No options and I pass:
in the profile. However, all that happens is a loop:
This happens indefinitely, I don't see another input, but it seems like NPCs are different from Ships and require a different input. If anyone knows of another interaction method for these menus, I'd appreciate it.
Second is the LUA for turn in of the contracts. I have no idea what lua behavior should be used for turn in, I did a dump and don't see the behaviors, Accept for that matter like what DD has put in to the QuestHelper.
Once these two items are under wraps should be able to get first blush of this profile knocked out in a day or two.
Thanks in advance for any assistance.
So far I'm able to get myself moved over to the next zone, and kill the mobs that are needed for the particular contract, and of course get back to the creature that should provide transport back to Thayd. I'm having trouble though getting back to Thayd. When I interact with the NPC, I get the same type of menu as I do for the teleporters in Thayd, with the Yes or No options and I pass:
Code:
<CSIAction YesNoOrder="Y" DelayInputMs="500" />
Code:
Interacting with creature.
Moving towards interact creature.
Interacting with creature.
Moving towards interact creature.
Interacting with creature.
Moving towards interact creature.
Interacting with creature.
Moving towards interact creature.
Interacting with creature.
This happens indefinitely, I don't see another input, but it seems like NPCs are different from Ships and require a different input. If anyone knows of another interaction method for these menus, I'd appreciate it.
Second is the LUA for turn in of the contracts. I have no idea what lua behavior should be used for turn in, I did a dump and don't see the behaviors, Accept for that matter like what DD has put in to the QuestHelper.
Once these two items are under wraps should be able to get first blush of this profile knocked out in a day or two.
Thanks in advance for any assistance.