Jump to content
  • 0

SC_DATA help!


lionheart

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  12/30/13
  • Last Seen:  

May I know what is the SC_DATA for the skill, Power Up used by monsters? (e.g: Satan Morocc, Cecil, Seyren etc...)
So that I can add them to my custom healer npc as their buff.

 

On my custom healer script, I used:

sc_start SC_EXPLOSIONSPIRITS,360000,5;

to give "Critical Explosion" buff to the players.

 

 

Please see the gif for differences below:

THE LEFT SIDE SHOWS THE POWER UP BUFF WHILE THE RIGHT SIDE SHOWS CRITICAL EXPLOSION BUFF

 

asd1_zpsjcykacmg.gif


Bump


Bump!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

Don't bump your topic unless your providing additional information.

Open your src/map/status.c and search for the skill NPC_POWERUP, and see which sc it uses.

No spoon feeding in support section.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  


SC_INCATKRATE


case NPC_POWERUP:

sc_start(src,bl,SC_INCATKRATE,100,200,skill->get_time(skill_id, skill_lv));

clif->skill_nodamage(src,bl,skill_id,skill_lv,

sc_start(src,bl,type,100,100,skill->get_time(skill_id, skill_lv)));

break;

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

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