I would like to create a visual item. but with an existing effect. (544) Warmth Red Sprite.
so I am testing additionally on an existing item for testing only .. I am using item 2135. After some searching I found these 2 scripts. but they do not work 100% as I would like.
{},{ set eff544,1; while(eff544==1){specialeffect2 544; sleep2 6000;} },{set eff544,0;}
however ... there are some errors ... both in console and in game ...
in play the effect is what I want. but if I give @go or warp ... it goes out temporarily. returning after a few seconds. and the most annoying thing is that if I unequip the item the effect doesn't come out ...
if I give @go or warp it always returns ...
Console Erro:
Spoiler
this other, the effect is normal. but if I give @go or warp the effect fades and doesn't come back.
Question
Sacul71
I would like to create a visual item. but with an existing effect. (544) Warmth Red Sprite.
so I am testing additionally on an existing item for testing only .. I am using item 2135. After some searching I found these 2 scripts. but they do not work 100% as I would like.
Complete Script of item 2135
2135,Shadow_Guard,Shadow Guard,12,0,,0,,0,,0,0xFFFFFFFF,2,2,32,,0,,2,{ },{ set eff544,1; while(eff544==1){specialeffect2 544; sleep2 6000;} },{set eff544,1; },{},{}
this one works as close to how I wanted to ...
{},{ set eff544,1; while(eff544==1){specialeffect2 544; sleep2 6000;} },{set eff544,0;}
however ... there are some errors ... both in console and in game ...
in play the effect is what I want. but if I give @go or warp ... it goes out temporarily. returning after a few seconds. and the most annoying thing is that if I unequip the item the effect doesn't come out ...
if I give @go or warp it always returns ...
Console Erro:
this other, the effect is normal. but if I give @go or warp the effect fades and doesn't come back.
if(isequipped(2135)) {specialeffect2 544 ;specialeffect2 590; sleep 5000;}
and because it is an effect. if anyone gets to the map. Won't see the effect. so there has to be some kind of quick refresh. please help me: S
Edited by Sacul714 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.