Search results

  1. JBob

    The Card Game.

    o_O *heart stops for an instant* I Effing love this idea... I think a system like this, The cards would work like spells that when dbl clicked brings up a targeting hand and used on players only to challenge them with that certain monster to a duel as it were. I would think that the monsters...
  2. JBob

    Hello All

    Welcome To
  3. JBob

    Calling anyone who can help

    Sorry, Unable to connect.
  4. JBob

    Calling anyone who can help

    Good to hear it. I'm glad everything worked out.
  5. JBob

    House banning by PK and criminals

    *thumbs up* Glad you got it working, can you please post the code if you can? I'm interested in what it looks like.
  6. JBob

    House banning by PK and criminals

    'pm' is refering to PlayerMobile but was never called for. try changing 'pm' to 'from'
  7. JBob

    House banning by PK and criminals

    try doing what i did in HouseDoors.cs, in HouseTeleporter.cs In the OnMoveOver section. public override bool OnMoveOver(Mobile m)//Line 68 { if (this.m_Target != null && !this.m_Target.Deleted) { if (this.CheckAccess(m)) {...
  8. JBob

    Hello World!

    Welcome To
  9. JBob

    House banning by PK and criminals

    Umm, I'm still a little confused on that last comment. What exactly are you looking to do with Teleporters. With that info I can probably help more.
  10. JBob

    House banning by PK and criminals

    In HouseDoors.cs there is OnOpened. public override void OnOpened(Mobile from) { BaseHouse house = this.FindHouse(); if (house != null && house.IsFriend(from) && from.IsPlayer() && house.RefreshDecay()) from.SendLocalizedMessage(1043293)...
  11. JBob

    Ultima Online Treasure Hunter

    I didn't make this. Its just a resource i thought other people would like to have and use.
  12. JBob

    queen loyalty system

    Thanks I totally forgot about that. Still working on this part of the code... /* Loyalty Points Start */ if ( LastKiller is PlayerMobile ) { if ( (this.Controlled != false) || (this.Summoned != false) ) { return; } else if ( this.FightMode !=...
  13. JBob

    Game "My Gookie"

    There is a bug in your system... *as you look your code over, i steal the cookie.*
  14. JBob

    Hi all!

    Welcome to ServUO!
  15. JBob

    Game "My Gookie"

    HAHAHA I totally didn't notice till now. *Points at Drunk Hank* While you look i steal the cookie
  16. JBob

    Unable to remove armor and weapons on restart

    Check Next Post...
  17. JBob

    Unable to remove armor and weapons on restart

    Im no expert on any of this but i would give this a try. Make a backup of your Client.exe and replace it with this one. If this "Fixes" your issue then I would say it is Client side. Just a suggestion to see if it really IS the problem, being client side. Also can you rar up the current...
  18. JBob

    Unable to remove armor and weapons on restart

    What were you doing, Script wise or ingame, right before this happend?
  19. JBob

    Game "My Gookie"

    Lets play "My Cookie". Distract, and take the cookie. That's really it. Think of something to distract the Above Poster to take the Cookie! Like so... "I set off fireworks and you look at them. My cookie!"
  20. JBob

    queen loyalty system

    Here is some simple code i wrote up that does almost what i want it to. I put this code in BaseCreature.cs This code will determine what creature gets to give a Loyalty Point. I still have to go into depth with it figuring out the points per karma ratio /* Loyalty Points Start */ if...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back