Initial Upload
Initial Upload
This commit is contained in:
11
_module/nss/hook_get_dc_adj.nss
Normal file
11
_module/nss/hook_get_dc_adj.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
// hook_get_dc_adj
|
||||
#include "cnr_hook_helper"
|
||||
void main()
|
||||
{
|
||||
// inputs
|
||||
int nTradeskillType = CnrHookHelperGetTradeskillType(OBJECT_SELF);
|
||||
string sKeyToRecipe = CnrHookHelperGetKeyToRecipeInProgress(OBJECT_SELF);
|
||||
|
||||
// outputs
|
||||
//CnrHookHelperSetAdjustmentToRecipeDC(OBJECT_SELF, -20);
|
||||
}
|
||||
Reference in New Issue
Block a user