Search results

  1. sircapted

    boat control

    on servuo 58 endless journey there is no anchor drop or raise? where can i set this true? and on all shards i have ever been on there is for a boat only the north, south, west and east direction! what happened to ne,se,nw and sw? land is so modern and sea is so like my old atari 2600...
  2. sircapted

    core error

    i finally got ready for vita nex core 5.3.1.0 and i get a object reference not set to an instance of an object. i changed line 70 in script compiler to my .net 8.0.100. and the error list got smaller do i need to go lower on .net? servuo 58 version 0.5 build 8704.3984 .net 8.0.100 client...
  3. sircapted

    Discord Bots

    thanks to vitanex, found this in my library. never tried it
  4. sircapted

    Discord Bots

    CommandSystem.Register("discord"/*Change command here*/, AccessLevel.Player, new CommandEventHandler(Website_OnCommand)); this line you can change discord to what ever you want as the in game command to take you to the desired webpage, [discord e.Mobile.LaunchBrowser("Discord -...
  5. sircapted

    Discord Bots

    I don't know where I got it, I'm sure here in the forums. Simple script I copied and made it link to web page and ont to forum page. Hope it helps. I too wondered how to link a bot. I don't understand webhooks yet. Hope this helps.
  6. sircapted

    gargoyles and elfs

    awesome, commented all gargoyle related script in BaseVendor from the server file. much obliged!
  7. sircapted

    .Net Frameworkv4.8, Tried Everything, Need Help

    i had this problem once when i installed a new version of visual studio, it auto detected as i debugged and suggested a a later version of .net. do a .net search on visual and some insatlls options are in the drop down menu, find the one you need...
  8. sircapted

    gargoyles and elfs

    Having a endless journey shard some regions aare gargoles, so if i add a spawner with bankers they spawn gargoyles. how can i set all lands to no gargoyles and elfes?
  9. sircapted

    adding multiple animals on same xmlspawner using command line?

    https://www.servuo.com/archive/xml-spawner-tutorial.1619/
  10. sircapted

    good old human jerky - how to bring it back?

    something is missing here. onclick item dissapperars and there is no human jerky!
  11. sircapted

    good old human jerky - how to bring it back?

    for each corpse item torso, leg, arm add this method right after the deserialize method ` public bool Carve(Mobile from, Item item) { if (ItemID == 0x1DA3) { new RawHumanJerky(0x979); } else {...
  12. sircapted

    I need the original servuo 57

    at the top of the server box, when it starts first line, even if it fails should still give you version and build
  13. sircapted

    I need the original servuo 57

    you have the version and build number? im sure i have a copy some where!
  14. sircapted

    Creature kill tracker with named reward shroud.

    when used in conjunction with standard PVM ranking fixed .cs it seems to not keep record of the ranks, and using the multiple_creauture_kill_tracker_with_reward i cant seem to find to change how many kills before reward from 1 to 1000, maybe because the ranking system. the ranking system...
  15. sircapted

    good old human jerky - how to bring it back?

    food.cs add human jerky ` public class HumanJerky : Food { [Constructable] public HumanJerky() : this(1) { } [Constructable] public HumanJerky(int amount) : base(amount, 0x979) { Name =...
  16. sircapted

    spell name error

    using servo58 using 7.0.15.1 classic client never saw it before but lately on cast spell there seems to be an error it says kal or por language string 3002012. the name of the spell shows but this string i cant figure out is it client side or uo scripts? i reckon its trying tell me the...
  17. sircapted

    Custom Weapons and their attributes

    instead of public override void GetDamageTypes( Mobile wielder, out int phys, out int fire, out int cold, out int pois, out int nrgy, out int chaos, out int direct ) set the damage SetHits( 178, 291 ); SetMana( 80,120 ); SetDamage( 244...
  18. sircapted

    UO Client Compatibility Chart (For RunUO)

    https://github.com/felladrin/runuo-custom-scripts
  19. sircapted

    grapevines

    i changed itemid for grapevine, went in game and props the vine itself to find another item id, perhaps this grapevine is for the item and not the grapevines in yew! also itemid with props a grapebunch laying on floor and it was different. ill try add grapevine and grapebunch! ultimate goal is...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back