Search results

  1. Enroq

    BaseCreature.cs NextReacquireTime now a long?

    Vi's Gangster Status++;
  2. Enroq

    I didn't know runUO took my stuff down, I'll have to get it up on serv.

    I didn't know runUO took my stuff down, I'll have to get it up on serv.
  3. Enroq

    If I do stick with the name, it'll be up next Wednesday probably.

    If I do stick with the name, it'll be up next Wednesday probably.
  4. Enroq

    Yeah, I've honestly been going back and forth with the name. Once I finish up this project I'm...

    Yeah, I've honestly been going back and forth with the name. Once I finish up this project I'm working on I'll refocus my attention back to the project. I didn't even know anyone knew it existed!
  5. Enroq

    A Clock/Time Error trying to figure out.

    I'm assuming your problem is trying to use SpellHelper.Summon within the internal timer, but it may not be the case. Try creating a public method inside your LycanTurn class that does everything you want the timer to do, and then call the method from within the timer.
  6. Enroq

    A Clock/Time Error trying to figure out.

    You could try creating a static method and doing everything outside the timer. Otherwise, you'd have to modify SpellHelper or make a new overload for summon, which is essentially another constructor. I don't want to swear to it, but you also might be able to take it out of the nesting class and...
  7. Enroq

    Push Through

    Sorry man, I completely misread that - I thought you wanted to turn it off. I do more scanning than I should. All you need to do to turn it on is set the ruleset to fel.
  8. Enroq

    Push Through

    It's in mobile.cs of the core - but I have seen claims that it's client side, and that modifying this won't matter. I personally have never tried. public virtual bool CheckShove( Mobile shoved ) { if( (m_Map.Rules & MapRules.FreeMovement) == 0 ) {...
  9. Enroq

    Seems silly!

    It's quite a common problem. The last UO emulation community I was apart of is over-run with it.
  10. Enroq

    Puzzle box

    Generally when something freezes but doesn't crash it's symptomatic of an infinite-loop. Check all for, for-each, and while statements.
  11. Enroq

    Hello I'm Vii

    You're the one that told me about servuo and you're just now joining.. o_O
  12. Enroq

    How to find a list within a count

    Roger, roger. It looks like a great project.
  13. Enroq

    How to find a list within a count

    See, you didn't even need us. ;) Honestly though, I don't see why you'd need an x-offset if you just want them below the other icons.
  14. Enroq

    How to find a list within a count

    Honestly I think you'll find that no matter the person, everyone needs references. That's why most every legitimate language usually has a document or reference base. These references become increasingly important when the amount of information one could take in during the course of the day is...
  15. Enroq

    How to find a list within a count

    It would be much easier for us to help you if you could provide the code you're having trouble with. Otherwise, most efforts to help will be for naught.
  16. Enroq

    Hair Growth crash Fixed*

    new HairGrowthTimer().Start(); should be along the lines of: HairGrowthTimer timer = new HairGrowthTimer(); timer.Start(); You may also want to do this in Configure() as opposed to Initialize(). I sometimes have trouble with event handlers when trying to declare them in the initialization...
  17. Enroq

    An annoying crash I cant figure out.

    Party at Sirenix's house.
  18. Enroq

    An annoying crash I cant figure out.

    Well, first, I don't have CanTarget in my Dismount.cs - but this could be a package difference as I'm not using servUO. Check out You're trying to affect the rider after nullifying. ++ Also you should consider calling the dismount ability, because it calls the "daze" timer which keeps them...
  19. Enroq

    An annoying crash I cant figure out.

    But where is the actual class? I don't have it.
  20. Enroq

    An annoying crash I cant figure out.

    Where's Ability coming from?

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back