What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Beta] RewardSlot="X" not working properly?

y2krazy

Community Developer
Joined
Jun 21, 2011
Messages
2,803
While testing functionality for optional reward selection, RewardSlot appears to either not be working or I'm using it incorrectly. Here is an excerpt from my profile:

Code:
<!-- Rewards

[B][COLOR="#FF0000"]0: Poison Ward Potion (Resistance)[/COLOR][/B]
1: Silence Ward Potion (Resistance)
2: Blind Ward Potion (Resistance)

If you want a specific reward from the above list, change the "Reward Slot" to the number you want:

-->

<TurnIn QuestId="67283" NpcId="1014123" ItemId="2001743" XYZ="402.7618, 199.3566, 689.4482" [B][COLOR="#FF0000"]RewardSlot="0"[/COLOR][/B] />

After trying RewardSlot="0", RewardSlot="1" and RewardSlot="2", nothing is being selected in the JournalResult remote window and, essentially, the character is indefinitely AFK'ing. Did this functionality break with the expansion? Am I using it incorrectly?

The JournalResult it "AFKs" on:

ODxkRgO.png


As you can see from the log, I waited 1m20s before stopping the bot, which is plenty of time for a reward to be selected.

Code:
[00:[B][COLOR="#FF0000"]21:07[/COLOR][/B].861 D] Interacting with Sigan 0xF1A5220
[00:[B][COLOR="#FF0000"]22:28[/COLOR][/B].516 N] Stopping the bot. Reason:Pushed the stop button.

Also, do all optional quest rewards follow the same slot numbering? First in the list is "0," second is "1," etc.? If not, is there a Console snippet to run to determine slot numbers?

Please advise. Thanks! :)

Log attached:
 

Attachments

Whoops. They offset it now, i forgot to add the offset to the manual selection mode.
 
Whoops. They offset it now, i forgot to add the offset to the manual selection mode.
It appears that RewardSlot is working as-intended. Will follow-up, if needed.

Thanks so much for the quick fix! :D
 
Back
Top