Jump to content
  • 0

Amplify Magic Damage


x13th

Question


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

Watch this video

anyone have a solution?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   12
  • Joined:  03/08/12
  • Last Seen:  

Update your SVN :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

It's already fix? which revision?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  11/20/11
  • Last Seen:  

http://rathena.org/board/tracker/issue-5663-amplify-magic-power-not-showing-information-in-the-correct-moment/page__st__20

But I'm playing official server (pre-renewal 2010..) Magic Power matk is not showing in ALT Q :)

Same here. In pre-re its not showing

Edited by x13th
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

@pc.h

#define pc_leftside_matk(sd) \

(\

((sd)->sc.data[sC_MAGICPOWER] && (sd)->sc.data[sC_MAGICPOWER]->val4) \

?((sd)->battle_status.matk_min * 100 + 50) / ((sd)->sc.data[sC_MAGICPOWER]->val3+100) \

:(sd)->battle_status.matk_min \

)

#define pc_rightside_matk(sd) \

(\

((sd)->sc.data[sC_MAGICPOWER] && (sd)->sc.data[sC_MAGICPOWER]->val4) \

?((sd)->battle_status.matk_max * 100 + 50) / ((sd)->sc.data[sC_MAGICPOWER]->val3+100) \

:(sd)->battle_status.matk_max \

)

remove

&& (sd)->sc.data[sC_MAGICPOWER]->val4

But I'm playing official server (pre-renewal 2010..) Magic Power matk is not showing in ALT Q :)

source please...

:meow:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   12
  • Joined:  03/08/12
  • Last Seen:  

My only source is experience playing pRO (2010) my character is High Wizard :P

Edited by kyeme
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...