Search results

  1. 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)) {...
  2. JBob

    Hello World!

    Welcome To
  3. 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.
  4. 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)...
  5. JBob

    Ultima Online Treasure Hunter

    I didn't make this. Its just a resource i thought other people would like to have and use.
  6. 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 !=...
  7. JBob

    Game "My Gookie"

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

    Hi all!

    Welcome to ServUO!
  9. JBob

    Game "My Gookie"

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

    Unable to remove armor and weapons on restart

    Check Next Post...
  11. 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...
  12. JBob

    Unable to remove armor and weapons on restart

    What were you doing, Script wise or ingame, right before this happend?
  13. 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!"
  14. 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...
  15. JBob

    Hello

    Welcome to ServUO!
  16. JBob

    queen loyalty system

    After i got this portion of the code to work for me, I was thinking about putting it in BaseCreature. But then EVERY BaseCreature will get the points to hand out. I would have to find a way to only give the points only to creatures that are aggressive. I'll look into it in about an hour...
  17. JBob

    queen loyalty system

    UPDATE: I was able to get a monster to give me Exp when i killed it. Add the below code to a Monster to get Exp on it's Death public override void OnDeath(Container c) { /* Give Queens Loyalty Points Start*/ if (LastKiller is PlayerMobile) { ((PlayerMobile)LastKiller).Exp...
  18. JBob

    Hello !

    Welcome to ServUO!
  19. JBob

    kree tal lok

    kree tal lok
  20. JBob

    queen loyalty system

    Thanks, I'm still interested in using it as a level system. I was thinking about doing something in certain monsters to give exp also. Still doing the thinking of what i want to do with it part now that i have a better understanding with what it does. I really appreciate the info on the matter.

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back