Search results

  1. latest client encryption LoginKey

    Hello, I updated my client to latest version , it's 7.0.91.15 now My server need encrypted client to login in, but now the problem comes, I don't know the latest login key for this 7.0.91.15, does anyone know which login key I need use? Or is there a tool to calculate any version of client for...
  2. Odyssey: Server stuck issue

    I'm running with the latest Odyssey server, there is a problem confused me for many days: The server will stuck some time, the CPU keeps at a high level, player can't move in the game, the server will not restart automaticly ( but I can restart server in console ). It looks like some script runs...
  3. How to add random Craft Skills to BaseJewel in creature loot

    Hello, I tried to add Craft Skills to BaseJewel in creature loot, but I nerve made success. Below is my failed approach: 1. In BaseRunicTool , I defined another " private static readonly SkillName[] m_PossibleJewelSkills = new SkillName[]" with all craft skills inside, and in...
  4. CustomizableVendor StoneRewardVendor doen't work with latest Servuo

    Hello, On my server I used CustomizableVendor to sell something inside game with StoneRewardVendor, it worked for long time. But after I upgrade to latest servuo, this CustomizableVendor script doesn't work anymore. The server crash with below error: Time: 2019/6/17 1:52:48 Mobiles: 44423...
  5. Server Crash Report

    Please follow the below template when submitting a bug report. Thank you for helping us make better software. If this is a crash report please paste your crash report in the following code tags: Insert crash report here What were you doing at the time of the crash on your shard: If this...
  6. Farm V&V points by VvVBattles

    On my shard, people farm V&V points by VvVBattle, I mean there is no real PVP activity in city battle, but player can still get points, how to block this behavior ? Can we set something like if no real killing, no points reward ?
  7. Weapon Speed 0

    It's strange I found some weapon with "weapon speed 0" with latest servUO script. PaladinSword and ScytheOfFaith (custom script)
  8. How to delete playermobile with account == null

    Hello, I try to use [global delete playermobile where account == null, but it seems the playermobile still there after I use this command. Is there any other command or way to delete the character which account is null ?
  9. How to change backpack's MaxWeight

    Hello, I want to add a scroll ,player can use this scroll to add backpack's maxweight, but It seems this value is readonly on current ServUO, is there any way to do this? thanks!
  10. DoSpeech question

    Hello, I try to make a toolbar for players, for example, player click button " house commands " ,then there is a gump list all the house commands, such as "I wish to lock this down". I defined this "I wish to lock this down" button in OnResponse to say this sentence, the result is in game the...
  11. LootBag gold not stack

    hi, I used this lootbag script, it works fine, only problem is the gold looted inside the bag will not stack together automatically. I've checked the script, it's seems should stack, but not, Maybe some one can help me to have a look how to solve this problem. Thanks!
Back