Jump to content
  • 0

Reflect Magic on Magic Skill & Devotion Skill


Bringer

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

problem is

 

Player 1 using GTB Card

 

Player 2 using Maya Card


When the player 1 use magic attack on player 2 using Maya Card Magic attack dmg around 200k each

but when magic attack return on Player 1 Using GTB Card the magic Damage will reduce not fully reflect damage on player 1? should me same damage on Player 2 Right?



Devotion Skill Magic Attack still By Pass Even player on Devotion Status 

 

For Example Paladin Devo on Ninja When the ninja Use Final Strike his HP goes down at 1HP and other Paladin Use Pressure on Ninja With Devo that ninja will die... but since he is on devotion status ninja down to 1hp should still be alive even if other players will attack him, as long as ninja's devo status is active and pally is alive

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  41
  • Reputation:   0
  • Joined:  06/09/13
  • Last Seen:  

It's a official behavior for magic reflect

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

problem is

 

Player 1 using GTB Card

 

Player 2 using Maya Card

When the player 1 use magic attack on player 2 using Maya Card Magic attack dmg around 200k each

but when magic attack return on Player 1 Using GTB Card the magic Damage will reduce not fully reflect damage on player 1? should me same damage on Player 2 Right?

Devotion Skill Magic Attack still By Pass Even player on Devotion Status 

 

For Example Paladin Devo on Ninja When the ninja Use Final Strike his HP goes down at 1HP and other Paladin Use Pressure on Ninja With Devo that ninja will die... but since he is on devotion status ninja down to 1hp should still be alive even if other players will attack him, as long as ninja's devo status is active and pally is alive

 

I'm not sure but try this one maybe it helps? https://rathena.org/board/topic/92610-devotion-reflect-magic-r17701/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   2
  • Joined:  06/07/12
  • Last Seen:  

Hi Radian, this changes can be done in SRC if someone else do like in rathena devotion_rdamage

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Hi Radian, this changes can be done in SRC if someone else do like in rathena devotion_rdamage

 

I think rAthena already did.. which i mentioned right here https://rathena.org/board/topic/92610-devotion-reflect-magic-r17701/?p=279841

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   2
  • Joined:  06/07/12
  • Last Seen:  

/**
 * Default Magical Reflection Behavior
 * - When reflecting, reflected damage depends on gears caster is wearing, not target (official)
 * - When disabled damage depends on gears target is wearing, not caster. (old/eathena)
 * @values 1 (enabled) or 0 (disabled)
 **/
#define MAGIC_REFLECTION_TYPE 1

/**
 * Spirit Sphere Limitation
 **/
#define MAX_SPIRITBALL 15

/**
 * when enabled, reflect damage doesn't bypass devotion (and thus damage is passed to crusader)
 * uncomment to enable
 **/
//#define DEVOTION_REFLECT_DAMAGE

/**
 * No settings past this point

Try this one.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

/**
 * Default Magical Reflection Behavior
 * - When reflecting, reflected damage depends on gears caster is wearing, not target (official)
 * - When disabled damage depends on gears target is wearing, not caster. (old/eathena)
 * @values 1 (enabled) or 0 (disabled)
 **/
#define MAGIC_REFLECTION_TYPE 1

/**
 * Spirit Sphere Limitation
 **/
#define MAX_SPIRITBALL 15

/**
 * when enabled, reflect damage doesn't bypass devotion (and thus damage is passed to crusader)
 * uncomment to enable
 **/
//#define DEVOTION_REFLECT_DAMAGE

/**
 * No settings past this point

Try this one.

 

where i can find this lines?

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