RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

İ cant install XML spawner into my RUNUO 2.5

lapy

Wanderer
hello i have been trying to install xml spawner into my runuo 2.5
i tried every xml spawner file i find
but couldnt get it working

Code:
Errors:
 + Customs/XML Spawner/XmlMobiles/TalkingJeweler.cs:
    CS1715: Line 10: 'Server.Mobiles.TalkingJeweler.SBInfos': type must be 'System.Collections.Generic.List<Server.Mobiles.SBInfo>' to match overridden member 'Server.Mobiles.BaseVendor.SBInfos'
    CS0534: Line 7: 'Server.Mobiles.TalkingJeweler' does not implement inherited abstract member 'Server.Mobiles.BaseVendor.SBInfos.get'
 + Customs/XML Spawner/XmlSpawner2.cs:
    CS0535: Line 38: 'Server.Mobiles.XmlSpawner' does not implement interface member 'Server.ISpawner.Remove(Server.ISpawnable)'
    CS0535: Line 38: 'Server.Mobiles.XmlSpawner' does not implement interface member 'Server.ISpawner.HomeLocation'
 
Top