Page 2 of 3

Re: Auto join Guild Siege waypoint.

Posted: Wed Jun 06, 2012 8:38 pm
by lisa
Hetrix wrote:Great job Lisa and huge thanks for the addon. Is there any possibility that this addon can be modified to auto-register for sw aswell?

/H :-)
Of course it can but someone else will have to do it.
lisa wrote:I am not going to be updating this addon, it is what it is.
I simply don't have the time.

Re: Auto join Guild Siege waypoint.

Posted: Thu Jun 07, 2012 10:46 am
by Hetrix
Alright Lisa. Is the modification of it to complicated or its just some simple things that need to be changed? Maybe I can do it or rock5 if he maybe got the time.

/H

Re: Auto join Guild Siege waypoint.

Posted: Thu Jun 07, 2012 11:43 am
by rock5
It's not that simple or else probably Lisa would do it anyway.

I'll probably look into it eventually. Maybe this weekend.

Re: Auto join Guild Siege waypoint.

Posted: Thu Jun 07, 2012 12:59 pm
by Hetrix
Alright, thanks rock5.
/H

Re: Auto join Guild Siege waypoint.

Posted: Fri Jun 08, 2012 4:14 am
by lisa
rock5 wrote:It's not that simple or else probably Lisa would do it anyway.

I'll probably look into it eventually. Maybe this weekend.
Testing to make sure it worked would be the biggest pain for me as I literally don't even log into rom anymore.

Also the fact people want this to join their personal guild to siege war to have a few chars afk while actual guilds with many members will miss out on siege because of the limit on the number of guilds that can register.
If the siege wasn't getting to max capacity of guilds then you could simply do the 3 mouse clicks to register for siege without issue.

Re: Auto join Guild Siege waypoint.

Posted: Fri Jun 08, 2012 7:03 am
by rock5
lisa wrote:Also the fact people want this to join their personal guild to siege war to have a few chars afk while actual guilds with many members will miss out on siege because of the limit on the number of guilds that can register.
Good point. I just did it to get the first title but who knows what other peoples intensions are.

Re: Auto join Guild Siege waypoint.

Posted: Sat Jun 09, 2012 3:30 am
by lisa
rock5 wrote:
lisa wrote:Also the fact people want this to join their personal guild to siege war to have a few chars afk while actual guilds with many members will miss out on siege because of the limit on the number of guilds that can register.
Good point. I just did it to get the first title but who knows what other peoples intensions are.
Server you play doesn't reach max capacity though so you could simply just click to register =)

Re: Auto join Guild Siege waypoint.

Posted: Sat Jun 09, 2012 12:35 pm
by kuripot
i have a question... if im botting and the sw will start///... my previous waypoint will be pause to enter in battle?? then resume when sw are done and if i got bad connection and i kick out from the sw it posibble to re enter battle again>??

Re: Auto join Guild Siege waypoint.

Posted: Sun Jun 10, 2012 5:31 am
by wilifox
Good afternoon, a siege addon question, if my client is Spanish, I have to change of siege.lua ¿?. A greeting and thank you very much for this contribution. A greeting.

Re: Auto join Guild Siege waypoint.

Posted: Sun Jun 10, 2012 6:08 am
by lisa
wilifox wrote:Good afternoon, a siege addon question, if my client is Spanish, I have to change of siege.lua ¿?. A greeting and thank you very much for this contribution. A greeting.
If you click on the eye looking icon that should be near your minimap a window will pop up in game, you can change the text in that window to look for what is written in your language when siege war starts.
After you do that it should work just like for anyone else.

Re: Auto join Guild Siege waypoint.

Posted: Sun Jun 10, 2012 7:04 am
by kuripot
this addon will work perfectly when im doing bot??? it will stop the waypoint or pause then resume.. or just to be afk??

Re: Auto join Guild Siege waypoint.

Posted: Sun Jun 10, 2012 7:22 am
by lisa
kuripot wrote:this addon will work perfectly when im doing bot??? it will stop the waypoint or pause then resume.. or just to be afk??
The addon works independant of the bot, it doesn't do anything to the bot at all.

So if you want to join siege while botting you will need to do something to your profile or WP that you are using in order to stop botting or what ever it is you want to do.

