Shargast_PRC8/_module/Chapter 1/nss/hook_get_dc_adj.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

12 lines
293 B
Plaintext

// 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);
}