Initial commit. Updated release archive.

This commit is contained in:
Jaysyn904
2024-06-20 15:47:42 -04:00
parent d14b20cb85
commit e49d03aa23
6897 changed files with 6107848 additions and 0 deletions

24
_removed/mh_at_002.nss Normal file
View File

@@ -0,0 +1,24 @@
//::///////////////////////////////////////////////
//:: FileName mh_at_002
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/02/2004 15:33:49
//:://////////////////////////////////////////////
#include "mh_instr_inc"
void main()
{
// Donner les objets <20> la personne qui parle
object oSpeaker = GetPCSpeaker();
object oItem = CreateItemOnObject("mh_it_luth", oSpeaker, 1);
SetIdentified(oItem,TRUE);
SetLocalObject(oItem, "mh_createur", oSpeaker);
SetLocalInt(oItem,"cout_instrument",15000);
//ExecuteScript("mh_ins_sp_script", oSpeaker);
TakeGoldFromCreature(7500, GetPCSpeaker(), TRUE);
SetXP(GetPCSpeaker(), GetXP(GetPCSpeaker()) - 600);
if(!GetLocalInt(oSpeaker,"use_CIMM"))
{
ActiveModeCIMM(oSpeaker);
}
}