- Joined
- Jun 12, 2010
- Messages
- 7
Can't agree more!This needs more explanation to be a tutorial.You have to explain the purpose of a recipe, and then explain the functions of the trigger.
At the moment it is more of a trigger template than a tutorial. =)
That trigger won't even work properly. It should only remove a single item per item type, not all of items matching that item type.
If the hero's inventory looks like this:
Flame Staff
Flame Staff
Earth Staff
Water Staff
Frost Staff
and the hero then acquires the recipe scroll, he will lose both flame staves.
Hvo's message did point out another bug, which he may or may not have noticed: if you want a recipe to require 2 times the same item, the system won't recognize it.Wrong, the "remove item of type" action only removes one of the item types, not both, try it yourself.
Hvo's message did point out another bug, which he may or may not have noticed: if you want a recepy to require 2 times the same item, the system won't recognize it.
Like this:
Steel blade requires:
Iron Blade
Iron Blade
--> Fail (you'll only need 1 iron blade with this system, no matter how hard you try - unless you do some major editing of course).
Nope, but the example he has given with the multiple items of the same type did point in that direction.Read hvo's message. It points out that if someone has 2 items of one sort, he will loose BOTH items, which was what I questioned, I did NOT mention anything about the fact that if the recipe requires two items of the same type, the trigger will fail, because in that opinion, you are correct.
That trigger won't even work properly. It should only remove a single item per item type, not all of items matching that item type.
I never said you were incorrect eitherThis can point in 2 directions, the first one, which is that if you need two items, then it would not remove both (what you are mentioning). While the other being that it SHOULD only remove one item per item type in order to WORK, therefore, this whole conversation between us is a waste, since both of us is correct.