ServUO Version
Publish Unknown
Ultima Expansion
Time Of Legends
My server doesn't use the Ultima Store (when clicked nothing happens). I tried adding in the scripts, my mine exploded due to all the errors I got... lol. Can the UO Store button actually be configured to open something else? exa:VIPStore
(It's the button on the top bar that has these selections: Map, Paperdoll, Inventory, Journal, Chat, Help, < ? >, UO Store, and Chat)
Not sure where this button is configured at or i'd play around with it to see what I could come up with.
 
Last edited:
Well the button from the client sends a packet to the server, nothing else.

How it is registered?
C#:
PacketHandlers.Register(0xFA, 1, true, UOStoreRequest);

Code is found inside UltimaStore.cs line 71, you can therefor do whatever with it.

Also replacing the UOStore for an VIPStore, doesnt make much sense imo.
Why would you replace a store with a store instead of replacing the content (and maybe the currency?) :p
 
The reason is because I tried to install the UO Store files and got a ton of errors, but the VIP Store is already installed.
So, it looks as if i'll have to install the UO Store files anyways... lol
 
Last edited:
you can also use your store, its up to you, you can also make it that if you press that button your char shouts whatever you like :D
 
Wow:oops: didn't know that either! Making them shout sounds awesome! As you said, without the UO Store installed there's no way to redirect the button... right? If so, I just went to the ServUO mod and downloaded it then searched everywhere for Ultima Store files... due to no place to actually download 'only' a UO Store install.
 
Last edited:
Here's some errors i'm having trouble getting past.
Errors:
+ Services/UltimaStore/UltimaStore.cs:
CS0246: Line 1016: The type or namespace name 'DeleteConfirm' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 1016: The type or namespace name 'DeleteConfirmAttribute' could not be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Maybe someone else has had this same problem and figured it out. All I did was copy over the UO Store files from the ServUO mod to mine.
I'm sure it can be figured out...
 
Last edited:
Ty... after that error got fixed I got several more errors basically saying items that could be bought in the Ultima Store couldn't be found. I added those items in and then got a ton more errors! Thank you for your help PyrO but, i'm throwing in the towel on this project for the time being... lolo_O In case someone wants to see them here they are:

C#:
Scripts: Compiling C# scripts...Failed with: 107 errors, 0 warnings
Errors:
 + Services/UltimaStore/StoreBought/DecorativeDungeonSet/DecorativeDungeonChair.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeDungeonSet/DecorativeDungeonMask.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeDungeonSet/DecorativeDungeonSet.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/DecorativeDungeonSet/DecorativeDungeonStool.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/DecorativeDungeonSet/DecorativeStocks.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeDungeonSet/DecorativeWallHook.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeDungeonSet/DungeonBull.cs:
    CS1002: Line 7: ; expected
    CS1520: Line 7: Method must have a return type
    CS1002: Line 57: ; expected
    CS1002: Line 58: ; expected
    CS1520: Line 58: Method must have a return type
    CS1001: Line 58: Identifier expected
 + Services/UltimaStore/StoreBought/DecorativeDungeonSet/DungeonFountain.cs:
    CS1002: Line 5: ; expected
    CS1520: Line 5: Method must have a return type
    CS1002: Line 43: ; expected
    CS1002: Line 44: ; expected
    CS1520: Line 44: Method must have a return type
 + Services/UltimaStore/StoreBought/DecorativeFarmSet/DecorativeButterChurn.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/DecorativeFarmSet/DecorativeFarmSet.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/DecorativeFarmSet/DecorativeFeedingTrough.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeFarmSet/DecorativePlough.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeFarmSet/DecorativeWishingWell.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeFarmSet/HangingFarmTool.cs:
    CS1002: Line 7: ; expected
    CS1520: Line 7: Method must have a return type
    CS1002: Line 50: ; expected
    CS1520: Line 50: Method must have a return type
    CS1001: Line 50: Identifier expected
    CS1002: Line 51: ; expected
 + Services/UltimaStore/StoreBought/DecorativeFarmSet/MagicMilkPail.cs:
    CS1002: Line 13: ; expected
 + Services/UltimaStore/StoreBought/DecorativeMagesSet/DecorativeMagesCrystalBall.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeMagesSet/DecorativeMagesRug.cs:
    CS1002: Line 26: ; expected
    CS1520: Line 26: Method must have a return type
    CS1002: Line 48: ; expected
    CS1002: Line 74: ; expected
    CS1002: Line 78: ; expected
    CS1520: Line 78: Method must have a return type
    CS1001: Line 78: Identifier expected
    CS1002: Line 80: ; expected
 + Services/UltimaStore/StoreBought/DecorativeMagesSet/DecorativeMagesSet.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/DecorativeMagesSet/DecorativeMageThrone.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/DecorativeMagesSet/DecorativeMagicBookStand.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/DecorativeMagesSet/DecorativeSpecimenShelve.cs:
    CS1002: Line 7: ; expected
    CS1002: Line 8: ; expected
 + Services/UltimaStore/StoreBought/DecorativeStableSet/ChickenStatue.cs:
    CS1002: Line 12: ; expected
 + Services/UltimaStore/StoreBought/DecorativeStableSet/CowPie.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeStableSet/CowStatue.cs:
    CS1002: Line 13: ; expected
 + Services/UltimaStore/StoreBought/DecorativeStableSet/DecorativeStableFencing.cs:
    CS1002: Line 23: ; expected
    CS1519: Line 23: Invalid token '[' in class, struct, or interface member declaration
    CS1001: Line 23: Identifier expected
    CS1525: Line 23: Invalid expression term 'int'
    CS1003: Line 23: Syntax error, ']' expected
    CS1519: Line 23: Invalid token ']' in class, struct, or interface member declaration
    CS1001: Line 23: Identifier expected
    CS1519: Line 23: Invalid token '0' in class, struct, or interface member declaration
    CS1002: Line 39: ; expected
    CS1519: Line 39: Invalid token '[' in class, struct, or interface member declaration
    CS1001: Line 39: Identifier expected
    CS1525: Line 39: Invalid expression term 'int'
    CS1003: Line 39: Syntax error, ']' expected
    CS1519: Line 39: Invalid token ']' in class, struct, or interface member declaration
    CS1519: Line 39: Invalid token '>' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/DecorativeStableSet/DecorativeStableSet.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/DecorativeStableSet/Feedbag.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/DecorativeStableSet/HorseStatue.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeStableSet/MetalTub.cs:
    CS1002: Line 32: ; expected
    CS1520: Line 32: Method must have a return type
    CS1002: Line 49: ; expected
    CS1002: Line 51: ; expected
    CS1520: Line 51: Method must have a return type
    CS1001: Line 51: Identifier expected
 + Services/UltimaStore/StoreBought/UndeadWeddingBundle/UndeadWeddingHat.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/UndeadWeddingBundle/UndeadWeddingVeil.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/UndeadWeddingBundle/WeddingChest.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Clothing/MagicalWeddingSewingKit.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Clothing/TopHat.cs:
    CS1002: Line 6: ; expected
    CS0101: Line 4: The namespace 'Server.Items' already contains a definition for 'TopHat'
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Clothing/Tuxedo.cs:
    CS1002: Line 6: ; expected
    CS0101: Line 4: The namespace 'Server.Items' already contains a definition for 'Tuxedo'
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Clothing/TuxedoPants.cs:
    CS1002: Line 6: ; expected
    CS0101: Line 4: The namespace 'Server.Items' already contains a definition for 'TuxedoPants'
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Clothing/WeddingDress.cs:
    CS1002: Line 20: ; expected
    CS0101: Line 4: The namespace 'Server.Items' already contains a definition for 'WeddingDress'
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Food/CakeToppers.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 36: ; expected
    CS0101: Line 4: The namespace 'Server.Items' already contains a definition for 'MaleTopper'
    CS0101: Line 34: The namespace 'Server.Items' already contains a definition for 'FemaleTopper'
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Food/ChocolateFountain.cs:
    CS1002: Line 5: ; expected
    CS1002: Line 40: ; expected
    CS0101: Line 3: The namespace 'Server.Items' already contains a definition for 'ChocolateFountain'
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Food/MagicalCakeBatter.cs:
    CS1002: Line 8: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Food/WeddingCake.cs:
    CS1002: Line 7: ; expected
    CS1002: Line 43: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/FloweredTrellisAddon.cs:
    CS1002: Line 93: ; expected
    CS1002: Line 110: ; expected
    CS1520: Line 110: Method must have a return type
    CS1001: Line 110: Identifier expected
    CS1001: Line 110: Identifier expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/MagicalBotanicalArchwaySeed.cs:
    CS1002: Line 8: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingCocktailTable.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingCoveredChair.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingFancyCandelabra.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingFoldingChair.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingLongBuffetTable.cs:
    CS1002: Line 57: ; expected
    CS1002: Line 70: ; expected
    CS1520: Line 70: Method must have a return type
    CS1001: Line 70: Identifier expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingRegularCandelabra.cs:
    CS1002: Line 7: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingShortBuffetTable.cs:
    CS1002: Line 55: ; expected
    CS1002: Line 68: ; expected
    CS1520: Line 68: Method must have a return type
    CS1001: Line 68: Identifier expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingStandingBouquet.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/Furniture/WeddingTabletopBouquet.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/WeddingPackageAddonToken.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/WeddingPackageToken/WeddingPackageToken.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/AbyssalHairDye.cs:
    CS1002: Line 33: ; expected
 + Services/UltimaStore/StoreBought/AncestralGravestone.cs:
    CS1002: Line 10: ; expected
    CS0101: Line 8: The namespace 'Server.Items' already contains a definition for 'AncestralGravestone'
 + Services/UltimaStore/StoreBought/ArmorEngravingToolToken.cs:
    CS1002: Line 5: ; expected
    CS1002: Line 6: ; expected
    CS1002: Line 7: ; expected
    CS1002: Line 9: ; expected
 + Services/UltimaStore/StoreBought/BarrelMailbox.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 7: ; expected
    CS1002: Line 9: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 12: ; expected
 + Services/UltimaStore/StoreBought/BulkOrderBookCover.cs:
    CS1002: Line 251: ; expected
 + Services/UltimaStore/StoreBought/CharacterReincarnationToken.cs:
    CS1002: Line 5: ; expected
    CS1002: Line 6: ; expected
    CS1002: Line 7: ; expected
    CS1002: Line 9: ; expected
 + Services/UltimaStore/StoreBought/CommemorativeRobe.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/DecorativeBlackWidow.cs:
    CS1002: Line 5: ; expected
    CS1520: Line 5: Method must have a return type
    CS1002: Line 38: ; expected
    CS1520: Line 38: Method must have a return type
    CS1002: Line 39: ; expected
 + Services/UltimaStore/StoreBought/DecorativeGardenSculpture.cs:
    CS1002: Line 6: ; expected
 + Services/UltimaStore/StoreBought/DecorativeGuildStone.cs:
    CS1002: Line 12: ; expected
 + Services/UltimaStore/StoreBought/DecorativeKitchenSet.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/DolphinMailbox.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 7: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 9: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
 + Services/UltimaStore/StoreBought/FallenLog.cs:
    CS1002: Line 7: ; expected
    CS1520: Line 7: Method must have a return type
    CS1002: Line 54: ; expected
    CS1002: Line 55: ; expected
    CS1520: Line 55: Method must have a return type
    CS1001: Line 55: Identifier expected
    CS0101: Line 5: The namespace 'Server.Items' already contains a definition for 'FallenLogAddon'
    CS0101: Line 52: The namespace 'Server.Items' already contains a definition for 'FallenLogDeed'
 + Services/UltimaStore/StoreBought/FieldGardenBed.cs:
    CS1002: Line 7: ; expected
    CS1520: Line 7: Method must have a return type
    CS1002: Line 96: ; expected
    CS1002: Line 98: ; expected
    CS1520: Line 98: Method must have a return type
    CS1001: Line 98: Identifier expected
 + Services/UltimaStore/StoreBought/FreshGreenLadyBug.cs:
    CS1002: Line 7: ; expected
    CS1002: Line 9: ; expected
    CS1519: Line 9: Invalid token '0x2D04' in class, struct, or interface member declaration
    CS1002: Line 11: ; expected
    CS1519: Line 11: Invalid token '0x2D03' in class, struct, or interface member declaration
    CS1002: Line 13: ; expected
    CS1519: Line 13: Invalid token '==' in class, struct, or interface member declaration
    CS1519: Line 13: Invalid token '==' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/GenderChangeToken.cs:
    CS1002: Line 9: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 12: ; expected
    CS1519: Line 12: Invalid token ')' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/HABPromotionalToken.cs:
    CS1002: Line 8: ; expected
 + Services/UltimaStore/StoreBought/HaochisPigments.cs:
    CS1002: Line 80: ; expected
    CS1002: Line 98: ; expected
    CS1519: Line 98: Invalid token ';' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/HildebrandtDragonRug.cs:
    CS1002: Line 7: ; expected
    CS1520: Line 7: Method must have a return type
    CS1002: Line 78: ; expected
    CS1520: Line 78: Method must have a return type
    CS1001: Line 78: Identifier expected
    CS1002: Line 79: ; expected
    CS1002: Line 84: ; expected
    CS1519: Line 84: Invalid token ';' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/HoodedBritanniaRobe.cs:
    CS1002: Line 5: ; expected
 + Services/UltimaStore/StoreBought/ImprovedRockHammer.cs:
    CS1002: Line 8: ; expected
    CS1002: Line 29: ; expected
    CS1519: Line 29: Invalid token ';' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/LargeGlowingLadyBug.cs:
    CS1002: Line 7: ; expected
    CS1002: Line 9: ; expected
    CS1519: Line 9: Invalid token '0x2CFE' in class, struct, or interface member declaration
    CS1002: Line 11: ; expected
    CS1519: Line 11: Invalid token '0x2CFD' in class, struct, or interface member declaration
    CS1002: Line 13: ; expected
    CS1519: Line 13: Invalid token '==' in class, struct, or interface member declaration
    CS1519: Line 13: Invalid token '==' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/LightMailbox.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 13: ; expected
 + Services/UltimaStore/StoreBought/LionMailbox.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 13: ; expected
 + Services/UltimaStore/StoreBought/MapleTree.cs:
    CS1002: Line 7: ; expected
    CS1520: Line 7: Method must have a return type
    CS1002: Line 40: ; expected
    CS1520: Line 40: Method must have a return type
    CS1001: Line 40: Identifier expected
    CS1002: Line 41: ; expected
    CS0101: Line 5: The namespace 'Server.Items' already contains a definition for 'MapleTreeAddon'
    CS0101: Line 38: The namespace 'Server.Items' already contains a definition for 'MapleTreeDeed'
 + Services/UltimaStore/StoreBought/MerchantsTrinket.cs:
    CS1002: Line 9: ; expected
    CS1519: Line 9: Invalid token '10' in class, struct, or interface member declaration
    CS1002: Line 17: ; expected
 + Services/UltimaStore/StoreBought/MetalLadder.cs:
    CS1002: Line 19: ; expected
    CS1520: Line 19: Method must have a return type
    CS1002: Line 90: ; expected
    CS1520: Line 90: Method must have a return type
    CS1001: Line 90: Identifier expected
    CS1002: Line 91: ; expected
 + Services/UltimaStore/StoreBought/MysticalPolymorphTotem.cs:
    CS1002: Line 8: ; expected
 + Services/UltimaStore/StoreBought/MythicalCharacterToken.cs:
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 13: ; expected
    CS1519: Line 13: Invalid token ')' in class, struct, or interface member declaration
    CS1002: Line 77: ; expected
    CS1520: Line 77: Method must have a return type
    CS1031: Line 77: Type expected
    CS1002: Line 78: ; expected
    CS1520: Line 78: Method must have a return type
    CS1031: Line 78: Type expected
    CS1002: Line 79: ; expected
    CS1520: Line 79: Method must have a return type
    CS1031: Line 79: Type expected
    CS1002: Line 80: ; expected
    CS1520: Line 80: Method must have a return type
    CS1031: Line 80: Type expected
    CS1002: Line 81: ; expected
    CS1520: Line 81: Method must have a return type
    CS1031: Line 81: Type expected
    CS1002: Line 82: ; expected
    CS0101: Line 8: The namespace 'Server.Items' already contains a definition for 'MythicCharacterToken'
 + Services/UltimaStore/StoreBought/NameChangeToken.cs:
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 13: ; expected
    CS1519: Line 13: Invalid token ')' in class, struct, or interface member declaration
    CS0101: Line 8: The namespace 'Server.Items' already contains a definition for 'NameChangeToken'
 + Services/UltimaStore/StoreBought/NaturalHairDyes.cs:
    CS1002: Line 82: ; expected
    CS1002: Line 122: ; expected
    CS1519: Line 122: Invalid token ';' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/PetBrandingIron.cs:
    CS1002: Line 9: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 13: ; expected
    CS1002: Line 14: ; expected
    CS1002: Line 15: ; expected
    CS1002: Line 16: ; expected
    CS1002: Line 17: ; expected
    CS1002: Line 19: ; expected
    CS1519: Line 19: Invalid token '{' in class, struct, or interface member declaration
    CS1519: Line 19: Invalid token ')' in class, struct, or interface member declaration
    CS1518: Line 22: Expected class, delegate, enum, interface, or struct
    CS1518: Line 28: Expected class, delegate, enum, interface, or struct
    CS1518: Line 33: Expected class, delegate, enum, interface, or struct
    CS1518: Line 38: Expected class, delegate, enum, interface, or struct
    CS1518: Line 44: Expected class, delegate, enum, interface, or struct
    CS1022: Line 50: Type or namespace definition, or end-of-file expected
 + Services/UltimaStore/StoreBought/PetWhistle.cs:
    CS1002: Line 14: ; expected
    CS1002: Line 26: ; expected
    CS1003: Line 26: Syntax error, '>' expected
    CS1519: Line 26: Invalid token ';' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/PotionOfGloriousFortune.cs:
    CS1002: Line 24: ; expected
 + Services/UltimaStore/StoreBought/RaceChangeToken.cs:
    CS1002: Line 11: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 14: ; expected
    CS1519: Line 14: Invalid token ')' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/ScarecrowMailbox.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 7: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 9: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
 + Services/UltimaStore/StoreBought/SecretChest.cs:
    CS1002: Line 24: ; expected
    CS1002: Line 26: ; expected
    CS1519: Line 28: Invalid token '=' in class, struct, or interface member declaration
    CS1002: Line 162: ; expected
 + Services/UltimaStore/StoreBought/SittingKittenMailbox.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 13: ; expected
 + Services/UltimaStore/StoreBought/SmugglersEdge.cs:
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 27: ; expected
    CS1002: Line 28: ; expected
    CS1002: Line 29: ; expected
    CS1002: Line 30: ; expected
    CS1002: Line 75: ; expected
    CS1002: Line 76: ; expected
    CS1002: Line 77: ; expected
    CS1002: Line 92: ; expected
    CS1002: Line 93: ; expected
    CS1002: Line 94: ; expected
    CS1002: Line 95: ; expected
 + Services/UltimaStore/StoreBought/SnowTree.cs:
    CS1002: Line 7: ; expected
    CS1520: Line 7: Method must have a return type
    CS1002: Line 82: ; expected
    CS1520: Line 82: Method must have a return type
    CS1001: Line 82: Identifier expected
    CS1002: Line 83: ; expected
    CS0101: Line 5: The namespace 'Server.Items' already contains a definition for 'SnowTreeAddon'
    CS0101: Line 80: The namespace 'Server.Items' already contains a definition for 'SnowTreeDeed'
 + Services/UltimaStore/StoreBought/SpiralStaircase.cs:
    CS1002: Line 13: ; expected
    CS1002: Line 82: ; expected
    CS1520: Line 82: Method must have a return type
    CS1002: Line 164: ; expected
    CS1520: Line 164: Method must have a return type
    CS1001: Line 164: Identifier expected
    CS1002: Line 165: ; expected
 + Services/UltimaStore/StoreBought/SquirrelMailbox.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 13: ; expected
 + Services/UltimaStore/StoreBought/StableSlotIncreaseToken.cs:
    CS1002: Line 14: ; expected
    CS1002: Line 15: ; expected
    CS1002: Line 17: ; expected
    CS1519: Line 17: Invalid token ')' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/StandingKittenMailbox.cs:
    CS1002: Line 6: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 11: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 13: ; expected
 + Services/UltimaStore/StoreBought/StoreSingingBall.cs:
    CS1002: Line 16: ; expected
    CS1519: Line 16: Invalid token ')' in class, struct, or interface member declaration
    CS1519: Line 16: Invalid token ';' in class, struct, or interface member declaration
 + Services/UltimaStore/StoreBought/TransmogrificationPotion.cs:
    CS1002: Line 11: ; expected
 + Services/UltimaStore/StoreBought/UndertakersStaff.cs:
    CS1002: Line 22: ; expected
    CS1002: Line 23: ; expected
    CS1002: Line 24: ; expected
    CS1002: Line 25: ; expected
 + Services/UltimaStore/StoreBought/VirtueShield.cs:
    CS1002: Line 5: ; expected
    CS1519: Line 5: Invalid token ';' in class, struct, or interface member declaration
    CS1002: Line 6: ; expected
    CS1002: Line 7: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 9: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 13: ; expected
    CS1002: Line 14: ; expected
    CS0101: Line 3: The namespace 'Server.Items' already contains a definition for 'VirtueShield'
 + Services/UltimaStore/StoreBought/WillowTree.cs:
    CS1002: Line 5: ; expected
    CS1520: Line 5: Method must have a return type
    CS1002: Line 35: ; expected
    CS1520: Line 35: Method must have a return type
    CS1002: Line 36: ; expected
    CS0101: Line 3: The namespace 'Server.Items' already contains a definition for 'WillowTreeAddon'
    CS0101: Line 33: The namespace 'Server.Items' already contains a definition for 'WillowTreeDeed'
 + Services/UltimaStore/StoreBought/WineRack.cs:
    CS1002: Line 8: ; expected
    CS1002: Line 10: ; expected
    CS1002: Line 12: ; expected
    CS1002: Line 13: ; expected
    CS1002: Line 14: ; expected
    CS1002: Line 15: ; expected
    CS1002: Line 17: ; expected
    CS1519: Line 17: Invalid token '==' in class, struct, or interface member declaration
    CS1002: Line 99: ; expected
 + Services/UltimaStore/StoreBought/WoodenBookcase.cs:
    CS1002: Line 7: ; expected
    CS1002: Line 8: ; expected
    CS1002: Line 10: ; expected
    CS1519: Line 10: Invalid token '==' in class, struct, or interface member declaration
    CS0101: Line 5: The namespace 'Server.Items' already contains a definition for 'WoodenBookcase'
 + Services/UltimaStore/StoreBought/WoodworkersBench.cs:
    CS1002: Line 9: ; expected
    CS1520: Line 9: Method must have a return type
    CS1002: Line 177: ; expected
    CS1002: Line 178: ; expected
    CS1520: Line 178: Method must have a return type
    CS1001: Line 178: Identifier expected
 + Services/UltimaStore/StoreBought/WorldTreeRug.cs:
    CS1002: Line 67: ; expected
    CS1520: Line 67: Method must have a return type
    CS1001: Line 67: Identifier expected
    CS1002: Line 68: ; expected
    CS1002: Line 78: ; expected
    CS1519: Line 78: Invalid token ';' in class, struct, or interface member declaration
    CS1002: Line 127: ; expected
    CS1520: Line 127: Method must have a return type
    CS1002: Line 196: ; expected
    CS1520: Line 196: Method must have a return type
    CS1001: Line 196: Identifier expected
    CS1002: Line 197: ; expected
    CS1002: Line 202: ; expected
    CS1519: Line 202: Invalid token ';' in class, struct, or interface member declaration
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
 
Back