y2krazy
Community Developer
- Joined
- Jun 21, 2011
- Messages
- 2,803
^ This. I'm still optimizing the HW profile and making changes to quests with rewards to let RB handle reward selection unless you specify otherwise. I originally set them up to auto-select the reward based on your current class, but that was before I knew RB already chose rewards that way for you.Here is a snippet of a quest turn in with a reward associated:
Code:</If> <!-- Rewards 0: Paladin/Warrior/Dark Knight Head 1: Dragoon Head 2: Monk Head 3: Ninja Head [B]If you want a specific reward from the above list, replace the TurnIn tag below with the following and change the "Reward Slot" to the number you want:[/B] <TurnIn QuestId="67117" NpcId="1012323" XYZ="-50.21753, 8.05915, 15.45734" [B]RewardSlot="0"[/B] /> --> <MoveTo Name="House Fortemps Manservant" XYZ="-50.21753, 8.05915, 15.45734" /> <TurnIn QuestId="67117" NpcId="1012323" XYZ="-50.21753, 8.05915, 15.45734" /> </If>
As you can see in the snippet, for every quest with a reward you just do a search in notepad (or whatever text editor you use) for <TurnIn QuestId="67117" replacing 67117 with the quest ID of the quest you want an item for. Then, put RewardSlot="0" and replace the 0 with the appropriate reward slot number (leftmost starting at 0, then increasing sequentially by 1 as you move to the right (0,1,2,3 for four choices)).
You will have to do that manually for every quest you want to specify the reward.
Alternative to searching by quest ID, you can search by quest name and scroll down to the TurnIn line, if you prefer.
Changes to Heavensward profile pushed.
Changelog:
Code:
[B]Heavensward (v1.0.3)[/B]
[INDENT][B]The Better Half:[/B] Quest was commented out of the profile. [B][COLOR="#FF0000"]Fixed![/COLOR][/B]
[B]Over The Wall:[/B] Not properly talking to Artoirel. [B][COLOR="#FF0000"]Fixed![/COLOR][/B]
[B]Grandfather's Belongings:[/B] Character runs into the bridge walls indefinitely. [B][COLOR="#FF0000"]Fixed![/COLOR][/B]
[B]Hope Springs Eternal:[/B] Spring Crystal not being acquired. [B][COLOR="#FF0000"]Fixed![/COLOR][/B]
[B]Ancient Wisdom:[/B] Not placing the ember on the unlit brazier. [B][COLOR="#FF0000"]Fixed![/COLOR][/B]
Profile optimizations. (Optimized: Level 50 Quests)[/INDENT]
[B]Quest Behaviors[/B]
[INDENT]Multiple updates.[/INDENT]