Search results

  1. Bittiez

    TazUO, ClassicUO zone file generator

    Bittiez submitted a new resource: TazUO, ClassicUO zone file generator - Generate zone files to distribute to your players showing towns, dungeons, etc on their maps Read more about this resource...
  2. Bittiez

    TazUO, ClassicUO zone file generator 1.0.0

    What is this? This is a simple command that will generate zone files for all your maps and regions so players using TazUO (or ClassicUO) can see zones on the map like this: How does this work? When in game simply type [genzones This will then go through all the maps registered in your...
  3. Bittiez

    Tile slicer

    Thank you all, it helps for sure save a lot of time. I hope someone comes along and makes it even better, I had a really hard time figuring out a way to organize them for easier importing as the output doesn't put it in numerical order because of the isometric x, y.. I'm sure someone will come...
  4. Bittiez

    Tile slicer

    Bittiez submitted a new resource: Tile slicer - Cut your nice image into isometric tiles to add in the game quickly. Read more about this resource...
  5. Bittiez

    Art Tile slicer v1.0.0

    This is a command line program I wrote to take a full image and cut it into diagonal 44x44 sized tiles so you can import it into your art file. More information and screenshots are on the github page -> GitHub - bittiez/UO-Iso-Tile-Slicer: A program to slice an image into tiles for use in UO...
  6. Bittiez

    Looking for world builder(s)

    Pmed thank you!
  7. Bittiez

    Using an explode effect on mobile death, no effect is happening

    I knew it would be something simple, thank you!
  8. Bittiez

    Using an explode effect on mobile death, no effect is happening

    I'm scratching my head because this should be very simple, public override void OnDeath(Container c) { base.OnDeath(c); //ExplodeFX.Air.CreateInstance(this, Map, 15, 3).Send(); var e = new AirExplodeEffect(this, Map, 15, 2)...
  9. Bittiez

    Looking for world builder(s)

    Hey everyone, first I want to be up front this is an UNPAID position. We have a few of us working on a passion project that will be intended for offline or online usage. This project is **heavily** inspired by Diablo 2, 1. If you're interested in map building and designing a Diablo 2/1 world...
  10. Bittiez

    TazUO

    Bittiez submitted a new resource: TazUO - A fork of ClassicUO with many changes Read more about this resource...
  11. Bittiez

    TazUO 2023-10-21

    TazUO ClassicUO does an excellent job modernizing the original UO Client while maintaining the original feel and features of the classic client. TazUO tries to add features to CUO that were not in the original client but can be argued are an improvement. TazUO is a modified version of...
  12. Bittiez

    Sending custom packets to the client

    What is the most straight forward way to send a custom packet to the client(custom client)? Looking at sending a custom chat packet to the client with essentially text, I tried searching and messing around a bit with Network.Packet but I'm not making much headway here..
  13. Bittiez

    Player Vendor Tile

    Bittiez updated Player Vendor Tile with a new update entry: Updated to pub 57 Read the rest of this update entry... Heyo, I know I'm a few.. years.. late on this, but the recent update fixes both these issues :)
  14. Bittiez

    Player Vendor Tile - Updated to pub 57

    Updated to publish 57
  15. Bittiez

    from.Backpack.DropItem Don't Stack

    Try out DropItemStacked Or TryDropItem
  16. Bittiez

    Monster and Item Auras!

    Bittiez updated Monster and Item Auras! with a new update entry: Put all the files in a zip Read the rest of this update entry...
  17. Bittiez

    Monster and Item Auras! - Put all the files in a zip

    All the files are the same, now just contained in one zip
  18. Bittiez

    Monster and Item Auras!

    I didn't realize it only showed the last files uploaded :facepalm:, ill upload all of them
  19. Bittiez

    ArrowPM

    Bittiez updated ArrowPM with a new update entry: Added a delay between messages Read the rest of this update entry...
  20. Bittiez

    ArrowPM - Added a delay between messages

    Added a delay between messages Also fixed one of the deeds, you could create infinite deeds, now its limited by that delay
Back