Page 3 of 7
Re: [ADDON] ZonePOP 1.1 (Updated 21-11-2016)
Posted: Wed Dec 14, 2016 12:10 am
by sullemunk
ZonePOP 1.2
- Movable and resizable in Layout Editor
- Faster searches
-Selactable zone(s) to search, or use the current zone you are in
-Removed automatic updates on zoning/loading
ZonePOP 1.2
Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Wed Dec 14, 2016 5:29 am
by Pill
Thanks for all the work you do man. I love your addons!
Should I delete the original Zonepop file, put the new file inside the old folder, or just have them both separately in the my addons folder?
Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Wed Dec 14, 2016 8:19 am
by sullemunk
Pill wrote:Thanks for all the work you do man. I love your addons!
Should I delete the original Zonepop file, put the new file inside the old folder, or just have them both separately in the my addons folder?
Just overwrite the one you have
Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Wed Jan 04, 2017 6:10 pm
by Asktren
Think it dont work with the German Version...
Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Fri Jan 13, 2017 6:49 am
by WAR2014
just check in and wonna ask this addons covering all ppls in zone? Cuz i was checked if ticked the hide on search option, the addon didn't count me. It was tried on T1 dwarf Mt Bloodhorn. Just curious!
Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Fri Jan 13, 2017 12:42 pm
by blaqwar
The way it counts people is by searching the zone with the /who function, the hidden function hides you from /who so those people aren't included in the zonepop search.
Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Sat Jan 14, 2017 9:12 am
by WAR2014
yes, that's what i mean that. Example like some other time at t3 oRvR, 1of mate in wb said there's 3 dessies at zone, but shortly later appear more than that amount, really surprised other players and they asking where they came from

Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Mon Jan 30, 2017 10:50 pm
by Telperien
Any idea how to make macro of zonetell to type 1st /1 and paste zonetell? I want to bind it on AddonButton.
Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Mon Jan 30, 2017 11:54 pm
by sullemunk
Telperien wrote:Any idea how to make macro of zonetell to type 1st /1 and paste zonetell? I want to bind it on AddonButton.
Put this in a macro:
Code: Select all
/script ZonePOP.Tell() ; EA_ChatWindow.UpdateCurrentChannel(39) ; EA_ChatWindow.OnKeyEnter()
What this will do is:
1:st call the Zonetell function (write the results to chat), then 2:nd switch the chatchannel to T4 Realmwar (channel 39), 3:rd execute the chat throu a simulated "enter" press in chat.
Remmember to manually update zonepop before pressing the macro
Re: [ADDON] ZonePOP 1.2 (Updated 14-12-2016)
Posted: Tue Jan 31, 2017 12:45 am
by Telperien
You`re a magician:)
It works with made macro from ingame macro window, but somehow dont work if make with LibAddonButton... looks like it cant exsecute complex macros:(