Page 1 of 1
Far East: world map generation bug
Posted: Wed Feb 22, 2012 5:13 pm
by dima77
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
Posted: Fri Jun 08, 2012 9:50 am
by ilbardo
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
Posted: Fri Jun 08, 2012 9:53 am
by darkgod
This can happen if you killed he game without saving, or crashed. Did any of those happen ?
Re: Far East: world map generation bug
Posted: Fri Jun 08, 2012 10:03 am
by ilbardo
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
Re: Far East: world map generation bug
Posted: Mon Jun 18, 2012 6:08 pm
by edge2054
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.
Code: Select all
orc_quest = game.player:hasQuest("orc-prides")
orc_quest:on_grant(game.player)
orc_quest = nil
Best of luck.
Re: Far East: world map generation bug
Posted: Mon Jun 18, 2012 9:12 pm
by mael
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.
Code: Select all
orc_quest = game.player:hasQuest("orc-prides")
orc_quest:on_grant(game.player)
orc_quest = nil
Best of luck.
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?
Re: Far East: world map generation bug
Posted: Mon Jun 18, 2012 10:01 pm
by mael
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.
Code: Select all
orc_quest = game.player:hasQuest("orc-prides")
orc_quest:on_grant(game.player)
orc_quest = nil
Best of luck.
when I do this it says "function arguments expected near "."