Search results

  1. Crome969

    Keeping up to date with changes?

    Here is a sample how it looks on my side about...
  2. Crome969

    Keeping up to date with changes?

    You make a fork on Github (or others) and then you clone your fork local on your computer. When you push updates you push to your repo and pull updates from servuo from the main repo of servuo.
  3. Crome969

    Keeping up to date with changes?

    Who downloads express variant? Take community Edition (Pro) for free :) PS : in this post : https://www.servuo.com/threads/letter-of-encouragement.3936/#post-25286 i described a switch from JustUO back to ServUO using ServUO as remote core , fetch updates from remote and commit to my own repo...
  4. Crome969

    What is ServUO's status compared to RunUO?

    Then dont use them..
  5. Crome969

    What is ServUO's status compared to RunUO?

    explain a desync.. Sounds like a packet thing. I dont understand your wording..
  6. Crome969

    What is ServUO's status compared to RunUO?

    desync problem? You mean deserialize of data? Thats still the same way (on most feats i think). There are ideas about a solution, just no 100% clean solution yet:)
  7. Crome969

    Letter of Encouragement

    Dear community, I´m writing this letter of encouragement to all those of you, who not use ServUO as core and having issues to get your code merged to ServUO. After 8 days, reviewing almost 7000 files, making my Core ( with almost 1500 handwritten files and 800 Core Mods) compatible to ServUO...
  8. Crome969

    Why do i get those messages ?

    That was one of the issues i had as well. Thats why we (Ruaduck and Me) had the discussion of implementing this : http://stackoverflow.com/questions/1220213/detect-if-running-as-administrator-with-or-without-elevated-privileges I use this already on my ScriptSDK for Stealth.
  9. Crome969

    Vendor cost

    Check Playervendor class (would need to check) we lowered ours as well... If noone were able to help until i wake up i will check code.
  10. Crome969

    Raised Garden Bed

    Yes, but i need to write up where to edit the distro for it.
  11. Crome969

    Idea for ServUo

    For dungeon entries and certain situations this might be very useful. I think i remember ds had this on gow as feature and it was quiete interesting (now regardless if you or him are author). I may give it a try in future and atleast check out the code :)
  12. Crome969

    Idea for ServUo

    Isn´t IO handling total non performant? I would like to avoid that the server has to do dozen of IO actions outside of a few configurations. The idea is neat but only if you are only staff member or all responsible staff can edit IO stuff. Edit : I just not read all haha. Well reading on shard...
  13. Crome969

    Need help with serialize deserialize...

    What are you doing? enum = (enum)reader.readint(); may correct if its assignable. public enum mycustomenum : byte { FirstEntry = 0, SecondEntry = 1, Thirdentry = 2 } Serialize : ...... writer.Write((byte)myenum); ...... Deserialize : ...... myenum = (mycustomenum...
  14. Crome969

    Need help with serialize deserialize...

    I only checked that part for the new property not the whole file. You serialize there int + double (date) + double(date) and deserialize double + double + int. Other changes i not checked.
  15. Crome969

    Need help with serialize deserialize...

    You serialize wrong : writer.Write(32); // version writer.Write(NextFletcherBulkOrder); writer.Write(NextCarpenterBulkOrder); writer.Write((int)m_NONPK); should be writer.Write(32); // version writer.Write((int)m_NONPK); writer.Write(NextFletcherBulkOrder)...
  16. Crome969

    Possible To Move Trammel Blackthorn's Castle To Felucca?

    Why not make a clone map of trammel with felucca ruleset and set teleporters from felucca to your clone map and vis versa? So from aspect of player the map is on felucca , but in reality its on the "cloned trammel with felucca ruleset". Doesnt require any big change except adding a map to list...
  17. Crome969

    Looking for the JPG of the large 3 color map.

    @Norman Lancaster this? https://www.servuo.com/threads/need-to-find-the-ultuomap-jpg.3666/
  18. Crome969

    Vita Nex Core Causing Expansion Issue with Crafting System

    Either debug through it from moment you boot with Visual Studio and a proper debugger or wait until Voxpire may have a chance to look at it.
  19. Crome969

    As seen on Facebook...

    I always get half nude girls saying "this game is only for adults" and when clicking i get games like farmvile clones :D
  20. Crome969

    7.0.47.0 Patch Craft Issue

    I would say no, this is not the issue. Expansion is an enum correct? T2A = 0 UOR = 1 UOTD = 2 LBR = 3 AOS =4 SE =5 ML = 6 SA = 7 HS = 8 TOL =9 If you set your expansion to TOL it will be always >= 9 for all previous expansions

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back