Recent content by aj9251

  1. aj9251

    UO Gateway Status

    I'd be interested in reviving UOG! I have experience with running various Linux game and web servers for Ultima Online as well as other games. I have been around since the RUNUO days and have even written a few scripts. I can also program in C++ (albeit a bit rusty), C#, PHP as well as MYSQL...
  2. aj9251

    Attention client modders

    Anyone have any ideas?
  3. aj9251

    Attention client modders

    *BUMP* Does anyone have any leads on this? Thanks.
  4. aj9251

    Attention client modders

    Yeah, tried that already. It does show the old gump of course, but the player names, items, and account gold still show up and everything is misaligned. I'm not at home right now else I would upload a picture. Someone with a bit more knowledge than me would need to debug the client to find the...
  5. aj9251

    Attention client modders

    Looks to me like it is all handled client-side in terms of which gump is used and the offsets of the player names and items. Someone would have to crack open the client in a debugger and find said offsets so they can be readjusted. Replacing the gump art is easy, but nothing will line up...
  6. aj9251

    Attention client modders

    Just tried setting all 3 to false and I still get the new style gump. Logged onto another popular server with the EJ client and it does show the new gump as well even though they are running an older client (High Seas era)
  7. aj9251

    Attention client modders

    Has anyone found a way to hack the EJ client to show the old trade gump with proper text/button location and no account gold numbers? Is there anyone working on this? I would like to use the EJ client for my server, but i HATE the new style trade gump and don't plan on using the account gold system.
  8. aj9251

    Approaching Player names and item names

    Thank you Pyro, I actually managed to make my own edits to packethandlers.cs and was able to get it working. But I will use your edits instead as they are much simpler! Thank you! For anyone else having this problem, I can confirm that Pyro's edits work 100% as intended.
  9. aj9251

    Approaching Player names and item names

    *bump* Anyone have any ideas on this? Even if you point me in the right direction.
  10. aj9251

    UOFiddler Crash

    Just a paths issue :) You can edit those config files in Notepad as well. They are just XML and its a bit easier than setting the paths in UOFiddler manually. I use Notepad++ personally and can change all the directories to the one I need. I did it with a simple "Find & Replace". Takes only a...
  11. aj9251

    NMND's stupid questions and problems

    Glad I could help :) I used to be fairly active on RunUO before it was shutdown using the same username. I'm still getting used to the transition to ServUO. I will help where I can. I haven't encountered the NPCs underground yet, but to respawn XML you use the command [XMLSpawnerRespawn (for...
  12. aj9251

    NMND's stupid questions and problems

    Hey NMND, The download link for CentrED can be found here https://uo.wzk.cz/centred-plus/ I'm not sure if this is the most recent version or not since the original authors site is down, but it should work for you.
  13. aj9251

    UOFiddler Crash

    I haven't encountered this issue before, but check the permissions on the UOFiddlerArt.hash file and if that doesn't solve it. You should be able to just delete the UOFiddlerArt.hash file as it will be recreated.
  14. aj9251

    Approaching Player names and item names

    Hey, so i'm trying to setup a UOR era based server and after setting the expansion to UOR in the config files, I was still getting context menus on everything. After a bit of digging, I was able to turn them off by editing ExpansionInfo.cs in the server core. However, when i click a mobile or...
  15. aj9251

    Shard list ping server

    aj9251 submitted a new resource: Shard list ping server - Enables latency display on the shard list. Read more about this resource...
Back