Jump to content
  • 0

Box of Resentment not showing the atk+20 in windows


nikki1200

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  10/06/13
  • Last Seen:  

Hi Sir,

 

Seeking for your assistance on why is that the box of resentment is not showing the atack +20 in the window? is this because of this?

 

{
    if(!sc || !sc->count)
        return cap_value(batk,0,USHRT_MAX);
    
    if( !viewable ){
        /* some statuses that are hidden in the status window */
        if(sc->data[sC_PLUSATTACKPOWER])
            batk += sc->data[sC_PLUSATTACKPOWER]->val1;
        return (unsigned short)cap_value(batk,0,USHRT_MAX);
    }
 
#ifndef RENEWAL
    if(sc->data[sC_PLUSATTACKPOWER])
        batk += sc->data[sC_PLUSATTACKPOWER]->val1;

 

 

Please advise,

 

Thanks,

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

yes it won't show but the effect is. script is

sc_start SC_PLUSATTACKPOWER,60000,20;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  10/06/13
  • Last Seen:  

how can i show it to windows?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

delete the row

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