level 1
光隻余灰
楼主
很喜欢海巫的外观(还有那个鳍耳mod)所以翻了下代码
玩的pc 0909
Data/Scripts/Frames/35_Game_Player.rb 删除return false if tmpNPC && cannotTriggerBecauseTrueDeepone(event)这句就能互动
Data\Effects\StatesTrueDeepone.json 修改wtype_seal/atype_seal/skill_sealed数组为空(把方括号里的都删了)去除装备啥的限制。sexy和weak的1000改到50或更低就能压住npc的吉尔。
Data\HCGframes\event下面的
OvermapDoomArmory.rb
OvermapDoomFortress.rb
OvermapNoerGateEast.rb
OvermapNoerGateNoble.rb
OvermapNoerGateNorth.rb
OvermapPirateBane.rb
以上的 if $game_player.actor.record_lona_race == "TrueDeepone"后面添加 && false。修改为 if $game_player.actor.record_lona_race == "TrueDeepone" && false
防止主城三个门、北城、北城军械库、东城的卫兵闻到味道强制那啥上脑
2024年05月10日 08点05分
1
玩的pc 0909
Data/Scripts/Frames/35_Game_Player.rb 删除return false if tmpNPC && cannotTriggerBecauseTrueDeepone(event)这句就能互动
Data\Effects\StatesTrueDeepone.json 修改wtype_seal/atype_seal/skill_sealed数组为空(把方括号里的都删了)去除装备啥的限制。sexy和weak的1000改到50或更低就能压住npc的吉尔。
Data\HCGframes\event下面的
OvermapDoomArmory.rb
OvermapDoomFortress.rb
OvermapNoerGateEast.rb
OvermapNoerGateNoble.rb
OvermapNoerGateNorth.rb
OvermapPirateBane.rb
以上的 if $game_player.actor.record_lona_race == "TrueDeepone"后面添加 && false。修改为 if $game_player.actor.record_lona_race == "TrueDeepone" && false
防止主城三个门、北城、北城军械库、东城的卫兵闻到味道强制那啥上脑