• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Beta] RewardSlot="X" not working properly?

    Discussion in 'Community Developer Forum' started by y2krazy, Jun 26, 2015.

    1. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      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:

      [​IMG]

      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:
       

      Attached Files:

    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      Whoops. They offset it now, i forgot to add the offset to the manual selection mode.
       
    3. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      It appears that RewardSlot is working as-intended. Will follow-up, if needed.

      Thanks so much for the quick fix! :D
       

    Share This Page