cebasluky Initiate Apr 7, 2015 #1 where I can change to gain skill and stats are zero? Pd: excuse my English is very bad :/
OP cebasluky Initiate Apr 7, 2015 #3 how could it? I am new at this what I want is to make the gain of skill and status are zero could you tell me how?
how could it? I am new at this what I want is to make the gain of skill and status are zero could you tell me how?
Milva Moderator Apr 7, 2015 #4 Player should always buy skills to start, do you want to make skill gains faster? If so see this post http://www.runuo.com/community/threads/faster-skill-gains.66041/
Player should always buy skills to start, do you want to make skill gains faster? If so see this post http://www.runuo.com/community/threads/faster-skill-gains.66041/
Po0ka Member Apr 7, 2015 #6 Code: public static bool CheckSkill( Mobile from, Skill skill, object amObj, double chance ) { return false; //if ( from.Skills.Cap == 0 ) // return false; //.....other stuffs commented } In misc/SkillCheck.cs
Code: public static bool CheckSkill( Mobile from, Skill skill, object amObj, double chance ) { return false; //if ( from.Skills.Cap == 0 ) // return false; //.....other stuffs commented } In misc/SkillCheck.cs