A frightening dialog
- John Adams
- Retired
- Posts: 4583
- Joined: Wed Aug 28, 2013 9:40 am
- Location: Phoenix, AZ.
- Contact:
A frightening dialog
I saw this while building a script tonight and wondered what it means?
Was this when you reset your crafting profession, or something more sinister?
Code: Select all
function dlg_29115_1(Npc, Player)
FaceTarget(Npc, Player)
conversation = CreateConversation(Npc, Player)
StartConversation(conversation, 'WARNING: ONLY SELECT THIS OPTION IF YOU UNDERSTAND WHAT YOU ARE DOING AND HAVE CRAFTED IN VANGUARD: SAGA OF HEROES PREVIOUSLY. YOU WILL NOT RECEIVE ANY OF THE STARTING EQUIPMENT. CONTINUE THIS AT YOUR OWN RISK.')
OpenDialog(conversation, Player)
end
Re: A frightening dialog
I do think that's what it's for. I remember I switched my crafting profession on one of my toons, and I vaguely remember a warning like that.
If that's on a crafting instructor NPC, then that's probably it.
If that's on a crafting instructor NPC, then that's probably it.

- John Adams
- Retired
- Posts: 4583
- Joined: Wed Aug 28, 2013 9:40 am
- Location: Phoenix, AZ.
- Contact:
Re: A frightening dialog
Yeah, definitely the instructor Jinra Stormvalley (Crafting Advisor). Go check out that NPCs Dialog Generator script I thought Veteran Sixfish's was long...
Re: A frightening dialog
Actually, that appears when player is attempting to skip crafting tutorial from crafting advisor.
- John Adams
- Retired
- Posts: 4583
- Joined: Wed Aug 28, 2013 9:40 am
- Location: Phoenix, AZ.
- Contact:
Re: A frightening dialog
Ahh, good call human0id. That does make sense, because if you skip the tutorials, you won't get the items you gained during them.
That's an interesting option, skipping a Quest basically. Why not just leave it there? Or maybe there are more quests that open only after doing the tutorials?
That's an interesting option, skipping a Quest basically. Why not just leave it there? Or maybe there are more quests that open only after doing the tutorials?
Re: A frightening dialog
[quote="John Adams"]Ahh, good call human0id. That does make sense, because if you skip the tutorials, you won't get the items you gained during them.
That's an interesting option, skipping a Quest basically. Why not just leave it there? Or maybe there are more quests that open only after doing the tutorials?[/quote]
Because tutorial is quite long. One tries all harvesting and crafting careers (I don't remember exactly, first you mine some ore, then refine ore to create ingots and finally make a sword out of this ingots, the same is for woodwork and tailoring, then crafting dailies are introduced and so on). Quite a time consuming indeed And you can make work orders only after you are done with the tutorial as far as I remember.
That's an interesting option, skipping a Quest basically. Why not just leave it there? Or maybe there are more quests that open only after doing the tutorials?[/quote]
Because tutorial is quite long. One tries all harvesting and crafting careers (I don't remember exactly, first you mine some ore, then refine ore to create ingots and finally make a sword out of this ingots, the same is for woodwork and tailoring, then crafting dailies are introduced and so on). Quite a time consuming indeed And you can make work orders only after you are done with the tutorial as far as I remember.