Search results

  1. ExplosionFX Modifications to slow it down

    I'm Looking it over now but... Maybe this is above my skill level. From what I Understand is the code below is essentially Sending the effect at the target in a fixed direction. Basically the effect will start at 1 location and straight-line to the position of the target when initiated. The...
  2. ExplosionFX Modifications to slow it down

    Im Starting to think i may have to play with the BaseFX script. I think the expanding effects are processed as 1 effect and it doest look like this script control much more then the variables to determine speed / range /ect i dont think ill be able to change the behavior of the animation in...
  3. ExplosionFX Modifications to slow it down

    I am attempting to Modify the Explosion FX. My intention is to create a Shrinking Ring where players outside of the ring will take 10 damage per 1 second The Idea is to work similarly to the Storm in Fortnight) After seeing the [explosion FX 900 1 1 1 Essentialy 1 Row of fire making a big...
  4. Custom Game Size Window

    This is why I'm recommending the Orion client. (the little blue diamond in the bottom right corner of game window allows you to drag the window to whatever size you want) Also it has a launcher like razor + really easy to use button and macro UI. not to mention a shit ton of extra useful...
  5. Custom Game Size Window

    how were your hotkeys set? in razor or inside the client. i think if you did it in the settings window in game you should have a file in your documents UO folder that has your hotkeys saved. Also if you were using Razor.... Orion is still probably a way better route to go
  6. Custom Game Size Window

    Orion is the way. I think Razor** client may have a mod to do this also but... Orion is #1
  7. Multiple Random Properties - How to check the 3rd property in loop?

    I Shamelessly Turned to AI lol this worked. int property1 = Utility.Random(1, 17); int property2 = Utility.Random(1, 17); int property3 = Utility.Random(1, 17); while (property1 == property2 || property1 == property3 || property2 == property3) { if(property1 == property2) property2 =...
  8. Multiple Random Properties - How to check the 3rd property in loop?

    Below is a script for a Bow that on creation will be assigned 3x Random Combat Properties from the Predetermined list. Occasionally when the item is created it will only have 2 properties on it instead of 3. I suspect this is related to the line " while (property1 == property2) " which is...
  9. LevelSystemExtAtt Attachment Error Report

    Hard to help with out the file...
  10. Pandora's Box (Reopened)

    I have a feeling it will require source. its probably always looking for the client.exe process. So either find a way to rename the Orion client as client.exe or rewrite pandora to look for orion but i also noticed the client name in task manager after running is related to your orion...
  11. Pandora's Box (Reopened)

    did not work sadly. moved on to other issues for now but will turn back to that in the near future and follow up
  12. Pandora's Box (Reopened)

    Issue is there doesnt seem to be any option to direct Pandora to the client file. Only the data file where it assuming its naturally looking for client.exe I'm thinking my only option would be to take pandora's source and modify it to search for Orion64.exe process instead but... not sure i...
  13. Pandora's Box (Reopened)

    So I have this installed and working using the updated MUL files but now im stuck. Everything opens and loads properly but when i click any of the options it doesn't appear to be tabbing into the client to input the commands. Im assuming this is because i am using Orion launcher / Client...
Back