Jump to content
  • 0

Question

Posted

Hey,

All works perfect, but I don't want to have the timer.

Anyone an idea to add the Pneuma Status Icon without a timer?

stateiconinfo.lub

Spoiler

StateIconList[EFST_IDs.EFST_PNEUMA] = {
 haveTimeLimit = 1,
 posTimeLimitStr = 2,
 descript = {
  { "PNEUMA", COLOR_TITLE_BUFF },
  { "%s", COLOR_TIME },
  { "Reduce variable cast time by 80%" }
 }
}

stateiconimginfo.lub

Spoiler

[PRIORITY_WHITE] = {
  [EFST_IDs.EFST_PNEUMA] = "PNEUMA.TGA",

efstids.lub

Spoiler

EFST_PNEUMA = 997,

 

Pneuma.PNG

8 answers to this question

Recommended Posts

  • 0
Posted
StateIconList[EFST_IDs.EFST_PNEUMA] = {
 descript = {
  { "PNEUMA", COLOR_TITLE_BUFF },
  { "Reduce variable cast time by 80%" }
 }
} 

This should work, it's the same as one without time.

  • 0
Posted
11 minutes ago, Nitrous said:

StateIconList[EFST_IDs.EFST_PNEUMA] = {
 descript = {
  { "PNEUMA", COLOR_TITLE_BUFF },
  { "Reduce variable cast time by 80%" }
 }
} 

This should work, it's the same as one without time.

This is what i've now set:

Spoiler

StateIconList[EFST_IDs.EFST_PNEUMA] = {
    descript = {
        { "Pneuma", COLOR_TITLE_BUFF },
        { "Prevents any ranged combat damage." }
    }
}
 

 

 

Pneuma.PNG

  • 0
Posted (edited)

Interesting, can you show having EFST_BLESSING And EFST_WEIGHTOVER50, and what they look like in stateiconinfo.lub

What's the full path of stateiconinfo.lub

What's your client date

-------------------------

I'm sure you can get around this by sending the duration of the SI as -1 to the client.

Edited by Nitrous
  • 0
Posted (edited)

Full path: data\luafiles514\lua files\stateicon\

Client Date: 2018-02-07

status.cpp 

Spoiler

set_sc( AL_PNEUMA        , SC_PNEUMA            , SI_PNEUMA            , SCB_NONE);

Blessing:

Spoiler

StateIconList[EFST_IDs.EFST_BLESSING] = {
    haveTimeLimit = 1,
    posTimeLimitStr = 2,
    descript = {
        { "Blessing", COLOR_TITLE_BUFF },
        { "%s", COLOR_TIME },
        { "Increases DEX, INT, STR" },
        { "Recover from Curse and Stone Curse status" }
    }
}

Weight:

Spoiler

StateIconList[EFST_IDs.EFST_WEIGHTOVER50] = {
    descript = {
        { "Weight over 50%", COLOR_TITLE_DEBUFF },
        { "Disables natural HP and SP regeneration" }
    }
}

 

Pneuma.PNG

Edited by WhiteEagle

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