Gundar_The_Great
Member
- Aug 11, 2021
- 227
- 404
- 73
Here you go:I mean yeah? Thats the problem, in all the walkthroughs I watched, when you enter to the location from the world map, you talk to a guard just like when you enter a city, but in my case despite having the required item, the guard still don't believe it, saying that Lona doesn't look like a soldier or something alone this lines. Im doing a mage build, so she basically has only 3 points in scu and the rest is wis, most likely you just need to have points in something else here, but I don't know what exactly, so I thought maybe someone here knows, but guess i'll just try to experiment with cheats to find it out.
$game_player.actor.scoutcraft >=8 ? $story_stats["HiddenOPT1"] = "1" : $story_stats["HiddenOPT1"] = "0"
$game_player.actor.wisdom_trait >=20 ? $story_stats["HiddenOPT2"] = "1" : $story_stats["HiddenOPT2"] = "0"
$game_player.actor.stat["Prostitute"] == 1 ? $story_stats["HiddenOPT3"] = "1" : $story_stats["HiddenOPT3"] = "0"And:
if $game_player.actor.weak < 25 && $story_stats["RecQuestAdam"] == 4 && $game_party.has_item?($data_items[117])
call_msg("TagMapDoomArmory:thisMap/OvermapEnter_SGTenter")
call_msg("TagMapDoomArmory:thisMap/OvermapEnter_SGTenter_pass")
tmpEnter1f = true
elsif $game_player.actor.weak >=25 && $story_stats["RecQuestAdam"] == 4 && $game_party.has_item?($data_items[117])
call_msg("TagMapDoomArmory:thisMap/OvermapEnter_SGTenter")
call_msg("TagMapDoomArmory:thisMap/OvermapEnter_SGTenter_weak")
else
call_msg("TagMapDoomArmory:thisMap/OvermapEnter_enter")So weakness and wether you have the item or not. Else you need the traits and points.