Also the halloween gifts are shown for gm begging skill-what is found on uoguide- but These are rewarded to Grandmaster Beggars for roughly 1% of the time.
if (Utility.RandomDouble() <= .01 && from.Skills.Begging.Value >= 100) //This section is what they mean
{
from.AddToBackpack(HolidaySettings.RandomGMBeggerItem);
from.SendLocalizedMessage(1076777); /* You receive a special treat! */
}
else
{
from.AddToBackpack(HolidaySettings.RandomTreat);
from.SendLocalizedMessage(1076769); /* You receive some candy. */
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.