Sign in to follow this  
Jukken

Mission reward

Recommended Posts

If I place an effect to give a specific item as reward...enter the correct Wurm ID number....I always get:

"The previous reward item could not be located."

"The inscribed papyrus sheet may not be selected as reward right now."

 

How do I solve this? This is the first item, there is no previous item.

 

 

If anyone know the Creature ID's for all the rift creatures (such as the jackal), I would appreciate that aswell. :)

Edited by Jukken

Share this post


Link to post
Share on other sites

  public static final int RIFT_JACKAL_ONE_CID = 106;         // puppy
  public static final int RIFT_JACKAL_TWO_CID = 107;         // jackal
  public static final int RIFT_JACKAL_THREE_CID = 108;         // ogre
  public static final int RIFT_JACKAL_FOUR_CID = 109;         // warmaster
  public static final int RIFT_JACKAL_CASTER_CID = 110;        // caster
  public static final int RIFT_OGRE_MAGE_CID = 111;            // ogre mage
  public static final int RIFT_JACKAL_SUMMONER_CID = 112;    //summoner

 

            catch (NoSuchItemException nsi)
            {
              getResponder().getCommunicator().sendNormalServerMessage("The previous reward item could not be located.");
            }

that says the item listed doesn't exist, as to why, no idea I haven't looked at mission code, so it may be you just aren't using it correctly or it may be that the code is completely broken, both are very possible.

Edited by Cuddles
  • Like 1

Share this post


Link to post
Share on other sites

Is it only inscribed papyrus? Try with a tool or something and see if that happens. 

 

It should disappear from your inventory when you do so. 

Share this post


Link to post
Share on other sites
1 hour ago, Retrograde said:

Is it only inscribed papyrus? Try with a tool or something and see if that happens. 

 

It should disappear from your inventory when you do so. 

 

Seems it only workes if the item is in my inventory.

Seems totally worthless. Why would I want a reward...that I already have...

Tried having an item in a chest...this gets to the "The previous reward item could not be located."

Tried having item on the ground - to reward in chest...then nothing happens...but the effect gets deleted from database.

 

From my inventory to a chest workes...doh...what is the use of that reward?

Should I have alts logged out with items in inventory?

Share this post


Link to post
Share on other sites

It needs to be in your inventory when setting the mission, once it's set it holds the item. 

 

you're setting the reward as a GM, not as a player. 

Share this post


Link to post
Share on other sites

So, I as GM have to do the mission to send the item from inventory to the chest?

 

Problem I'm facing now is when the item goes away from GM inventory, it's not in the chest. send to limbo? GM-tool says it's on the ground by chest, but it's not. (not in chest either). Have to get it back using #loadItem.

The item ID disappears from the mission effect aswell.

Then the whole mission effect gets deleted from database.

 

Sorry, but this thing is quite confusing to me.

Edited by Jukken

Share this post


Link to post
Share on other sites

you can set the item to be given and it's held in limbo, when the mission is triggered the item will be given.

 

Not lots of messaging about it. not the most user friendly system as it was meant for only GMs

Share this post


Link to post
Share on other sites

Ok, thanks for the reply.

I'll just forget about that system and do the old "enter door with trigger, get inside, get item and go out, advance mission to lock out from door". Gets a bit repetitive though.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this