Far East: world map generation bug
Moderator: Moderator
Far East: world map generation bug
Hi! I am playing shaloren alchemist (Mac OS 10.6.7, b37). Entered Far East and started Orc Prides quest. When leaving any of the prides (after coming to the last floor and/or killing Orc boss and getting new quest) Far East map level is not loaded, but generated once again! All entrances to the prides disappeared from world map and my hero can not accomplish the quest. I have tried many times using save files, however there seems to be no way to solve it. Please, help!
Re: Far East: world map generation bug
ok I have solved the clone bug,taken the portal to the far east and then.....Here comes another bug, as described above. What should I do?
Re: Far East: world map generation bug
This can happen if you killed he game without saving, or crashed. Did any of those happen ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: Far East: world map generation bug
The things I have done are:
-use cheat mode to solve the previous bug
-after solved, remove the cheat file from the directory
-logged in and taken the portal to the far east
- nothing more, very dungeon has just disappeared, both visited and unvisited
-use cheat mode to solve the previous bug
-after solved, remove the cheat file from the directory
-logged in and taken the portal to the far east
- nothing more, very dungeon has just disappeared, both visited and unvisited
Re: Far East: world map generation bug
This came up in IRC today and I might have a solution for those suffering from this bug.
Untested but I think it's worth a shot. In the lua console type.
Best of luck.
Untested but I think it's worth a shot. In the lua console type.
Code: Select all
orc_quest = game.player:hasQuest("orc-prides")
orc_quest:on_grant(game.player)
orc_quest = nil
Re: Far East: world map generation bug
Hi edge, thank you--I haven;t used lua before (know how to access the console), so forgive me: do I enter all three lines at once or hit enter after each line?edge2054 wrote:This came up in IRC today and I might have a solution for those suffering from this bug.
Untested but I think it's worth a shot. In the lua console type.
Best of luck.Code: Select all
orc_quest = game.player:hasQuest("orc-prides") orc_quest:on_grant(game.player) orc_quest = nil
Re: Far East: world map generation bug
when I do this it says "function arguments expected near "."edge2054 wrote:This came up in IRC today and I might have a solution for those suffering from this bug.
Untested but I think it's worth a shot. In the lua console type.
Best of luck.Code: Select all
orc_quest = game.player:hasQuest("orc-prides") orc_quest:on_grant(game.player) orc_quest = nil