Far East: world map generation bug

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
dima77
Posts: 2
Joined: Wed Feb 22, 2012 5:00 pm

Far East: world map generation bug

#1 Post 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!

ilbardo
Posts: 4
Joined: Fri Jun 08, 2012 7:10 am

Re: Far East: world map generation bug

#2 Post 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?

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Far East: world map generation bug

#3 Post by darkgod »

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 ;)

ilbardo
Posts: 4
Joined: Fri Jun 08, 2012 7:10 am

Re: Far East: world map generation bug

#4 Post 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

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: Far East: world map generation bug

#5 Post 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.

mael
Posts: 3
Joined: Mon Jun 18, 2012 5:21 pm

Re: Far East: world map generation bug

#6 Post 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?

mael
Posts: 3
Joined: Mon Jun 18, 2012 5:21 pm

Re: Far East: world map generation bug

#7 Post 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 "."

Post Reply