CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,191
7,975
someone help me with this?
Try removing the file.
Ok, so here I am, another guy who doesn't want to understand hardcore rpg mechanics and goes to find the answer to the internet and here is my question: what exactly is game implying when it says that Lona looks too weak? For example when I went to try the quest with muskets the guard just didn't let me in, said Im looking too weak or that quests at the mountain monastery, can't take 'em 'cause Lona "doesn't look like a mercenary". Yeah, I guess my character i far from endgame, but 33rd level should be enough right? Does some quests require a curtain stat numbers, or what?
With the muskets, look for another way in. There should be an option for stealth or something along those lines.
Whenever you brick wall like this, there's usually another way.
 
  • Like
Reactions: #4a4a4a

#4a4a4a

Newbie
Mar 10, 2019
39
17
With the muskets, look for another way in. There should be an option for stealth or something along those lines.
Whenever you brick wall like this, there's usually another way.
In other words I just need to get more points in scoutcraft, got it.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,191
7,975
In other words I just need to get more points in scoutcraft, got it.
If I remember correctly, the option should always be there - regardless of your SCU score.
The Stealth entry always works but then you have to pay attention to the guards LOS once you get inside.
Even so, getting the muskets and getting back out is very difficult.

Though I seem to remember Adam giving you some sort of ID you can show to the guards.
 

#4a4a4a

Newbie
Mar 10, 2019
39
17
If I remember correctly, the option should always be there - regardless of your SCU score.
The Stealth entry always works but then you have to pay attention to the guards LOS once you get inside.
Even so, getting the muskets and getting back out is very difficult.

Though I seem to remember Adam giving you some sort of ID you can show to the guards.
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.
 

Leon5265

Newbie
Jul 14, 2021
30
13
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.
Try equipping Short Sword and Wooden Shield. These two can reduce Lona's weak stat .
 
Aug 11, 2021
227
398
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.
Here you go:

$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.
 

#4a4a4a

Newbie
Mar 10, 2019
39
17
Here you go:

$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.
Thank you very much!
 

Nek0mancer

Member
Nov 2, 2018
193
759
Ok, so here I am, another guy who doesn't want to understand hardcore rpg mechanics and goes to find the answer to the internet and here is my question: what exactly is game implying when it says that Lona looks too weak? For example when I went to try the quest with muskets the guard just didn't let me in, said Im looking too weak or that quests at the mountain monastery, can't take 'em 'cause Lona "doesn't look like a mercenary". Yeah, I guess my character i far from endgame, but 33rd level should be enough right? Does some quests require a curtain stat numbers, or what?
There actualy a " Weak" stat in the game and a lot of stuff can affect it.
 
  • Like
Reactions: Nikolas-Ambross

xcomud

Newbie
Nov 21, 2020
25
13
I have some questions:


1) Is Cloud village still broken? I get error



2) I found whores in refugee camp near Doom fortess. They ask me rescue their frend. Where is she?

3) How to defeat orc butcher boss? It seems he have infinite hp
The orc butcher has around 400-500 hp and did around 50-70 damage to me in one hit when i had iron shield(I was not blocking) + masochist(16 DEF total). Pretty sure fighting him head on is suicidal. Just lose aggro, hit him in the back to stun him and then backstab with crystal dagger. Run away, lose aggro and repeat. After you do it 4 times he should dies.
 
  • Like
Reactions: Nikolas-Ambross

Lasinitro

Newbie
Jul 28, 2018
41
17
What are the strongest builds you can make for this game? i sort of don't want to deal with the difficult aspect of it yet i don't want to cheat either. Should i go for a warrior build and invest all trait points into it? or maybe a stealth build is better?
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,191
7,975
Pretty sure [shift] [2] should get you. this " on your keyboard unless you yourself have changed it lol
.............................................................................................................................................................................
Don't you think I flipping tried that already? It doesn't work for me! Sure I can do it normally until the cows come home, but not in LonaRPG's console command window! That's the confusing part!
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 

Nek0mancer

Member
Nov 2, 2018
193
759
What are the strongest builds you can make for this game? i sort of don't want to deal with the difficult aspect of it yet i don't want to cheat either. Should i go for a warrior build and invest all trait points into it? or maybe a stealth build is better?
First of all - you need 10 scu in ANY build.
Second:
Tough Lona for generic RPG experience. Choose if thoughts about not able to kill everything is makes you uncomfortable. Max ATK.
Timid Lona is for people who want to roleplay a weak loli in dark fantasy setting but still want to do some damage. Max WIS.
Horny Lona for perverts and degenerates. Max CON.
 
  • Like
Reactions: Daioh

NightWolf69

Newbie
Jun 6, 2020
35
6
what Brainwashing part?
It just says that it brainwashes in the description of the item and I wasnt sure if that was an actual effect.

Also am stuck in Elise's quest where you go to fishtopia. Stuck in Sea Witches dungeon part where you first get dropped and I don't know where to go. Cleared the room and I see in each corner 4 button that can be pressed but I dont know what to do with them
 

3125galdrux

Newbie
Mar 22, 2022
22
11
It just says that it brainwashes in the description of the item and I wasnt sure if that was an actual effect.

Also am stuck in Elise's quest where you go to fishtopia. Stuck in Sea Witches dungeon part where you first get dropped and I don't know where to go. Cleared the room and I see in each corner 4 button that can be pressed but I dont know what to do with them
Above the sea witch are 4 symbols. Go to each button and set them to the correct symbol (for example, if the one on the lower left is a penis, se the button to that). Then a whirlpool will open and you can go through it.
 
4.10 star(s) 197 Votes