Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Merge these two scripts to get m' to work :s

I really want to get the LVL & Stats breaks script work with the
Manual Exp. Table, so that I can say what the exp is for hitting Lv180.
I got it so far that it worked together a lil bit, but then.... it wont go lv99+ anymore. Plz help!!

First One (break scripts)

#_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
#_/  ◆限界突破 - KGC_LimitBreak◆
#_/----------------------------------------------------------------------------
#_/ 各種設定値の上限を変更します。
#_/ (とんでもない値を設定するとバグる可・#092;性・り)
#_/============================================================================
#_/ ≪クラス設定詳細化[ClassDetailSetting]≫より上
#_/ ≪装備拡張[EquipExtension]≫より下
#_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

#==============================================================================
# ★ カスタマイズ項目 ★
#==============================================================================

module KGC
# ◆・#092;力値補正値(百分率)
# ・#092;力値がデータベースの設定値の○%になる。
# (上限値が高い場合に使用。データベースの値を使う場合は 100)
LB_MAXHP_REVISE = 430 # MAXHP
LB_MAXSP_REVISE = 210 # MAXSP
LB_STR_REVISE = 100 # 腕力
LB_DEX_REVISE = 100 # 器用さ
LB_AGI_REVISE = 100 # 素早さ
LB_INT_REVISE = 100 # 魔力

# ◆ダメージ値補正
# MAXHP補正値に応じてダメージ値を自動調整する。
# (ダメージ量がおかしいときは false)
LB_DAMAGE_CORRECT = true

# ◆敵のHP上限
LB_ENEMY_HP_LIMIT = 9999999
# ◆敵のSP上限
LB_ENEMY_SP_LIMIT = 99999
# ◆敵の「腕力, 器用さ, 素早さ, 魔力」上限
LB_ENEMY_ETC_LIMIT = 9999

# ◆アクターのレベル上限
# アクターID順に配列に格納(最初は nil)
LB_ACTOR_LV_LIMIT = [nil]
# ◆上限未指定アクターのレベル上限
# 上限未指定(nil)のアクターはこの値を使用。
LB_ACTOR_LV_LIMIT_DEFAULT = 512
# ◆アクターの経験値上限
LB_ACTOR_EXP_LIMIT = 9999999999
# ◆アクターのHP上限
LB_ACTOR_HP_LIMIT = 99999
# ◆アクターのSP上限
LB_ACTOR_SP_LIMIT = 99999
# ◆アクターの「腕力, 器用さ, 素早さ, 魔力」上限
LB_ACTOR_ETC_LIMIT = 9999

# ◆レベル 100 以降の・#092;力値計算式
# 【lv…現レベル p 
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top