Shargast_PRC8/_module/Chapter 2/nss/hook_get_dc_adj.nss

12 lines
293 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
// 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);
}