problem with effect

02/10/2018 00:32 devdash#1
i just removed the godbless effect and its working perfectly but that red text keeps pop up everytime i teleport or i restart the character
help me please to disable this red TEXT
[Only registered and activated users can see links. Click Here To Register...]


THANKS IN ADVANCED
02/10/2018 12:45 NorseGodTyr#2
ignore this only gm can see it :)
02/10/2018 15:25 ModyDev#3
This not problem :) u can see it from GM only

This problem in skilleffect code not working !!
02/10/2018 18:02 devdash#4
Quote:
Originally Posted by mialuisa View Post
ignore this only gm can see it :)
Great, i didn't knew about that, but what if i still want to fix it ? i mean i dont want to see it anymore, how can i do that? please tell me...

Quote:
Originally Posted by ModyDev View Post
This not problem :) u can see it from GM only

This problem in skilleffect code not working !!
what if i want to disable that text i mean i dont want it anymore, can u please tell me how ? i realy want to remove that red text, idk maybe there's a way to disable that item line from asking for effect so that red text never showup again...
like premium have no effect and no red text aswell
02/10/2018 21:23 leo2111#5
Add these lines into your skill effects text file:
This one to " animations side"

PHP Code:
1    AngelBless    SKILL_MALL_PP_NO    0    FALSE    0    DEFAULT    none    none    none    none    none    none    none    none    0    0,0,0,0    ONE    none    none    none    none    none    none    none    0    1 
And this line to "effects side"
PHP Code:
AngelBless    SKILL_MALL_PP_NO    ACT_L    0    FALSE    none    none    0    0    0    0    1    0,0    AT_LOOP    MOV_NONE,0,0,0    0,0,0    false,0,0,0,0,false    none    none    none    0,0,0    none    0,0,0    none    0    none    none    none 
02/10/2018 21:40 devdash#6
Quote:
Originally Posted by leo2111 View Post
Add these lines into your skill effects text file:
This one to " animations side"

PHP Code:
1    AngelBless    SKILL_MALL_PP_NO    0    FALSE    0    DEFAULT    none    none    none    none    none    none    none    none    0    0,0,0,0    ONE    none    none    none    none    none    none    none    0    1 
And this line to "effects side"
PHP Code:
AngelBless    SKILL_MALL_PP_NO    ACT_L    0    FALSE    none    none    0    0    0    0    1    0,0    AT_LOOP    MOV_NONE,0,0,0    0,0,0    false,0,0,0,0,false    none    none    none    0,0,0    none    0,0,0    none    0    none    none    none 
i will try that now and i will be back with the results.

fixed thanks guys all i had to do is removing the line from SkillEffect the second line, THANKS AGAIN ALL <3