| 
 
| 赞 | 2 |  
| VIP | 50 |  
| 好人卡 | 23 |  
| 积分 | 1 |  
| 经验 | 15845 |  
| 最后登录 | 2018-11-11 |  
| 在线时间 | 306 小时 |  
 Lv1.梦旅人 
	梦石0 星屑60 在线时间306 小时注册时间2014-8-5帖子416 | 
| 本帖最后由 夏末渐离 于 2015-12-31 21:36 编辑 
 大概在569行吧。用这个方法替换原来的方法试试
 Game_Actor.prototype.classUnlockLevelRequirementsMet = function(item) {
 var classId;
 for (classId in item.levelUnlockRequirements) {
 var level = item.levelUnlockRequirements[classId];
 if (this.classLevel(classId) < level)continue;
 else
 return true;
 }
 return false;
 };
 | 
 评分
查看全部评分
 |