Jump to content
  • 0

SC_DATA help!


Question

Posted

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!

2 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted


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;

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.

  • Recently Browsing   0 members

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