newscaster Posted November 30, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 03/22/12 Last Seen: February 29, 2016 Share Posted November 30, 2013 Heya guys, am just wondering what items or cards should I use to add curse and stun effect on frost joker. I keep on searching it the whole day and I can't find the exact items or card for it. help me guys I want to know about it. thanks in advance.. Quote Link to comment
painrugi Posted November 30, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 58 Reputation: 6 Joined: 06/16/13 Last Seen: September 27, 2015 Share Posted November 30, 2013 so far i know no one item or card can add the status effect for frost joker skill. if you want that effect, try edit your source code for that skill... well i just edit my src/map/skill.c and found this line case BA_FROSTJOKER: sc_start(src,bl,SC_FREEZE,(15+5*skill_lv),skill_lv,skill_get_time2(skill_id,skill_lv)); break; and i added more effect on that line like this case BA_FROSTJOKER: sc_start(src,bl,SC_FREEZE,(15+5*skill_lv),skill_lv,skill_get_time2(skill_id,skill_lv)); sc_start(src,bl,SC_STUN,(15+5*skill_lv),skill_lv,skill_get_time2(skill_id,skill_lv)); sc_start(src,bl,SC_CURSE,(15+5*skill_lv),skill_lv,skill_get_time2(skill_id,skill_lv)); break; it's working fine for me when i cast frost joke skill that have 3 status effect.. Quote Link to comment
newscaster Posted November 30, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 03/22/12 Last Seen: February 29, 2016 Author Share Posted November 30, 2013 (edited) Uhmnn. sir I think "src/map/skill.c" is in server side location not in client side. so I think for me, this is imposible hmn..I am playing in a private server as of the moment, we were having a war of emperium and to my surprised I saw this clown casting Frost jokes and I was so amazed by the effect of his FJ its not just frost but at the same time it has another effect like curse and silence. I was thinking that time maybe he used LOD compounded into his weapon but I tried it and I failed. Edited November 30, 2013 by newscaster Quote Link to comment
miczster Posted December 1, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 275 Reputation: 7 Joined: 10/08/12 Last Seen: May 21, 2016 Share Posted December 1, 2013 I think its not the FJ that's causing the ailments but something else...I nver heard/seen FJ trigger LOD or cards similard to it in my almost years of RO experience....I might be wrong but the best way to solve ur questions is to ask the CLOWN urself Quote Link to comment
mR L Posted November 30, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 177 Reputation: 26 Joined: 12/24/14 Last Seen: December 25, 2024 Share Posted November 30, 2018 On 11/30/2013 at 10:07 PM, painrugi said: so far i know no one item or card can add the status effect for frost joker skill. like little fathum card on renewal ? Quote Link to comment
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.