Recent content by Laki

  1. Laki

    MyRunUO ... displaying Paperdolls correctly

    I've been working at this for a few hours without success. This is on running with php 7.1. The gumps for the clothing layers are not being read from the file and I can't get it to return anything other than "0." Everything is not wearable. array(4) { ["char1"]=> int(-112) ["char2"]=>...
  2. Laki

    MyRunUO ... displaying Paperdolls correctly

    Thanks Voxpire, I had to make some changes to field names, and also added a MUL_PATH constant for the file path. The muls were created using a newly compiled LegacyMulConverter from: https://code.google.com/archive/p/runuo/downloads i.e.: LegacyMULCL.exe -x "C:\Program Files (x86)\Electronic...
  3. Laki

    MyRunUO ... displaying Paperdolls correctly

    Are you successfully reading gumps from post 7.0.9.x muls? If so, would you mind sharing your code? Thanks!
  4. Laki

    MyRunUO ... displaying Paperdolls correctly

    I'm definitely interested in updating MyRunUO. It seems due for a rewrite. Why not call the replacement MyServUO? I've been playing around with tiledata.mul and have not been able to figure out the past 7.0.9x version. I could not get Voxpire's code to work with any version, but have been...
  5. Laki

    SkillBallPlus.cs [Deleted]

    Updated so it won't crash on ItemID and Forensics, and also less item weight so it won't overload a new character.
Back