Search results

  1. siran

    Animated Paddle Boat (N)

    Is this boat just decoration, or can it actually sail on the water?
  2. siran

    finding trees near a player [runuo]

    I have used tileID. Here is an example: Then I compare the tileID to a list: It may be that your id numbers, such as the 0x24bc through 0x2470 in my example are not correct.
  3. siran

    Getting double amount of ingots from ores?

    I'm interested in making the small, medium, and large ore graphics stackable with each other, the same way gold works. I can't even figure out how the gold works though - the Gold.cs script doesn't contain anything about how to make different item id's stack. In the core, Item.cs, I can find a...
  4. siran

    World Map in Classic UO

    I have searched extensively but found no clue - Is there any way while using the world map in Classic UO desktop to get the coordinates of anywhere you click on the map? There is an option to display the coordinates where your character is but I would like to click on the map anywhere and see...
  5. siran

    UltimaLive

    I for one am very interested in this, gametec, and would gladly pay a reasonable amount to participate. I'm only a dabbler so far, completely self taught in C#, and really the programming itself is my hobby instead of running a shard. My friends pester me frequently about when will I have a...
  6. siran

    UltimaLive

    Does anyone know if source code for Igrping.dll is available anywhere? Perhaps some troubleshooting could be done if so.
  7. siran

    UltimaLive

    I remember somewhere I saw or was told that 7.0.50.0 worked. I haven't tried it myself
  8. siran

    Help with ULive 0.98

    I have not been able to get UOLive to work with the latest patch (7.0.63) not matter what I do; either 0.97 or 0.98 version.
  9. siran

    UltimaLive

    Does anyone have this running with ServUO and the latest client (7.0.63.2)? I used UltimaLive several years ago with JustUO but for the life of me I can't get it to work now with ServUO. It recognizes my added maps (#32-35) but apparently cannot match up the statics; on Felucca or Trammel for...
  10. siran

    (SOLVED) TOL Buy Bank Account

    Look in misc/CurrentExpansion.cs where the variable AccountGold.Enabled is set. Change the following line: Old Line: AccountGold.Enabled = Core.TOL; New Line: AccountGold.Enabled = false; This will get you what you want.
  11. siran

    [ULTIMA LIVE] Tunneling System

    Now I have just one problem left (that I know of) with UltimaLive: When streaming a new map, the client will crash periodically with the false error report that the server crashed (it did not). This occurs when running around, teleporting, or sailing a boat. It seems to occur at regular...
  12. siran

    [ULTIMA LIVE] Tunneling System

    Another update, for anyone using Darkshard maps. The enhanced Sosaria map, the one I am using, should have the following entry in MapRegistry (wrap size is different than previous examples): AddMapDefinition (32, 32, new Point2D (7168, 4096), new Point2D (5120, 3128)); The second set of...
  13. siran

    [ULTIMA LIVE] Tunneling System

    Sorthious, I found the problem but probably wouldn't have without you pointing me in the right direction. I copied the following from an example somewhere (no longer recall where since I've looked at so much in the last couple of days): MapDefinitions: RegisterMap (32, 32, 32, 7168, 4096, 1...
  14. siran

    [ULTIMA LIVE] Tunneling System

    Sorthious, thanks for the link. I have read every thread I can find on it, including the one you just linked to and have followed the instructions. On my local machine, I found the files UOLive created, in c:\programdata\ultimalive\Witch World\ and it copied all of the map#.mul, statics#.mul...
  15. siran

    [ULTIMA LIVE] Tunneling System

    Yes, I did the client modification: 1. Navigate to the game client folder 2. Rename Igrping.dll to Igrping_.dll 3. Copy Igrping_0_97.dll from the UltimaLive zip archive into the game client folder 4. Rename Igrping_0_97.dll to Igrping.dll I did this on my local machine and also on the server...
  16. siran

    [ULTIMA LIVE] Tunneling System

    This sounds like a great addition, but I'm somewhat confused about the requirement for Ultima Live. Evidently it's no longer available for download and I don't know if anyone can provide help to get it installed. I happen to have a previously downloaded copy (0.97) but haven't been able to get...
  17. siran

    Hi ServUO

    I played UO since day one of it's opening in 1997, then free shards from several different emulations and have been active within the RunUO community for 10 years or more. Just discovered ServUO and look forward to learning more and contributing what I can.
Back