Search results

  1. Bonaccorso

    Could you please share links to good map editor?

    I want to add some places on the map, but so far I didn't find what could be a good map editor; having some manuals for it would be great also :)
  2. Bonaccorso

    Disabling items decay

    Tested for 10 hours, so far this works! [CommandProperty(AccessLevel.Decorator)] public virtual bool Decays { get { return false; } }
  3. Bonaccorso

    When connecting to my local shard via Razor, client to approve license agreement every time

    I solved it by setting the property of uo.exe to launch as administrator. Razor was already starting as admin, but it didn't seem to help. CHecked today, and so far license screen is not showing, I go straight to shard selection.
  4. Bonaccorso

    Abandoned or Donated Full Shards

    Does anybody have those by now available for download? :-)
  5. Bonaccorso

    When connecting to my local shard via Razor, client to approve license agreement every time

    It should be so, yes, but for me the same agreements appear every launch; that's why I'm asking what could possibly go wrong.
  6. Bonaccorso

    Disabling items decay

    I'm going to try to get rid of item decay entirely - feel no need for this for a small server for 2-3 people. Maybe you know what is a good option? So far I decided to try playing with items.cs. One option that might (or might not) work is making public virtual bool DefaultDecaySetting =>...
  7. Bonaccorso

    Making non-attacking version of monster/brigand?

    Interesting results! Eventually I made it work with public override bool IsEnemy(Mobile m) { if (m.Player) return false; return base.IsEnemy(m); } I'll experiment with various body types later, I thought m.Player && something else should have...
  8. Bonaccorso

    When connecting to my local shard via Razor, client to approve license agreement every time

    From UO - three links on their website EA user agreement, EA cookie policy and so on. Client 7.0.86.2, it seems.
  9. Bonaccorso

    Making non-attacking version of monster/brigand?

    Error is "Unreachable code detected" I'm now experimenting with a new way; same error about line 8 in this part: public override bool IsEnemy(Mobile m) { if (m.Player && m.Body == 190 || m.Player && m.Body == 191) return false; else return...
  10. Bonaccorso

    Making non-attacking version of monster/brigand?

    So, I reverted changes to mobiles.cfg, created Scripts/Custom folder, moved my new GoodBrigand.cs there, shutdown and started server - and nothing again :-( Copied its code just in case - but so far I wonder what could be an issue there, so far only very minor changes: using Server.Items...
  11. Bonaccorso

    Making non-attacking version of monster/brigand?

    Thank you! 1598816781 Related question - how do I actually add a new mobile into game? For example, I created GoodBrigand.cs, based on the ordinary one, changed inside all "Brigand" on "GoodBrigand" (aside of other changes), added GoodBridand into Data/mobiles.cfg - but still I can't spawn them...
  12. Bonaccorso

    Making non-attacking version of monster/brigand?

    I tried to make a version of Brigands which don't attack player )and potentially attack other evil mobs), but didn't find a parameter which could be responsible for this. I thought that making Murderer=false could do, and (for stupid reasons) changed Karme to positive, but no change of course. I...
  13. Bonaccorso

    When connecting to my local shard via Razor, client to approve license agreement every time

    I'm not even sure what can be a root of the problem - every time when I connect to my local shard, after entering login and password I'm asked to approve license agreement; I launch Razor as admin, so I have no idea why it keeps askign this. Maybe somebosy has ideas where to look for the...
  14. Bonaccorso

    Can't complie ServUO despite having .Net 4.8 developer pack

    So far I added full access to folder's files for all Users, and it seem to work (I didn't do it for previous versions though, and neither starting bat as admin helped); not sure if it's a correct way, but so far it seems to work.
  15. Bonaccorso

    Can't complie ServUO despite having .Net 4.8 developer pack

    Hi guys, I'm trying to figure out how to cpmpile ServUO now - at first it was giving errors that dotnet is not a command or something alike; ok, I installed .Net 4.7. Then I started to get an error MSB3644 that I need a 4.8, which I can get from https://aka.ms/msbuild/developerpacks. Ok, link...
  16. Bonaccorso

    Ultima Adventures - A full featured, content packed offline/online server

    Thanks! Got the link :-) See you there!
  17. Bonaccorso

    Ultima Adventures - A full featured, content packed offline/online server

    Thanks! This evening I'll try both - extracting to proper folder and launching from there, and also playing on your server :-) How do I connect to you via the client in your package?
  18. Bonaccorso

    Ultima Adventures - A full featured, content packed offline/online server

    Guys, could you please tell me how can I install it on the Odyssey? I didn't find any guide :-( 1597118409 I created UO folder, extracted the atchive there, run RunUO - and get errors. 1597118747 Error is exactly this: " An error was encountered while loading a saved object - Type...
  19. Bonaccorso

    UO Odyssey installation guide?

    Anybody can give a link for the client? The one above isn't working anymore.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back