@SkillMakeItem
From SphereWiki
Revision as of 13:08, 13 June 2009 by MrSugarCube (talk | contribs) (Created page with '==Description== This trigger fires when a character successfully crafts an item. Fires on: * Characters ==References== The following object references are explicitly avai...')
Description
This trigger fires when a character successfully crafts an item.
Fires on:
References
The following object references are explicitly available for this trigger:
Name | Description |
ACT | The item that was crafted. |
ARGO | The item that the item was crafted from. |
I | The character who crafted the item. |
SRC | The character who crafted the item. |
Arguments
The following arguments are set for this trigger. If an argument is marked as "In" then a value will be passed in to the trigger, if an argument is marked as "Out" then it can be set to a value to affect Sphere's behaviour:
Argument | In/Out | Description |
ARGN1 | I | The amount of skill used to craft the item. |
ARGN2 | I | The quality of the crafted item. |
Return Values
The following return values are explicitly defined for this trigger:
Return Value | Description |
0 | Proceeds with rewarding experience (if enabled) and placing the crafting item into the character's backpack, but does not play any potion sounds or display quality messages. |
1 | Prevents any further action taking place for the skill. The crafted item will also be deleted. |