Recent content by Maicom Stoppa

  1. Enhanced Client Questions - Newest SVN

    Yeah. I'm using the lastest version.
  2. Enhanced Client Questions - Newest SVN

    The question is not directed to me, but, as I saw the differences between the clients, I can tell you it will make no difference in performance. Some packets changed, there are some new ones, and that is all. Things like send (1 instead of 0). Can't see that making any measurable impact on...
  3. UOKR support

    I can relate with the problem at saying " we do EC now!". People would make the bug report page (myself included) a flood of requests. If we keep doing happy little fixes, without the commitment of get all the things done and done blazing fast, that day will come. I mean... think about it...
  4. UOKR support

    Hi, phistan! Officially, not supported. But there are some people working to make it playable (I, myself, only play with EC). Create a char with the Classic Client and try to login with EC after. I'm positive you are disconnecting because your client version. Mine is patched up to the max and...
  5. How to contribute, to servuo, using github

    Maaan... Really? If I knew TortoiseGit is a thing, my weekend would be a lot happier. I had to redo my fork 5 times until I could make a correct pull request. Kinda sad, lol. Thanks for the info!
  6. Server crash at save

    Glad to know! I had the same stuff. I'm running a ARM distro too, Debian, for the Nextthing C.H.I.P.
  7. Server crash at save

    Dude, I posted a correction for this. I bet this will fix your problem: https://github.com/ServUO/ServUO/pull/1565/commits/159f88514bf645abe90db6cfe6b0931c422918a8 Try to replace the lines indicated and let me know, please. Good luck.
  8. Spell.Cast() with target

    Hi, ZeroDowned! If the "KR support" is enabled via flag, the hotbar sends another kind of packet, which consists of the action (use item, skill or spell) plus the target. Item and skill use was very straightforward and easy. I solved the spell problem yesterday. At Spells.cs I created a...
  9. no more Runuo

    I had the same hug of death here. So I did in Honesty.cs, at GenerateHonestyItems(): var count = MaxGeneration - _Items.Count; if (count>50){ count = 50; } <- this It will limit to 50 the max item instances per save, until they are maxed at (the default) 1000. Another thing: If you make the...
  10. Spell.Cast() with target

    Hi! I'm trying to put the Enhanced Client Hot Bar to work, but I'm strugling with a specific problem. As I do a "spell = SpellRegistry.NewSpell( spellID, from, null )", I can spell.cast(), but I can't define a target (anymore). Is the only way to do this via Reflection (searching for types...
  11. ServUO and Enhanced Client support (Publish 54)

    Hi! Can anyone, please, confirm if the "[ServUO.com]-EC Support Sept 7 2016" is the lastest pack avaiable to support EC? Thanks. =D
Back