Would you like to react to this message? Create an account in a few clicks or log in to continue.

モンスターライドスキル修正

Go down

モンスターライドスキル修正 Empty モンスターライドスキル修正

投稿 by 構築さん 2014-05-30, 15:23

skills.java

Code:
package constants.skills;

public class Legend {
public static final int MONSTER_RIDER = 20001004;
}

SkillFactory.java

Code:
case Legend.MONSTER_RIDER:

後にこれを追加

Code:
case Beginner.MONSTER_RIDER:


MapleStatEffect.java

Code:
case Beginner.MONSTER_RIDER:
case Noblesse.MONSTER_RIDER:
statups.add(new Pair<MapleBuffStat>(MapleBuffStat.MONSTER_RIDING, Integer.valueOf(1)));


Code:
case Beginner.MONSTER_RIDER:
case Noblesse.MONSTER_RIDER:
case Legend.MONSTER_RIDER:
statups.add(new Pair<MapleBuffStat>(MapleBuffStat.MONSTER_RIDING, Integer.valueOf(1)));
構築さん
構築さん
Admin

Posts : 193
Join date : 2014/05/29

https://maplescience.forumjap.com

トップに戻る Go down

トップに戻る


 
Permissions in this forum:
返信投稿: 不可