First time logging in since the new update. My equipment swap macros no longer work (non-spellcast, just basic "/console exec tp.txt" and such). How do I fix this?
First time logging in since the new update. My equipment swap macros no longer work (non-spellcast, just basic "/console exec tp.txt" and such). How do I fix this?
Just upgraded to Windower 4...how do I make it not maximized?
Doing these seekers quests reminded me how much I enjoy the storyline in this game, so I want to go finish all the other quests that I haven't yet. Does anyone have an excel file or google spreadsheet of a checklist to make it easier? If not I might make one for anyone who wants one![]()
Has all known quests that we are aware of from the initial .dat mine:
https://www.bg-wiki.com/bg/March_201...Update_Changes
It's not up to date anymore, I stopped updating it some time around like the middle of WoG. But you could use this on your own BGWiki page or something or just at least use it as a list.
https://www.bg-wiki.com/bg/User:Gwyn
So since im wierd, one of the first things I wanted to do with SoA is to get all the new warp locations.
During the first mission of SoA youre asked to go to a new location, however when you "activate" it, it doesnt appear as a warpable options from Anastase.
Does anyone know if this is by design, that they arent warpable locations? Or does something else need to be done in order to use them? Perhaps since I touched it as part of a mission it, it didnt actually activate.
This has probably been asked a thousand times already, but Windower4 isn't actually...windowing....for me, although everything else seems to work and I can at least alt-tab out. How do I fix this?
Is the chocobo shirt code region locked too?
Can someone give me a quick explanation on what the differences are between moghancement/moglification/mega moglification?
All you care about is mega.
Synergy stall gives you +5 skill.
The others used to do something in the past, but they changed it, and no one really knows wtf they do now.
According to Rocl you can redo the run to them quest, but they don't allow you to warp to them.
Dunno if this is appropriate for the spellcast thread since this is a pretty basic question afaik. I want to make my TP set in my spellcast have my helm and waist be varied based on whether I have double marches or not. How do I write a rule for this?
I tried this, but it made it so that it swaps the helm/waist when I only have one march and then it doesn't swap back when it wears off.
Code:<if buff="March|March"> <var cmd="set NINTPHead Usk. Somen +1" /> <var cmd="set NINTPWaist Windbuffet Belt" /> </if> <else> <var cmd="set NINTPHead Iga Zukin +2" /> <var cmd="set NINTPWaist Patentia Sash" /> </else>