Recent content by Aryman30

  1. Aryman30

    Looking for history of this forum and runUO forks, general state of freeshards.

    i'm still develop JustUO fork for my own hobby :D
  2. Aryman30

    Parry chance based on craftresource / block damage

    Bro u test that and still not working fine ?
  3. Aryman30

    Item Identification useful again

    hmm but maybe anyone have addon to vendors because all of items in vendorshops ( armor / weapon ) are unidentified ....
  4. Aryman30

    Bonuses Hits/Stam/Mana for CustomRaceSystem - need help

    So i got a question. How make to add bonuses to each custom race in playermobile.cs? I think that must be added there : #region [Stats]Max [CommandProperty(AccessLevel.GameMaster)] public override int HitsMax { get { int strBase...
  5. Aryman30

    Darkshard.net full DVD stuff (torrent)(mega)

    If anyone need it upload there link to my torrent with all of that stuff from darkshard.net. For unpacking use 7zip. Greetings to all Download torrent Download mega 1558486978 Mega linjk there
  6. Aryman30

    Weapon Abilities

    Thx mate That is a addon for the base script what i'm need but thx for that too :)
  7. Aryman30

    Weapon Abilities

    Anyone still got that's script? Runuo is dead And i really need It......
  8. Aryman30

    Paperdoll, journal, map and character status

    i love that desktop :)
  9. Aryman30

    Merge skills

    Hi I have a question about skills... Currently nobody dont use some skills like forensi eval, taste ident... maybe it's some simply way to port on these scripts place some lokai skills like riding and other?
  10. Aryman30

    Custom Character creation GUMP

    now should be working i think. when i test it's compiled good but still not change the hair :/
  11. Aryman30

    Custom Character creation GUMP

    ok now i make other gumps for the system but i got another error. Make script to change the hair style. Server compile this good but when i finish restyling the hair server make crash. I chceck the script & when i of that lines : //if ( m_From is PlayerMobile ) // { //...
  12. Aryman30

    Custom Character creation GUMP

    ok done :)
  13. Aryman30

    Custom Character creation GUMP

    using System; using Server; using Server.Gumps; using Server.Network; using Server.Items; using Server.Mobiles; namespace Scripts.RaceGump { public class RaceChoiceGump : Gump { public RaceChoiceGump() : base( 0, 0 ) { this.Closable = false; this.Disposable = true...
  14. Aryman30

    Custom Character creation GUMP

    i make a test gump for the race choice and try to add this gumop to welcometimer.cs because i want to make the race choice on the first start but i got a error.. using System; using Server; using Server.Gumps; using Server.Custom; namespace Server.Misc { /// <summary> /// This timer...
  15. Aryman30

    thx :)

    thx :)
Back