Recent content by prosilverdragon

  1. Custom Regions in a Box - Cleaned Up and .net 4.0

    Almost drag and drop-able. I needed to comment out lines 215-224 in Customregion.cs for the following error, 'CustomRegion.AllowHarmful(Mobile, Mobile)': no suitable method found to override After the comment, it ran smoothly. Already tested out a few now magic regions and it worked flawlessly...
  2. Custom Regions in a Box - Cleaned Up and .net 4.0

    Rookie question, but mind sharing where you stitched in that solution within the script? Many thanks :)
  3. Failure to compile

    I ran into "Scripts: One or more scripts failed to compile or no script files were found." error too after an OS update caused an abrupt reboot. I was unable to solve mine and ended up doing a mix role back (snap shot of the server + latest natural OS backup).
  4. StaffHousePlacementTool

    Doesnt look like anybody has asked or attempted this yet but is there away to modify the Houseplacementtool.cs so it checks if the user is staff thus allowing additional house options? Objective is to limit players from dumping castles everywhere and letting staff à la carte summon them...
  5. AOS - House Decay Level

    In publish 57 > Basehouse.CS > I solve this around line 51. I commented out and added, //NextDecayStage = DateTime.UtcNow + DynamicDecay.GetRandomDuration(level); NextDecayStage = DateTime.UtcNow.AddDays(180); I also did not want players first houses to be auto...
  6. Advanced Interior Decorator

    Love it! Thank you for sharing :)
  7. Boat Navigation Totem

    Not plug 'n play friendly for those running Servuo. Here is what I encountered when attempting to compile, Scripts: Compiling C# scripts...Failed with: 1 errors, 0 warnings Errors: + BoatNavigationTotem.cs: CS0115: Line 45: 'BoatNavigationTotem.OnAdded(IEntity)': no suitable method found...
  8. XML Quest creator

    I agree, Gizmo's quest creator helped me and lead me here; great learning tool. However it hasnt aged well like you said =P This is amazing Tukaram, thank you for sharing!
  9. XML Quest creator

    Indeed DragnMaw, the best approach is to code these by hand. Previously I was relying to much on the idea of 3rd party tools or old systems where to way to go previously. No better way to learn then to fail first hand =3 Attached are my results of a my generic NPC/Quest template. Nothing brag...
  10. XML Quest creator

    I too am on the same hunt. Its as if the [add XmlQuestNPC along with lost of the old xmlspawner 2.0 is not included with ServUO. Perhaps there is a new or different way to generate NPC Quests?
Back