What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Greater + Trial Keystone ItemType Changed

iupcompkid666

New Member
Joined
Oct 3, 2012
Messages
20
Reaction score
1
I wasn't sure where this should be posted so here it is.

Greater RiftKeystones and Rift Trial Keystones are no longer classified as ItemType.KeystoneFragment, and are instead being defaulted to ItemType.Unknown.

This causes Zeta.Bot.Profile.Common.OpenRiftTag.OpenRiftTag() to only open normal rifts. This will probably require a demonbuddy update.
 
need the actorID for the tiered rift keys and trial keys to be able to use them I think

From R-Rift
Code:
      <!-- Grab some Keys if needed -->
      <GetItemFromStash questId="1" greaterRiftKey="True" stackCount="1" />
      <GetItemFromStash questId="1" stackCount="1" actorId="408416" name="Keystone of Trials" />
      <GetItemFromStash questId="1" stackCount="1" actorId="323722" name="Rift Keystone Fragment" />

or

Questtools
Code:
GameBalanceId=0 ActorSNO=0 GreaterRiftKey=True)
[QuestTools][<GetItemFromStashRoutine>d__16] Already have 59 items in our backpack (GameBalanceId=0 ActorSNO=408416 GreaterRiftKey=False)
[QuestTools][<GetItemFromStashRoutine>d__16] Already have 138 items in our backpack (GameBalanceId=0 ActorSNO=323722 GreaterRiftKey=False)

looks to be calling incorrect/non-existent items
 
Yeah looks like you're right

Keystone of Trials is showing ItemType Unknown for me #9835921 - Pastie
same with greater key #9835924 - Pastie

as a test i changed QTOpenRiftWrapper to use internal name so it specified that greater rift should be used but OpenRiftTag opens a normal rift anyway.

Have to wait for Nesox.
 
Last edited:
Back
Top