Jump to content

agent66

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

agent66's Achievements

Poring

Poring (1/15)

  • One Year In
  • One Month Later
  • Conversation Starter
  • Reacting Well
  • First Post

Recent Badges

0

Reputation

  1. Anybody could point me out what I need to change to make this script work for the whole party?
  2. Thank you Elysium, I was trying to search for AC_CONCENTRATION since I though AC meant archer, anyway, I actually wanted to modify the agi separetly, but thanks to you I found out that this code below change the agi stats. if(sc->data[SC_CONCENTRATE] && !sc->data[SC_QUAGMIRE]) agi += (agi-sc->data[SC_CONCENTRATE]->val3)*sc->data[SC_CONCENTRATE]->val2/100;
  3. I have tried to search for it everywhere in code, but I can't find where I can modify the amount of dex and agi gained from the skill Improve Concentration of archer.
×
×
  • Create New...