Gothic II: Gold Classic

Gothic II: Gold Classic

Odyssee 2.7.3.4 (New sound)
hedin7  [developer] Feb 6, 2024 @ 10:32pm
Discussion of the game
Discussion of the game
< >
Showing 1-15 of 35 comments
yacks Feb 9, 2024 @ 8:51pm 
So I just finished the return to Athanos. Now I can go to Vengard or anywhere else on the high seas. But I saved it before and notice when I go to Vengard I can't sail back again. Do you have to finish the entire Vengard/Faring/Nordmar story to return to the high seas, or can it happen once you get Paladin armour?
hedin7  [developer] Feb 9, 2024 @ 10:49pm 
Before Vengard, I advise you to sail to the island of Mendoza. After Vengard and Irdorat there will also be an opportunity to sail around the islands and complete some quests.
yacks Feb 16, 2024 @ 1:53am 
Is there any other trainer after Wulfias who can teach higher vitality?
hedin7  [developer] Feb 16, 2024 @ 1:57am 
No. Wulfias teach max values of HP.
yacks Feb 16, 2024 @ 1:45pm 
Originally posted by hedin7:
No. Wulfias teach max values of HP.

When you get to Vengard you end up with so many points and nothing to spend it on, on your playstyle that is.

Also I notice that you don't get 3hp when you give 100 gold to Innos shrines. Was that by design?

Finally what does "Goldsmith" skill do? I notice I have ruby chunks. Is there a special device to goldsmith on? Because it doesn't appear at the anvil or workbench
Last edited by yacks; Feb 16, 2024 @ 2:24pm
hedin7  [developer] Feb 16, 2024 @ 5:28pm 
Jewelry making is necessary to create amulets on the workbench. You can also grind gemstones on a sharpening stone when you are at level 3.
BLITZKRIEG-GER Feb 17, 2024 @ 10:18am 
Ich komme von Khorinis nicht mehr auf das Schiff zurück, habe Khorines schon das 2. Mal durch gespielt, hat jemand einen tipp?
hedin7  [developer] Feb 17, 2024 @ 4:27pm 
Possible, you need finish all missions and quests. You can find description of all quests in pdf on german site.
https://www.worldofgothic.de/download.php?id=1798
yacks Feb 21, 2024 @ 9:50pm 
Originally posted by Blitzkrieg (GDR):
Ich komme von Khorinis nicht mehr auf das Schiff zurück, habe Khorines schon das 2. Mal durch gespielt, hat jemand einen tipp?

The thing that stumped me the most was finding all of Xardas' diarys. You've found the Observatory in the hills behind the Pyramid/Ziggurat yeah?
yacks Feb 22, 2024 @ 9:10pm 
How many looting orc gangs are there in monterra? Or are there more in another map you have to get for that quest to finish?
hedin7  [developer] Feb 23, 2024 @ 1:44am 
You need kill 15 orcs. Possible one of the orcs lost or broke. Check via marvin helper each orc.
command: goto vob OrcScoutMontera_01


var int OrkbandenMyrtanaBesiegt;
if (MIS_OrkbandenMyrtana == LOG_RUNNING)
&& (Npc_GetDistToWP(hero,"WP_R1_K_OUT_01")<9999999999)
&& (OrkbandenMyrtanaBesiegt == FALSE)
{
if (Npc_IsDead(OrcScoutMontera_01))
&& (Npc_IsDead(OrcWarriorMontera_01))
&& (Npc_IsDead(OrcEliteWarriorMontera_01))
&& (Npc_IsDead(OrcScoutMontera_02))
&& (Npc_IsDead(OrcWarriorMontera_02))
&& (Npc_IsDead(OrcEliteWarriorMontera_02))
&& (Npc_IsDead(OrcScoutMontera_03))
&& (Npc_IsDead(OrcWarriorMontera_03))
&& (Npc_IsDead(OrcEliteWarriorMontera_03))
&& (Npc_IsDead(OrcScoutMontera_04))
&& (Npc_IsDead(OrcWarriorMontera_04))
&& (Npc_IsDead(OrcEliteWarriorMontera_04))
&& (Npc_IsDead(OrcScoutMontera_05))
&& (Npc_IsDead(OrcWarriorMontera_05))
&& (Npc_IsDead(OrcEliteWarriorMontera_05))
{
MIS_OrkbandenMyrtana = LOG_SUCCESS;
B_GivePlayerXP (XP_OrkbandenMyrtana);
B_LogEntry (TOPIC_OrkbandenMyrtana,"Ich habe die Orkbanden von Montera unschädlich gemacht.");
//PrintScreen("Plündererbanden besiegt!",-1,40,FONT_Screen,3);
OrkbandenMyrtanaBesiegt = TRUE;
};
};
Last edited by hedin7; Feb 23, 2024 @ 1:46am
yacks Feb 24, 2024 @ 12:14pm 
Thank you so much. I've always wondering if say an NPC that you need to kill for a quest runs off a cliff and dies, does the game still update the quest that you killed it?
yacks Feb 24, 2024 @ 12:37pm 
Okay so I did the goto vob for every orc on that list and the ONLY one it teleports to is Orc Warrior 04, but there's nothing there to kill. I inserted every orc on the list and killed them all and the quest still doesn't update. Unless this is critical for the main story I should just ignore it. lol have about 12 quests in my log all over the world I can't turn in anyway.
hedin7  [developer] Feb 24, 2024 @ 3:50pm 
try insert Orc Warrior 04 and kill him.
insert OrcWarriorMontera_04
and check other variables.
(Example: show vars MIS_OrkbandenMyrtana )
Last edited by hedin7; Feb 24, 2024 @ 3:53pm
hedin7  [developer] Feb 25, 2024 @ 2:22am 
it is command of plugin marvin helper. I recommend use this plugin instead of marvin.
Example: For finishing of quest MIS_OrkbandenMyrtana you need make in marvin helper command.
set var MIS_OrkbandenMyrtana 2
1 - running
2 - completed
0 - not started

But better try insert OrcWarriorMontera_04 and kill him.
Last edited by hedin7; Feb 25, 2024 @ 2:30am
< >
Showing 1-15 of 35 comments
Per page: 1530 50