Page 1 of 1

ice dwarf kingdom

Posted: Sun Sep 01, 2013 9:03 pm
by Sasuke
i try to make a script for ice dwarf istance but i'd like enter in difficult for level 35 anyone know how to click on "no"buttom when are you in front of the istance for set istance difficult?ty guys

Re: ice dwarf kingdom

Posted: Mon Sep 02, 2013 9:02 am
by kkulesza
This code works for getting out of goblin mines (clicking "yes"):

Code: Select all

StaticPopup_OnClick(StaticPopup1, 1)
I suggest trying its variations:

Code: Select all

StaticPopup_OnClick(StaticPopup1, 2)
StaticPopup_OnClick(StaticPopup2, 1)
StaticPopup_OnClick(StaticPopup3, 2)
StaticPopup_OnClick(StaticPopup1, 0)
and so on...

good luck.