Search results

  1. darklotus

    Create gump tutorial?

    gumpstudio is amazing if you have not discovered it yet build your gumps in a GUI, and it has an export to runuo(servuo) code.
  2. darklotus

    mono and errors about marked as an override

    you need to remove "override" from each of those function definitions. Mono is a little stricter.
  3. darklotus

    What i would like to accomplish: is it possible?

    Oh looks like client only sends 0x34 on login, and 0x3a is only when skills is hit :o So yes you could override and send your own gump instead. Hooking a packet isnt too complex, you dont need to parse it either which makes things easier. and your not needing to construct any packets by hand to...
  4. darklotus

    What i would like to accomplish: is it possible?

    Oh sorry, looks like your right, though im pretty sure 0x3a gets sent on login as well, not only when you open skills window?
  5. darklotus

    What i would like to accomplish: is it possible?

    Theres no one file that deals with each thing, you need to just load the project up in visual studio and start learning the code base, start with one idea and go from there, the only way to learn it is to work with it. There is no external documentation, but the code is fairly well commented and...
  6. darklotus

    Vendor Search script

    Main issue is looks like its built around a bunch of their custom attributes, didnt look into it too far as a glance told me it would be simpler to finish my own system, hadn't planned anywhere near that level of detail for filtering.
  7. darklotus

    Vendor Search script

    Been after a similar system my self, i've started working on a system but nothing near this systems level of detail, would be nice.
  8. darklotus

    Spawn Editor2 v_1.8

    Heres a copy of the Spawn Editor2 v1.8 Decompiled and fixed to build with vs2015 and .net 4 All credits to the actual authors, i just decompiled and fixed the errors. Just a note, make sure you build 32bit but otherwise net 4 or net 4.6 work fine.
  9. darklotus

    cool uo like game

    Thanks :) back to waiting for alpha which is still a whiles off from what ive read :( May have to get around to starting "RunShards" after all if its pretty locked into Lua and to tide me over while waiting.
  10. darklotus

    cool uo like game

    Yeah the Client is Unity, so all the Client side code is C#, but as i said they run it thru an obsfucator so its pretty horrid to read :( Interested in the server side :o
  11. darklotus

    cool uo like game

    Hey i know NDA's suck and you might not be able to answer this, but is the scripting strictly limited to Lua? or is it just a temporary artificial limitation while alpha testing? Secondly is the core of the server C#? im assuming it is since The client has Stuff like MessageCore.dll which is C#...
  12. darklotus

    Request a ChangeLog

    every time a change is made its a new commit, so you have your change log right there, along with the exact code that was changed each commit, far better than a forgotten to be updated change log text file. just checkout sphere's changelog for why it isnt a great idea. As for merging im not...
  13. darklotus

    cool uo like game

    Waiting and waiting and waiting for the server side portion of shardsonline to be released to see how much it can be made to feel like UO's ruleset.
  14. darklotus

    Achievement System

    Ah nifty, I may need to backport that to runuo 2.3 for other stuff that makes no sense to store with a player, though so far ive just sub classed playermobile and saving what needs saving on there. Storing data on an item is simply to save people time who want a script to work just drag and...
  15. darklotus

    Achievement System

    Because for my own version as you see im doing standard serialization, just storing int,int,timestamp for each achieve to keep memory usage low. I've also never looked into XML attachments or seen their use, I've only just got into scripting for runuo/servo a few weeks ago. The code to support...
  16. darklotus

    Achievement System

    I tested ServUO latest GIT before making a pull request with my fix, You can reproduce by creating an OnEnterRegion eventsink, then viewing the output while zoning to an area like yew or minoc. No Region is set in the Args in stock servuo...
  17. darklotus

    Achievement System

    I've been working on an achievement system too since no one has released one publicly. Img Discovery, Kill/Hunting, and resource gathering achieve types so far, other types need more eventsink options. I've got a pull request in for servuo as well as i noticed OnEnterRegion only ever got null...
  18. darklotus

    Need Guidance for Git Clients

    SmartGIT has a dead simple GUI, and its free when used on open source projects. Has side by side diffs, github integration, etc everything you expect from a GUI.
  19. darklotus

    Running Really Old Clients

    Great source for old client installers http://mirror.ashkantra.de/joinuo/Clients/ Ive been playing around with the last official runuo release, aka 2.3 and i've got 203 working no problems. im running on ML era with 203 support. 203 has no support for cliloc.enu it uses older cliloc01.enu etc...
  20. darklotus

    Editing UOsteam and sallos client mods

    Pretty sure Sallos just like ultimaXNA or Iris can use custom particle effects for their spell animations. With the UO client your stuck with 2d graphics, i think the lightning spells graphics are in the gumpart. Maybe the enhanced client is the same, but i dont know of any information on...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back