Where's Kharto?

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).
AuthorTopic: Where's Kharto?
Apprentice
Member # 12865
Profile #0
Hey, does anyone know where to find Kharto? I'm playing as the Romans currently, and the instructions say something about goblins to the east... is that in reference to that goblin village that's near the beginning in "Southeastern Shadow?"

I'm hoping not, because I wiped that village out near the beginning of the game. If it is, is there I a way that I can reset that flag? Or is there a way to continue on to Kharto without their help?

Thanks.
Posts: 5 | Registered: Friday, December 28 2007 08:00
Law Bringer
Member # 6785
Profile #1
Yeah that village you wiped out gives you directions to Kharto. Couldn't locate the flag that you need to set with the character editor.
Posts: 4643 | Registered: Friday, February 10 2006 08:00
Shock Trooper
Member # 7662
Profile #2
From the file o34Southeaste.txt found in Data > Shared Data:

beginstate 22;
if (get_flag(123,4) >= 1)
set_state_continue(23);
set_state_continue(24);
break;

beginstate 23;
message_dialog("The goblin village remains much as
you left it: burned and ruined. Fine work.","");
break;

beginstate 24;
reset_dialog();
add_dialog_str(0,"Nestled in a hollow between
these grassy hills, you find a small, peaceful
village. The inhabitants are struggling

........................
break;


[ Saturday, December 29, 2007 20:01: Message edited by: Ishad Nha ]
Posts: 292 | Registered: Monday, November 13 2006 08:00
Apprentice
Member # 12865
Profile #3
Hmm. Thanks for the replies! Alas, I don't know how to use the Set Flag function in the character editor. Do I type in 123, 4, then 24?
Posts: 5 | Registered: Friday, December 28 2007 08:00
Shock Trooper
Member # 7662
Profile #4
In Blades of Avernum it would work "123, (Enter), 4, (Enter), 0, (Enter)". I have not tried Nethergate myself.
Posts: 292 | Registered: Monday, November 13 2006 08:00
Apprentice
Member # 12865
Profile #5
Sweet! Thank you very much!
Posts: 5 | Registered: Friday, December 28 2007 08:00