Re: Auto join Guild Siege waypoint.

Posted: Sat Aug 24, 2013 7:51 am
by turbobay
I don't know if it is still "upToDate" or if there is any other thread about entering the siege war....

Well, i am not really understanding if i get the point of this addon right.
This addon will actually watch for guild chat, and if there is a keyword (e.g. "war") it will start working....and this work is
making enter all ONLINE players of the guild into the siege war, right ?
So if i want to make my friends join the war and they are not online i have to start new client(s) first, get them online and then the addon will make the login.
Is that correct ?

So to simplify things up, would it be possible to make some batch file wchich starts 2 or 3 clients automatically, logs in the other chars, characters or friends at work, get some waypoint-file started and this waypoint file makes them join the siege war automatically ? So, actually i just need to start the batch file and everything else happens automatically ?

And one more question, is it possible to make register for siege war also automatica by this way. Let's say i want my computer run at night, and register for siege war in the middle of the night, as there are few people onlie, no problem at all, 2 hours later the next scrip just logs the chars in and waits for siege war ending...

:-)

Re: Auto join Guild Siege waypoint.

Posted: Sat Aug 24, 2013 8:34 am
by lisa
The addon simply makes you enter siege when siege starts, you need to have your character already logged in to the game and not in an instance. When you get the system message saying siege war is starting it will make the character enter the siege war.
Nothing more, nothing less.

Re: Auto join Guild Siege waypoint.

Posted: Sat Aug 24, 2013 1:04 pm
by Cindy
Oh my, how did I never find this thread ?!? (I thought I read them all)

Re: Auto join Guild Siege waypoint.

Posted: Mon Sep 02, 2013 6:39 am
by Cindy
I am working on extending this addon. Here is a code snippet for peer review ;)

Code: Select all

  			if(siege_Settings[siege.playerName]["KeyWordCheck1"] and (siege_Settings[siege.playerName]["KeyWord1"] ~= nil or siege_Settings[siege.playerName]["KeyWord1"] ~= "")) then
  				if(string.find(var,string.lower(siege_Settings[siege.playerName]["KeyWord1"])) ~= nil) then
					siege.Time = 1	
					siege.WarningText(siege_Settings[siege.playerName]["KeyWord1"]);
					if GetZoneID() == 400 then --400 is Residence
						local name = "Housekeeper"
						TargetNearestFriend()
						local first = UnitName("target")
						repeat
							TargetNearestFriend()
						until UnitName("target") == name or UnitName("target") == first
						if UnitName("target") == name then
							UseSkill(1,1)
						else
							SendSystemChat("Target not found")
						end					
						DEFAULT_CHAT_FRAME:AddMessage(string.format(siege.playerName.." is in zone "..GetZoneID()..", exiting house.", siege.PLUGIN_TITLE, siege.playerName), 0.5, 0.7, 1.0);
						GuildHouseWarEnterButton_OnClick()
					end							
  				end
  			end 
Will UseSkill(1,1) trigger the first option of the housekeeper menu? ("Leave the house")

Re: Auto join Guild Siege waypoint.

Posted: Mon Sep 02, 2013 7:00 am
by Cindy
My assumption failed. Character(s) did not leave the house...

Re: Auto join Guild Siege waypoint.

Posted: Mon Sep 02, 2013 7:03 am
by Cindy
By the way I am working on code to register for siege also, based off the "enter preparation phase" keyword phrase.

Re: Auto join Guild Siege waypoint.

Posted: Mon Sep 02, 2013 7:07 am
by rock5
UseSkill(1,1) on the npc will open the dialog but you would still need to select the option. Normally you would do

Code: Select all

ChoiceOption(1)
but I seem to remember some issue with the housekeeper so you might have to use

Code: Select all

SpeakFrame_ListDialogOption(1,1)
instead.

Of course you might have a problem if you can't make it wait for the dialog to open. I'm not sure how you would fix that.

Re: Auto join Guild Siege waypoint.

Posted: Mon Sep 02, 2013 7:12 am
by Cindy
Manually tested /script Useskill(1,1) also /script CastSpellByName("Attack") and neither popped up the dialog screen while Housekeeper is targeted.

However, actually clicking on my attack button did bring up the dialog.