Jump to content

agent66

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by agent66

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