Project1

标题: 升级回满血 怎么弄 [打印本页]

作者: heshaobo    时间: 2022-8-6 10:22
标题: 升级回满血 怎么弄
升级回满血,应该怎么弄啊?
作者: Heiko    时间: 2022-8-6 10:22
本帖最后由 Heiko 于 2022-8-6 12:01 编辑

如果改改脚本的话,rpg_objects.js   3900行
  1. Game_Actor.prototype.levelUp = function() {
  2.     this._hp += this.mhp;   //回满血
  3.     this._mp += this.mmp;   //回满蓝
  4.     this._level++;
  5.     this.currentClass().learnings.forEach(function(learning) {
  6.         if (learning.level === this._level) {
  7.             this.learnSkill(learning.skillId);
  8.         }
  9.     }, this);
  10. };
复制代码

作者: play337    时间: 2022-8-6 11:25
我是用这个
https://tm.lucky-duet.com/viewtopic.php?t=1600

升级的时候打开开关回血....




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1