Looks like some of Canaan's scripts are broken by this update... they still activate but they don't seem to work.
The 'blocking skill cast directly' one doesn't do anything, even tho it activates.
The 'EX skill connect time' one completely breaks skill connects outright and flat out restrics things (you will get a 'cannot use X skill during cooldown' even when the conditions are right).
I'm using fearlessrevolution's launcher, but I have a feeling it'll make no diff either way.
Looks like some of Canaan's scripts are broken by this update... they still activate but they don't seem to work.
The 'blocking skill cast directly' one doesn't do anything, even tho it activates.
The 'EX skill connect time' one completely breaks skill connects outright and flat out restrics things (you will get a 'cannot use X skill during cooldown' even when the conditions are right).
I'm using fearlessrevolution's launcher, but I have a feeling it'll make no diff either way.
ex skill connect works fine for me and block skill needs you in fight
did you timed the use with the blue spark when using a skill and on certain skills there are no ex connections
Looks like some of Canaan's scripts are broken by this update... they still activate but they don't seem to work.
The 'blocking skill cast directly' one doesn't do anything, even tho it activates.
it only works while in combat, doing it out of combat still shows the counter animation.
The 'EX skill connect time' one completely breaks skill connects outright and flat out restrics things (you will get a 'cannot use X skill during cooldown' even when the conditions are right).
this was an issue even before the 1.03a* update.
Last edited by MzJ on Fri Jul 24, 2020 1:34 pm, edited 1 time in total.
Looks like some of Canaan's scripts are broken by this update... they still activate but they don't seem to work.
The 'blocking skill cast directly' one doesn't do anything, even tho it activates.
it only works while in combat, doing it out of combat still shows the counter animation.
The 'EX skill connect time' one completely breaks skill connects outright and flat out restrics things (you will get a 'cannot use X skill during cooldown' even when the conditions are right).
this was an issue even before the update.
I did it in combat in the middle of a skill connect ex, coz IMO Sanka is pretty much worthless unless you can cancel into it like that... It just posed and did nothing. Tho I didn't try with Sanka being the first skill in the chain, hm. Must try that...
Looks like some of Canaan's scripts are broken by this update... they still activate but they don't seem to work.
The 'blocking skill cast directly' one doesn't do anything, even tho it activates.
it only works while in combat, doing it out of combat still shows the counter animation.
The 'EX skill connect time' one completely breaks skill connects outright and flat out restrics things (you will get a 'cannot use X skill during cooldown' even when the conditions are right).
this was an issue even before the update.
I did it in combat in the middle of a skill connect ex, coz IMO Sanka is pretty much worthless unless you can cancel into it like that... It just posed and did nothing. Tho I didn't try with Sanka being the first skill in the chain, hm. Must try that...
i just tested with a gengetsu -> hiougi -> sanka skill connect and it still works tho
RGB code would be amazing for eyes and hair, it wouldn't be bannable but since the devs gave us a circle, i want to put in my own colors, please add that feature.
RGB code would be amazing for eyes and hair, it wouldn't be bannable but since the devs gave us a circle, i want to put in my own colors, please add that feature.
it is in the customization menue but only as 4 byte you just need to change the byte type of these to array of byte with the length 3
and then you can search online your colorcode and change the value if you want silver it should look like this then as hex "E5 E5 E5" as dec "229 229 229" the empty space must be made
i could add all rgb codes in a drop down but since i dont know what colors they are its probably better when you search them for your self and of course there is a hell lot of them too around 16,7 million colors only with the rgb
RGB code would be amazing for eyes and hair, it wouldn't be bannable but since the devs gave us a circle, i want to put in my own colors, please add that feature.
it is in the customization menue but only as 4 byte you just need to change the byte type of these to array of byte with the length 3
and then you can search online your colorcode and change the value if you want silver it should look like this then as hex "E5 E5 E5" as dec "229 229 229" the empty space must be made
i could add all rgb codes in a drop down but since i dont know what colors they are its probably better when you search them for your self and of course there is a hell lot of them too around 16,7 million colors only with the rgb
isn't it possible to have the table setup to change the address for the hair or eyes and all we have to do is just put the RGB value in? im not a coder, im good at toggling... xD
RGB code would be amazing for eyes and hair, it wouldn't be bannable but since the devs gave us a circle, i want to put in my own colors, please add that feature.
it is in the customization menue but only as 4 byte you just need to change the byte type of these to array of byte with the length 3
and then you can search online your colorcode and change the value if you want silver it should look like this then as hex "E5 E5 E5" as dec "229 229 229" the empty space must be made
i could add all rgb codes in a drop down but since i dont know what colors they are its probably better when you search them for your self and of course there is a hell lot of them too around 16,7 million colors only with the rgb
isn't it possible to have the table setup to change the address for the hair or eyes and all we have to do is just put the RGB value in? im not a coder, im good at toggling... xD
table can be like
Hair
R
G
B
Eyes (left)
R
G
B
ect..
Just change the display type of the address from 4 byte to array of byte with the length of 3 and it shows you the values like that