Jump to content

Frost joker with curse and silence effect!


newscaster

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/22/12
  • Last Seen:  

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

Link to comment

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   6
  • Joined:  06/16/13
  • Last Seen:  

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

Link to comment

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  03/22/12
  • Last Seen:  

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
Link to comment

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

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

Link to comment
  • 4 years later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   25
  • Joined:  12/24/14
  • Last Seen:  

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 ?

Link to comment

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.

×
×
  • Create New...