vijay30393 Posted January 14, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 114 Reputation: 0 Joined: 05/10/12 Last Seen: April 18, 2020 Share Posted January 14, 2013 (edited) Hello, i'v got this 2 wings and i want it to be a wing which players can use in WOE so that if the players cast Emergency Call skill it must cast with out any cast delay, And for thos who doesn't wear them must get a cast delay of 5 seconds. now its { bonus bAllStats,30; bonus bCastrate,-110; callfunc "XXX","Wings"; bonus bMaxSPrate,-15; bonus bDefEle,Ele_Ghost; },{ misceffect 135; sc_start4 SC_ENDURE,60000,10,0,0,1; },{ sc_end SC_ENDURE; } and bonus bCastrate,-110 is not instant casting anyway. If any one know the code please share, advance thanks. Edited January 15, 2013 by vijay30393 Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 15, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Yesterday at 05:27 AM Share Posted January 15, 2013 trunk/db/re/skill_castnodex_db.txt // <Skill id>,<Cast>,<Delay (optional)> // // Cast: 0 - everything affects the skill's cast time // 1 - skill's cast time is not affected by dex // 2 - skill's cast time is not affected by statuses (Suffragium, etc) // 4 - skill's cast time is not affected by item bonuses (equip, cards) refer above part and adjust the settings... currently it's not affected by any skills / buff ... dex...bonus.... LOL...you make me accidently posted at here.. >.< Quote Link to comment Share on other sites More sharing options...
vijay30393 Posted January 15, 2013 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 114 Reputation: 0 Joined: 05/10/12 Last Seen: April 18, 2020 Author Share Posted January 15, 2013 10013,7 //GD_EMERGENCYCALL What should i modify here? Problem fixed, edited it 10013,3 Thanks emistry ^^ Quote Link to comment Share on other sites More sharing options...
Question
vijay30393
Hello, i'v got this 2 wings and i want it to be a wing which players can use in WOE so that if the players cast Emergency Call skill it must cast with out any cast delay,
And for thos who doesn't wear them must get a cast delay of 5 seconds.
now its { bonus bAllStats,30; bonus bCastrate,-110; callfunc "XXX","Wings"; bonus bMaxSPrate,-15; bonus bDefEle,Ele_Ghost; },{ misceffect 135; sc_start4 SC_ENDURE,60000,10,0,0,1; },{ sc_end SC_ENDURE; }
and bonus bCastrate,-110 is not instant casting anyway.
If any one know the code please share, advance thanks.
Edited by vijay30393Link to comment
Share on other sites
2 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.