Jump to content

Frost joker with curse and silence effect!


newscaster

Recommended Posts

Posted

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..

Posted

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..

Posted (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 by newscaster
Posted

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

  • 4 years later...
Posted
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 ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...