• Howdy partner! You seem new here. Why don't you make an account and join the discussion? You can register here.
    Already have one? Then you login here!

eastern and western point

  • Thread starter DeletedUser1352
  • Start date

DeletedUser1352

Guest
dear players

As you may all know by now their is a bug whit the questline easter because the eastern and western point do not want to appear. our developers will fix this bug Tuesday when they are back in the office

In the mean time our community members bim and petee found a way to open the quest givers window so you are able to walk to the eastern and western point to collect the eggs.


Code:
javascript: AjaxWindow.show("quest_employer",{employer: 'east2', x: 48, y: 642}, 'east2'); void(0)

Code:
javascript: AjaxWindow.show("quest_employer",{employer: 'west2', x: 988, y: 384}, 'west2'); void(0)

for the repeatable questline it is

Code:
javascript: AjaxWindow.show("quest_employer",{employer: 'east2_repeat', x: 48, y: 642}, 'east2_repeat'); void(0)

Code:
javascript: AjaxWindow.show("quest_employer",{employer: 'west2_repeat', x: 988, y: 384}, 'west2_repeat'); void(0)

to activate the script in firefox you have to press ctrl+shift+K
for chrome you have to press ctrl+shift+J

in this console you can simply paste the script to activate it

Yours Sincerely,

mennik
The-West Support


p.s. all credits go to bim and petee for finding the points.
 
Last edited by a moderator:
Top