Page 6 of 7
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Fri Nov 30, 2018 9:41 am
by sullemunk
The way to do it in this version is to
1:st scan the first zone, then click the [+] button, then select and scan the other zone.
After that type /zonetelladd
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Fri Nov 30, 2018 10:33 am
by Sulorie
sullemunk wrote: Fri Nov 30, 2018 9:41 am
The way to do it in this version is to
1:st scan the first zone, then click the [+] button, then select and scan the other zone.
After that type /zonetelladd
Thank you.

Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Wed Jan 09, 2019 8:19 pm
by Battlefield
i saw the players made links t2 empire or t3 elf of zonepop addon and this is not /zonetelladd
i want to know how can i do that too ?? did they change part of script?
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Wed Jan 09, 2019 8:45 pm
by Sigimund
Viny maybe?
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Wed Jan 09, 2019 9:43 pm
by Battlefield
Sigimund wrote: Wed Jan 09, 2019 8:45 pmViny maybe?
what u mean?
they made link of whole zone like ostland and troll country as one t2 empire population numbers for example without /zonetelladd command
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Thu Jan 10, 2019 8:26 am
by flintboth
Thank you for the update.
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Thu Mar 14, 2019 7:42 pm
by Swat
For lazy people like me could you add something like this to next update pleassse

(stolen from MoraleCircle)
XML :>
Code: Select all
<EventHandler event="OnLButtonUp" function="ZonePOP.TellOnClick" />
LUA:>
Code: Select all
function ZonePOP.TellOnClick(flags)
if flags == SystemData.ButtonFlags.SHIFT then
ZonePOP.Tell()
elseif flags == SystemData.ButtonFlags.ALT then
ZonePOP.AddTell()
else
--if no modifier key do nothing
end
end
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Mon Mar 18, 2019 2:57 pm
by gerard86
Battlefield wrote: Wed Jan 09, 2019 9:43 pm
Sigimund wrote: Wed Jan 09, 2019 8:45 pmViny maybe?
what u mean?
they made link of whole zone like ostland and troll country as one t2 empire population numbers for example without /zonetelladd command
anyone know how to do this? im also trying to find how to combine zones, some people post the combined zonepop under like T2 Empire etc
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Mon Mar 18, 2019 3:06 pm
by Quillog
gerard86 wrote: Mon Mar 18, 2019 2:57 pmanyone know how to do this? im also trying to find how to combine zones, some people post the combined zonepop under like T2 Empire etc
Its a modified ZP version from one of the UI packs (don't know which). However, you can do this manually. Scan a zone, click the plus button and scan the second one, then post the result with /zonetelladd.
Re: [ADDON] ZonePOP 1.3.1 (Minor Update 03-07-2017)
Posted: Mon Mar 18, 2019 3:50 pm
by gerard86
Quillog wrote: Mon Mar 18, 2019 3:06 pm
gerard86 wrote: Mon Mar 18, 2019 2:57 pmanyone know how to do this? im also trying to find how to combine zones, some people post the combined zonepop under like T2 Empire etc
Its a modified ZP version from one of the UI packs (don't know which). However, you can do this manually. Scan a zone, click the plus button and scan the second one, then post the result with /zonetelladd.
it seems to be VinyUi, but dosent seem to be a way to copy the addon across to a non VinyUI setup, anyone can provide advice?