Ryzen
Initiate
- ServUO Version
- Publish Unknown
- Ultima Expansion
- None
I'd like to set a vendor price of magery scrolls based on SpellCircle.
Scripts\VendorInfo\SBMage.cs (row 69, master branch)
after this line before, i than add this one
but it always skip this condition: what i wrong? Thanks
Scripts\VendorInfo\SBMage.cs (row 69, master branch)
Add(new GenericBuyInfo(types[i], 12 + ((i / 8) * 10), 20, itemID, 0, true));
after this line before, i than add this one
Item itemScroll = new Item(itemID);
if( itemScroll is SpellScroll)
{
}
but it always skip this condition: what i wrong? Thanks