01.03.2010, 13:44
Pages: 1 2
02.03.2010, 04:34
Interesting thing: v997 is -1 if tactics phase, but as soon as you move one creature it becomes v997=1. So to prohibit casting spells during the tactic phase, the !?CM4&v997>-1; did not work if you moved someone. Had to fix it by finding the "start combat" address, 30722, and flag on left click.
02.03.2010, 12:05
somebody wrote about corrupting v997 during the round. just copy it somewhere and use this copy
02.03.2010, 12:29
What do you mean by "copy"? Store in another variable and use it from there? Interesting.
Anyway, I worked around:
Until the player clicks on "start Battle" or hit enter, no action is possible with following CM's, flagged with V136.
Anyway, I worked around:
Code:
!?CM4;
!!CM:I?v1 F?v2;
!!FU&v1<>30722/v2>0:E; **Start Battle button
!!IF&v1=30722/v2=0:V136/1;
Until the player clicks on "start Battle" or hit enter, no action is possible with following CM's, flagged with V136.
04.03.2010, 03:26
Map was updated to version 1.01
Only Map
New in version 1.01
[+] Spelling, idioms
[+] Disabled automatic wraith growth once the last invasion is triggered
[+] Disabled dialing back to Atlantis while the last invasion is triggered
[+] Fixed random wraith attacks on planets (a typo which caused a wrong message to display)
[+] Changed the class of all wraiths hero so now the same hero sprite is displayed, no matter the class
[+] Fixed corrupted v997 (tactics phase) where the hero could cast unlimited spells before starting battle
[+] Changed Teyla Heal ability to be triggered by clicking on her portrait box, as in defender mode there was a bug finding the ammo kit on the battlefield.
[+] Added in help section infos about reloading ammo during battles
[+] Removed bugged abilities from neutrals (non direct damage spells sometimes changed in direct damage spells without reason) and replaced them with immunities or bonuses.
[+] Increased the damage of the wraith guardian
[+] Corrected the merchants to exit script if player does not enter a number
[+] Corrected a typo which prevented acquiring the last parchment if not a specific building was destroyed
It should be stable now.
Added Saves from various moments:
Saves (80Mo)
Only Map
New in version 1.01
[+] Spelling, idioms
[+] Disabled automatic wraith growth once the last invasion is triggered
[+] Disabled dialing back to Atlantis while the last invasion is triggered
[+] Fixed random wraith attacks on planets (a typo which caused a wrong message to display)
[+] Changed the class of all wraiths hero so now the same hero sprite is displayed, no matter the class
[+] Fixed corrupted v997 (tactics phase) where the hero could cast unlimited spells before starting battle
[+] Changed Teyla Heal ability to be triggered by clicking on her portrait box, as in defender mode there was a bug finding the ammo kit on the battlefield.
[+] Added in help section infos about reloading ammo during battles
[+] Removed bugged abilities from neutrals (non direct damage spells sometimes changed in direct damage spells without reason) and replaced them with immunities or bonuses.
[+] Increased the damage of the wraith guardian
[+] Corrected the merchants to exit script if player does not enter a number
[+] Corrected a typo which prevented acquiring the last parchment if not a specific building was destroyed
It should be stable now.
Added Saves from various moments:
Saves (80Mo)
02.03.2011, 16:44
To be continued?
09.03.2011, 09:50
No, there is only one Mona Lisa 

18.08.2015, 22:32
Doing some graphical update to old mod. Realistic DHD dialing + other graphics, some from new interface mod.
New dialing device to open stargate, "almost" as in the movie (if only we could animate the DL) :D
New dialing device to open stargate, "almost" as in the movie (if only we could animate the DL) :D
Pages: 1 2