Jump to content
  • 0

Heroic valor


Fnatic

Question

14 answers to this question

Recommended Posts

  • 0

Maybe its wrong on your server ? What version u use ?

 

Here the skill from GF:

 

skill_begin skill_name = [s_hero_heroic_valor] /* [히로익 발로] */ skill_id = 1374 level = 1 operate_type = A2 magic_level = -1 self_effect = {} effect = {{p_physical_attack;{all};250;diff};{p_physical_defence;{all};500;diff};{p_resist_dispel_by_category;slot_buff;-40;per}} end_effect = {} is_magic = 1 mp_consume1 = 58 mp_consume2 = 231 item_consume = {[spirit_ore];80} cast_range = -1 effective_range = -1 skill_hit_time = 2.5 skill_cool_time = 0 skill_hit_cancel_time = 2 reuse_delay = 900 reuse_delay_lock = 1 reuse_delay_type = S activate_rate = -1 lv_bonus_rate = 0 basic_property = none abnormal_time = 120 abnormal_lv = 1 abnormal_type = hero_buff abnormal_instant = 0 irreplaceable_buff = 0 buff_protect_level = 0 attribute = {attr_none;0} trait = {trait_none} effect_point = 676 target_type = self affect_scope = pledge affect_range = 1000 affect_object = friend affect_limit = {0;0} next_action = none debuff = 0 ride_state = {@ride_none;@ride_strider;@ride_wyvern;@ride_wolf} multi_class = 1 skill_end
Link to comment
Share on other sites

  • 0

HEROIC VALOR :

 

Aggro Points: 676

Hit Time: 2500

Is Magic: Yes (true)

Item Consume Id: Spirit Ore

Item Consume Count: 80

MP Consume: 231

MP Initial Consume: 58

Operate Type: Active (OP_ACTIVE)

Reuse Delay: 900000

Skill Radius: 1000

Skill Type: BUFF

Static Reuse: Yes (true)

Target: Clan (TARGET_CLAN)

 

Effect Name: Buff

Total Time: 120 (1 Times x 120 seconds.)

        Decreases Cancel Vulnerability by 40

        Adds P.Atk by 250

        Adds P.Def by 500

Link to comment
Share on other sites

  • 0

my heroic valor stats, which decrease m atk,and c speed but why?

 

 

<skill id="1374" levels="1" name="Heroic Valor">
  <set name="mpConsume" val="289"/>
  <set name="itemConsumeId" val="3031"/>
  <set name="itemConsumeCount" val="80"/>
  <set name="hitTime" val="2500"/>
  <set name="reuseDelay" val="3600000"/>
  <set name="staticReuse" val="true"/>
  <set name="target" val="TARGET_ALLY"/>
  <set name="skillRadius" val="900"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="isMagic" val="true"/>
  <for>
    <effect count="1" name="Buff" time="14400" val="0" stackOrder="1" stackType="hero">
      <add order="0x40" stat="pAtk" val="250"/>
      <add order="0x40" stat="pDef" val="500"/>
      <sub order="0x40" stat="cancelVuln" val="40" />
    </effect>
  </for>
</skill>

Link to comment
Share on other sites

  • 0

but what to do that heroic valor not decrease m atk,and c speed

 

ohh so your problem is it doesnt decrease it?i cant really understand your issue now :D

Link to comment
Share on other sites

  • 0

where do move properly found  problem?

 

<effect count="1" name="Buff" time="14400" val="0" stackOrder="1" stackType="hero">

 

change it to:

 

<effect count="1" name="Buff" time="14400" val="0" stackOrder="1">

Link to comment
Share on other sites

  • 0

very thanks man,now its all normal ;)

 

its actually not normal since you just screwed the hero skills stackings but anyway than i close this one :D

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • i tryed to copy the admin    serverinfo.htm  to the communityboard.  the command  %onlineALL%  but it does not work.   any advice?   <html><title>Admin Server Info</title><body> <center> <table width=270> <tr> <td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td> <td width=180><center>Server Info</center></td> <td width=45><button value="Back" action="bypass -h admin_admin4" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td> </tr> </table> <br> <font color="LEVEL">General:<font><br1> <table width="270" border="0" bgcolor="444444"> <tr> <td>OS:</td> <td><font color="00FF00">%os_name%</font></td> </tr> <tr> <td>OS version:</td> <td><font color="00FF00">%os_ver%</font></td> </tr> <tr> <td>Server slots:</td> <td><font color="00FF00">%slots%</font></td> </tr> <tr> <td>Server UpTime:</td> <td><font color="00FF00">%serverUpTime%</font></td> </tr> <tr> <td>Server Time:</td> <td><font color="00FF00">%serverTime%</font></td> </tr> <tr> <td>Game Time:</td> <td><font color="00FF00">%gameTime% (%dayNight%)</font></td> </tr> <tr> <td>Pathfinding:</td> <td><font color="00FF00">%geodata%</font></td> </tr> </table> <br> <font color="LEVEL">Players:<font><br1> <table width="270" border="0" bgcolor="444444"> <tr> <td>Total players count:</td> <td><font color="00FF00">%onlineAll%</font></td> </tr> <tr> <td>Offline trade count:</td> <td><font color="00FF00">%offlineTrade%</font></td> </tr> <tr> <td>Online GM count:</td> <td><font color="00FF00">%onlineGM%</font></td> </tr> <tr> <td>Real player count:</td> <td><font color="00FF00">%onlineReal%</font></td> </tr> </table> <br> <font color="LEVEL">Memory:<font><br1> <table width="270" border="0" bgcolor="444444"> <tr> <td>Used Memory:</td> <td><font color="00FF00">%usedMem% MB</font></td> </tr> <tr> <td>Free Memory:</td> <td><font color="00FF00">%freeMem% MB</font></td> </tr> <tr> <td>Total Memory:</td> <td><font color="00FF00">%totalMem% MB</font></td> </tr> </table> </center> </body></html>  
    • IntelliJ IDE has native support for Gradle, as far as I'm aware.
    • please is any one here that can  take the surces from grable to normal eclipse and reshare it here cause i don't have any clue how to install them On Eclipse 😕  if is any one here that can understand how those surces can be instaled please any help gonna be perfect iven i can  pay bay paypal. thanks
    • Wts A/S grade gear (armors weapons jewelery) Great Wolf with top eq Kokabora lvl 55+  Baium zaken frintezza   ADENA - 1kk - 0.25$ (big stock)   I can sell grand khavatarii with noblesse and subclass with email (can be with gear or clear)    Payment by PayPal, can use middleman   PM here  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock