0.56.4.655 effect problem - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: 0.56.4.655 effect problem (/Thread-0-56-4-655-effect-problem) |
0.56.4.655 effect problem - midikit - 08-02-2018 11:17 AM Problem with effect at 0.56.4.655 For example SRC.EFFECT = 3, i_fire_column, 6,100,1 A character-based fire column effect should occur, but no effect occurs And, when using spell Lightning spells also require lightning effects to be effected on the target, but they are effected to the caster Of course, chain lighting is also the same No error messages are displayed on the console Older version, 0.56.4.619, works fine with no problems RE: 0.56.4.655 effect problem - Coruja - 08-04-2018 06:50 PM after some testing I found that this problem started on build 652, it's something related to the compiler (works fine here on my PC using Visual Studio 2017, but not on Visual Studio 2015 used by the nightly compiler server) maybe this will take some time to get fixed, since the compiler doesn't show a single error/warning so all 5300 changed lines should be revised manually until I find exactly where's the problem. But anyway, until it doesn't get fixed you can use build 651 which is working fine RE: 0.56.4.655 effect problem - Coruja - 08-05-2018 11:08 AM luckily I found the problem faster than expected, its fixed on latest build 660 RE: 0.56.4.655 effect problem - midikit - 08-05-2018 01:51 PM Thank you for solving But there are still some problems. When tested at 0.56.4.660, For example SRC.EFFECT 0, i_tessen, 2,1 Standard flying object = OK SRC.EFFECT = 3, i_fire_column, 6,100,1 Character-based effect = OK src.EFFECT=4,2,0,200,1 Flash effect = OK SRC.EFFECT = 1,0,0,200,1 Lightning effect = Not work SRC.EFFECT = 2, i_fire_column, 6,100,1 Ground-based effect = Not work Spell Lightning and Chain Lighting effect = Not work RE: 0.56.4.655 effect problem - Coruja - 08-06-2018 07:05 AM nah I'm testing here on latest build 661 and all these effects seems to be working fine, try using this build to check if its working correctly RE: 0.56.4.655 effect problem - midikit - 08-06-2018 04:27 PM Thank you, Coruja But there are still spell lightning and spell chain lightning effect problems. * Lightning spells also require lightning effects to be effected on the target, but they are effected to the caster. chain lighting is also the same When tested at 0.56.4.661, For example SRC.EFFECT 0, i_tessen, 2,1 Standard flying object = OK SRC.EFFECT = 1,0,0,200,1 Lightning effect = OK SRC.EFFECT = 2, i_fire_column, 6,100,1 Ground-based effect = OK SRC.EFFECT = 3, i_fire_column, 6,100,1 Character-based effect = OK src.EFFECT=4,2,0,200,1 Flash effect = OK Spell Lightning and Chain Lighting effect = Some problem (Works in reverse) * Lightning spells also require lightning effects to be effected on the target, but they are effected to the caster. chain lighting is also the same. RE: 0.56.4.655 effect problem - Coruja - 08-07-2018 04:38 PM on latest build 663 I did even more optimizations on these internal EFFECT functions, I hope it's working fine now RE: 0.56.4.655 effect problem - midikit - 08-07-2018 06:35 PM Thank you. coruja All effect problems have been fixed at 0.56.4.663. |