Critica Posted March 15, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Share Posted March 15, 2012 for ex. ,( skilleffect "SL_KAITE",0; ),(),() how can i make the effect permanent? coz everytime i use warp or relog.. the effect is gone.. some says that i should use skill timer.. but im not sure how to do that.. can anyone help me pls? thank You.. =) Quote Link to comment Share on other sites More sharing options...
Brian Posted March 15, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted March 15, 2012 Check your setting in ../conf/battle/status.conf // Will certain skill status-changes be removed on logout? // This mimics official servers, where Extremity Fist's no SP regen, // Strip Equipment, and some other buffs are removed when you logout. Setting is: // 0 = remove nothing. // 1 = remove negative buffs (stripping, EF) // 2 = remove positive buffs (maximize power, steel body...) // 3 = remove both negative and positive buffs. debuff_on_logout: 3 Change it to 0 or 1 if you want positive buffs to stay when players logout. Quote Link to comment Share on other sites More sharing options...
Critica Posted March 15, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Author Share Posted March 15, 2012 Oh... no.. i meant is the effect.. like the visual not the buff.. i need the skilleffect of Kaite to be permanent when equipping some items.. this ,( skilleffect "SL_KAITE",0; ),(),() works when i eqp. the item, but when i use @warp the effect is gone.. is there a way to make it stay there and only be gone when the item is removed(uneqped.) Quote Link to comment Share on other sites More sharing options...
WhatFT Posted March 16, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted March 16, 2012 You mean like Eddga Card? Quote Link to comment Share on other sites More sharing options...
Pneuma Posted March 16, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted March 16, 2012 Nooo He wants a permanent effect like the lvl99 aura. One that will not disappear when changing maps. Which is not possible because the client refreshes every character upon entrance to a map. so even if you used it as 'while equipped, the effect would not appear to new people entering the map. Quote Link to comment Share on other sites More sharing options...
manabeast Posted March 16, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted March 16, 2012 i short cut his mean, example: Kaite Clips. (we make clips has special effect) description: who equipt kaite clips will get kaite effect. (no matter relog/warp the skill wont gone) if dispell or die just unquip and requip can get the effect back. but kinda like god mode if this skill can't cancel xD! Quote Link to comment Share on other sites More sharing options...
Critica Posted March 16, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Author Share Posted March 16, 2012 (edited) yea you just explain exactly what i wanted! !i except that dont need the skill effect (the main kaite) i only want the VISUAL effect of Kaite.. (the blurry white is this possible?? i already tried itembonus like..misceffect, skilleffect.. and other stuff.. but still not going as i planned.. ya its kinda like the eddga card.. excpt that i want is the VISUAL effect of Kaite not the skill effect.. get it?? xD in short, i need an itembonus that makes KAITE > VISUAL EFFECT permanent when eqp. this!! KAITE > SKILL EFFECT x not this.. Edited March 16, 2012 by critica Quote Link to comment Share on other sites More sharing options...
LCDTheOG Posted March 20, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 223 Reputation: 36 Joined: 12/13/11 Last Seen: February 1 Share Posted March 20, 2012 you could make it repeat the effect every 10 seconds or sumthing inside the itemscript. Quote Link to comment Share on other sites More sharing options...
Critica Posted March 22, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Author Share Posted March 22, 2012 how do i do that? Quote Link to comment Share on other sites More sharing options...
LCDTheOG Posted March 23, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 223 Reputation: 36 Joined: 12/13/11 Last Seen: February 1 Share Posted March 23, 2012 (edited) set eqpid, getequipid(1) //<---- you need to change this according to the position where the item is located if(eqpid > -1){ initnpctimer; end;} else; end; OnTimer10000: skilleffect 419,7; end; this is just a theory, i'm probably wrong.... Edited March 23, 2012 by lilcooldude69 Quote Link to comment Share on other sites More sharing options...
Question
Critica
for ex.
,( skilleffect "SL_KAITE",0; ),(),()
how can i make the effect permanent? coz everytime i use warp or relog.. the effect is gone..
some says that i should use skill timer.. but im not sure how to do that.. can anyone help me pls? thank You.. =)
Link to comment
Share on other sites
9 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.