We have a quest that the reward is an addon deco item in deed form. Players are able to hit the blue button on bottom of quest log, they see the backpack with deed int it, they double click the deed and get the addon. They can do over and over.
Do I have to change the deed scripts to require them to be in root of players backpack like spell books. Spellbooks can not be opened in sub container. And can't be opened in the reward pack.
QUOTE (Haazen @ May 27, 2006 08:47 pm) |
We have a quest that the reward is an addon deco item in deed form. Players are able to hit the blue button on bottom of quest log, they see the backpack with deed int it, they double click the deed and get the addon. They can do over and over.
Do I have to change the deed scripts to require them to be in root of players backpack like spell books. Spellbooks can not be opened in sub container. And can't be opened in the reward pack. |
To keep them from being able to open the bag and see the reward to prevent them from double clicking it, set the CanSeeReward property on the questholder to false.
Again, Thank you for your patience.