http://www.runuo.com/community/threads/ready-missing-system-message-your-pet-looks-happier.450209/ Not all powerscrolls do drop - Ninjitsu, Bushido etc. http://www.runuo.com/community/threads/ready-not-all-powerscrolls-do-drop.459974/ Savage Kin Paint Wrong Skill Requirement + Wrong Success Chance http://www.runuo.com/community/threads/ready-savage-kin-paint-wrong-skill-requirement-wrong-success-chance.455360/ Hag Quest - Stew, can't eat it http://www.runuo.com/community/threads/ready-hag-quest-stew.454406/ Giant Blue Beetles shouldn't need beating into submission after being tamed once http://www.runuo.com/community/threads/ready-giant-blue-beetles.450205/ Greater Dragon Fame/Karma Doesn't Match OSI http://www.runuo.com/community/threads/ready-greater-dragon-fame-karma-doesnt-match-osi.472206/ Resizing Houses, you can resize a house by using a command under the house sign http://www.runuo.com/community/threads/ready-resizing-houses.414762/ Crafted Shield Resists are wrong on RunUO http://www.runuo.com/community/threads/ready-crafted-shield-resists.454186/ Yomotsu Mines, you should not be able to recall out of there. http://www.runuo.com/community/threads/ready-yomotsu-mines.445486/ Missing Necro Icons in the Buff/Debuff Bar http://www.runuo.com/community/threads/ready-missing-necro-icons-in-the-buff-debuff-bar.450872/ Chivalry Spells, you are allowed to attempt casting of spells outside of your skill range without a system message http://www.runuo.com/community/threads/ready-chivalry-spells.450757/ Tinker tools use a different graphic on OSI http://www.runuo.com/community/threads/ready-tinker-tools.460690/ Tinkering should not be required when crafted a Tetsubo http://www.runuo.com/community/threads/ready-wrong-skill-requirement-carpentry-wrong-success-chances.455342/ Carpentry-Small+Large Beds -Wrong Success Chance http://www.runuo.com/community/threads/ready-carpentry-small-large-beds-wrong-success-chance.455794/ Telekinesis, various changes to behaviour with items http://www.runuo.com/community/threads/ready-telekinesis.455250/ Forensic Evaluation Various issues http://www.runuo.com/community/threads/ready-forensic-evaluation-various-issues-merged.458700/ Animate Dead Corpses, you cannot carve the corpse after it's used http://www.runuo.com/community/threads/ready-animate-dead-corpses.453823/ You should be able to use begging skill while riding http://www.runuo.com/community/threads/ready-begging-while-riding.466174/ Crafting Mod Lower Requirements should only appear on shields http://www.runuo.com/community/threads/ready-crafting-mod-lower-requirements.452112/ You should be revealed While Taking Poison/Strangle Damage http://www.runuo.com/community/threads/ready-you-never-reveal-while-taking-poison-strangle-damage.456946/ Insurance messages don't do the math! http://www.runuo.com/community/threads/ready-insurance-messages-dont-do-the-math.454928/ Slayers should work on area of effect spells http://www.runuo.com/community/threads/ready-slayers-should-work-on-area-of-effect-spells.448774/ You should not be able to use any travel spell in Heartwood http://www.runuo.com/community/threads/ready-heartwood.457379/ Welcome Back To The House Friend message does not show post-AoS http://www.runuo.com/community/threads/ready-welcome-back-to-the-house-friend.415924/ Giant Beetle speed should be very fast when magery spells are cast on it http://www.runuo.com/community/threads/ready-giant-beetle.417848/
132 lines
No EOL
4.7 KiB
C#
132 lines
No EOL
4.7 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Server.Items;
|
|
|
|
namespace Server.Mobiles
|
|
{
|
|
public class SBTinker: SBInfo
|
|
{
|
|
private List<GenericBuyInfo> m_BuyInfo = new InternalBuyInfo();
|
|
private IShopSellInfo m_SellInfo = new InternalSellInfo();
|
|
|
|
public SBTinker()
|
|
{
|
|
}
|
|
|
|
public override IShopSellInfo SellInfo { get { return m_SellInfo; } }
|
|
public override List<GenericBuyInfo> BuyInfo { get { return m_BuyInfo; } }
|
|
|
|
public class InternalBuyInfo : List<GenericBuyInfo>
|
|
{
|
|
public InternalBuyInfo()
|
|
{
|
|
|
|
Add( new GenericBuyInfo( typeof( Clock ), 22, 20, 0x104B, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Nails ), 3, 20, 0x102E, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( ClockParts ), 3, 20, 0x104F, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( AxleGears ), 3, 20, 0x1051, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Gears ), 2, 20, 0x1053, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Hinge ), 2, 20, 0x1055, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( Sextant ), 13, 20, 0x1057, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( SextantParts ), 5, 20, 0x1059, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Axle ), 2, 20, 0x105B, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Springs ), 3, 20, 0x105D, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( "1024111", typeof( Key ), 8, 20, 0x100F, 0 ) );
|
|
Add( new GenericBuyInfo( "1024112", typeof( Key ), 8, 20, 0x1010, 0 ) );
|
|
Add( new GenericBuyInfo( "1024115", typeof( Key ), 8, 20, 0x1013, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( KeyRing ), 8, 20, 0x1010, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Lockpick ), 12, 20, 0x14FC, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( TinkersTools ), 7, 20, 0x1EBC, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Board ), 3, 20, 0x1BD7, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( IronIngot ), 5, 16, 0x1BF2, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( SewingKit ), 3, 20, 0xF9D, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( DrawKnife ), 10, 20, 0x10E4, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Froe ), 10, 20, 0x10E5, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Scorp ), 10, 20, 0x10E7, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Inshave ), 10, 20, 0x10E6, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( ButcherKnife ), 13, 20, 0x13F6, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( Scissors ), 11, 20, 0xF9F, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( Tongs ), 13, 14, 0xFBB, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( DovetailSaw ), 12, 20, 0x1028, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Saw ), 15, 20, 0x1034, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( Hammer ), 17, 20, 0x102A, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( SmithHammer ), 23, 20, 0x13E3, 0 ) );
|
|
// TODO: Sledgehammer
|
|
|
|
Add( new GenericBuyInfo( typeof( Shovel ), 12, 20, 0xF39, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( MouldingPlane ), 11, 20, 0x102C, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( JointingPlane ), 10, 20, 0x1030, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( SmoothingPlane ), 11, 20, 0x1032, 0 ) );
|
|
|
|
Add( new GenericBuyInfo( typeof( Pickaxe ), 25, 20, 0xE86, 0 ) );
|
|
|
|
|
|
Add( new GenericBuyInfo( typeof( Drums ), 21, 20, 0x0E9C, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Tambourine ), 21, 20, 0x0E9E, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( LapHarp ), 21, 20, 0x0EB2, 0 ) );
|
|
Add( new GenericBuyInfo( typeof( Lute ), 21, 20, 0x0EB3, 0 ) );
|
|
|
|
}
|
|
}
|
|
|
|
public class InternalSellInfo : GenericSellInfo
|
|
{
|
|
public InternalSellInfo()
|
|
{
|
|
Add( typeof( Drums ), 10 );
|
|
Add( typeof( Tambourine ), 10 );
|
|
Add( typeof( LapHarp ), 10 );
|
|
Add( typeof( Lute ), 10 );
|
|
|
|
Add( typeof( Shovel ), 6 );
|
|
Add( typeof( SewingKit ), 1 );
|
|
Add( typeof( Scissors ), 6 );
|
|
Add( typeof( Tongs ), 7 );
|
|
Add( typeof( Key ), 1 );
|
|
|
|
Add( typeof( DovetailSaw ), 6 );
|
|
Add( typeof( MouldingPlane ), 6 );
|
|
Add( typeof( Nails ), 1 );
|
|
Add( typeof( JointingPlane ), 6 );
|
|
Add( typeof( SmoothingPlane ), 6 );
|
|
Add( typeof( Saw ), 7 );
|
|
|
|
Add( typeof( Clock ), 11 );
|
|
Add( typeof( ClockParts ), 1 );
|
|
Add( typeof( AxleGears ), 1 );
|
|
Add( typeof( Gears ), 1 );
|
|
Add( typeof( Hinge ), 1 );
|
|
Add( typeof( Sextant ), 6 );
|
|
Add( typeof( SextantParts ), 2 );
|
|
Add( typeof( Axle ), 1 );
|
|
Add( typeof( Springs ), 1 );
|
|
|
|
Add( typeof( DrawKnife ), 5 );
|
|
Add( typeof( Froe ), 5 );
|
|
Add( typeof( Inshave ), 5 );
|
|
Add( typeof( Scorp ), 5 );
|
|
|
|
Add( typeof( Lockpick ), 6 );
|
|
Add( typeof( TinkerTools ), 3 );
|
|
|
|
Add( typeof( Board ), 1 );
|
|
Add( typeof( Log ), 1 );
|
|
|
|
Add( typeof( Pickaxe ), 16 );
|
|
Add( typeof( Hammer ), 3 );
|
|
Add( typeof( SmithHammer ), 11 );
|
|
Add( typeof( ButcherKnife ), 6 );
|
|
}
|
|
}
|
|
}
|
|
} |