Page 1 of 3

Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 12:57 am
by bobdole
Does an auto join Guild Siege waypoint exist? On the nexon server I am at work and can not do siege :(

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 1:00 am
by kuripot
good question... im playing in nexon too and im from asia so sw start 0300H.... hard too wake up

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 2:23 am
by lisa
you could do up a WP to join I guess, I just use this addon I made though so no need for MM to even be running.


--=== edited ===--
newer version a few posts down.

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 4:19 am
by rock5
Lisa have you updated it since sending it to me? Cos the version you sent me didn't work. It said "Entering seige" but didn't enter. I figured it was because it was too fast. So I used the timer thingy down the bottom of the addon to delay entering.

What I did was, when the sw starts I set siege.Time to 1 so the timer would start. Then I put the GuildHouseWarEnterButton_OnClick() in the 5s part of the timer (although I changed it to 10s).

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 4:53 am
by lisa
honestly I don't remember if I put in the delay or not, I know I meant to lol

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 4:59 am
by lisa
k changed it to a 10 second delay and took out the guild message.

I could probably add in a random delay for it to help with multiple clients but to be honest I just couldn't be bothered lol

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 5:04 am
by rock5
Yeah, that's sort of what I did. Should work now. I don't know if it needs to be a 10s pause though. I never did test 5s. Doesn't matter I guess.

Oh, and I never did get the chance to thank you. Made it easy for me to get my titles on all my main characters by just logging in. No need for scripts.

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 5:06 am
by lisa
In most cases you could have a 5 minute delay and it won't matter, 10 seconds should be farely safe.
Oh, and I never did get the chance to thank you.
All good =)


--=== Note ===--
Just remember not to have your chars in an instance zone like house/guild castle or millers as you can't enter SW from an instance.

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 11:27 am
by bobdole
Wow this addon looks so cool. So I loaded it and now it does the rest?

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 11:37 am
by lisa
bobdole wrote:Wow this addon looks so cool. So I loaded it and now it does the rest?
It monitors system messages for "enter battle", if you have a different language client then you will need to edit it.
Click the little icon which should be near minimap and you can change the text, also there is a check box you can untick to turn it off.

This is basically my madman addon rehashed to make chars join seige, so there is probably code that isn't needed in the addon itself but it will do the job required.

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 1:50 pm
by bobdole
Get to test it in 10 mins!

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 2:01 pm
by bobdole
Worked like a charm, thanks so much!

Re: Auto join Guild Siege waypoint.

Posted: Sun Mar 18, 2012 11:48 pm
by rock5
lisa wrote:I could probably add in a random delay for it to help with multiple clients but to be honest I just couldn't be bothered lol
I missed this line first time I read the post. Well, I thought I would have trouble because my pc struggles with 5 clients so I thought for sure I would have problems when they all entered seige at the same time, but it worked perfectly every time. So I'd say it's probably not much of a strain on the system to enter seige like it is when logging on, so it's ok the way it is.

Re: Auto join Guild Siege waypoint.

Posted: Mon Mar 26, 2012 11:37 am
by jrb913
is this still working? I can't seem to get it working on my client. The message is set properly to Enter Battle, and I have the folder put in the addon folder. Is there anything else I need to do to make it work? Sorry for the trouble.

Re: Auto join Guild Siege waypoint.

Posted: Mon Mar 26, 2012 10:33 pm
by lisa
jrb913 wrote:is this still working? I can't seem to get it working on my client. The message is set properly to Enter Battle, and I have the folder put in the addon folder. Is there anything else I need to do to make it work? Sorry for the trouble.
As long as the check box is ticked (next to the Enter Battle text) then it "should" work.

What happens when seige war starts?
What is printed to the system when seige starts?

Re: Auto join Guild Siege waypoint.

Posted: Tue Mar 27, 2012 9:03 pm
by jrb913
well, siege is down today.....so i'll try again tomorrow and let you know what happens. ty for the fast reply

Re: Auto join Guild Siege waypoint.

Posted: Thu Mar 29, 2012 10:16 pm
by jrb913
Ok, it seems that I was not giving it enough time to enter siege. After waiting 10 seconds, it finally entered into siege. Is there any way you could add in a way to reduce or increase the wait time in the config frame? If so, I would greatly appreciate it.

Re: Auto join Guild Siege waypoint.

Posted: Fri Mar 30, 2012 1:30 am
by lisa
siege.lua at the very bottom of the file you will see this

Code: Select all

	if siege.Time >= 10 and siege_once == false then
		GuildHouseWarEnterButton_OnClick()
		siege_once = true
	end
change the 10 to a value greater then 1 and less than 15, that is why it waits 10 seconds.
so 2 - 14 is your choice.

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: Fri Mar 30, 2012 10:02 pm
by jrb913
I understand, and very much appreciate the info you have given.

Re: Auto join Guild Siege waypoint.

Posted: Wed Jun 06, 2012 7:26 am
by Hetrix
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 :-)