Originally Posted by
Saico
Hum, did not understand what this AlertDrop.cs does exactly, RNN ?, what is ItemsAlert ? Thought it was a .txt or even a.cs or some sort, but searched in THUD folders and found nothing.
In my plugin I have called ItemsAlert a Dictionary equivalent to CustomSpeakTable from ItemsPlugin.cs
If in ItemsPlugin.cs you add an item by typing
Code:
plugin.CustomSpeakTable.Add(Hud.Sno.SnoItems.Unique_Ring_004_x1, "puzzle ring");
In my plugin you do the same by typing
Code:
plugin.ItemsAlert.Add(Hud.Sno.SnoItems.Unique_Ring_004_x1, "puzzle ring");