Page 1 of 1

ULM and HRE Dissolution

Posted: Sat Dec 12, 2015 11:07 pm
by vicberg
I keep hearing that ULM went back to Wuerzburg with Pressburg? Can this be confirmed. There's quite a few regions going back to Bavaria (pretty much all of Tyrolia). Very easy to add ULM back to Wuerzburg within the peacesigned event.

This is the code in HRE dissolution that WILL prevent it from being dissolved and ULM is currently staying with Austria after Pressburg

SelectFaction = AUS
EvalRgnOwned = $Ulm;NOT
EvalRgnOwned = $Wuerzburg;NOT

Posted: Sat Dec 12, 2015 11:28 pm
by vicberg
It does look like

1) Ulm went to Wurttemberg
2) Uberlingen went to Baden
3) Bavaria got a gaggle
4) Italy got Venice
5) France got 3 regions but I can't find them

So I'll put something in for ULM and Uberlingen and post it

Posted: Sun Dec 13, 2015 12:27 am
by vicberg
Adding this to the evt_nam_AUS_PeaceOfPressburg_TirolCeded event.

SelectFaction = WUR
SelectRegion = $Ulm
ChangeRgnOwner = AUS;FRA;BAV
SetControl = 100

SelectFaction = BAD
SelectRegion = $Uberlingen
ChangeRgnOwner = AUS;FRA;BAV
SetControl = 100

I'll see about testing tomorrow.

Posted: Sun Dec 13, 2015 4:19 am
by MarshalJean
I can't for the life of me figure out why this script won't work. I have tried it a few times, editing a few things here or there, but this won't work for some reason...The event name is now listed as "c" because of the number of times I've tried. I began the event with SelectFaction = CMN so that everyone would see it, including me (France). But the most important part of the code is what you wrote above, vicberg.

SelectFaction = CMN

StartEvent = evt_nam_WUR_Wurttemburg_and_Baden_gainsc|1|1|NULL|NULL|NULL

SelectFaction = CMN

Actions

SelectFaction = WUR
SelectRegion = $Ulm
ChangeRgnOwner = AUS;FRA;BAV
SetControl = 100

SelectFaction = BAD
SelectRegion = $Uberlingen
ChangeRgnOwner = AUS;FRA;BAV
SetControl = 100

EndEvent

Posted: Sun Dec 13, 2015 6:25 am
by vicberg
you have a space betwen | null and should be |null. You are missing another |NULL at the end of the startevent (there should be 4 nulls). You are missing Conditions after StartEvent.