Jump to content

ぽろり

Members
  • Content Count

    34
  • Joined

  • Last visited

  1. removing 3rd job (quest related or not) npc will remove 3rd job in the game without actually removing it from the system.
  2. changing max_preserve = 4 * pc->checkskill(sd, WL_FREEZE_SP) + (status_get_int(&sd->bl) + sd->status.base_level) / 10; to max_preserve = 2; is a way that works for me, although you have to configure every "PreservePoints" in spellbook_db.txt to 1 since each of the skills have their own preserve points 14,1,6190 // limits cold bolt to 2 reads and 2 release.
  3. so you wanna read 2 spell books then release it 2x?
  4. src/map/skill.h #define MAX_SKILL_SPELLBOOK_DB 17 and you have to configure preserve points in db/spellbook_db.txt
  5. str = (int)(rstr + (float)dex/5 + (float)st->luk/3 + (float)((TBL_PC*)bl)->status.base_level/4); this statement carries the formula adding atk for stats str/dex/luk rstr = actual str the user has meaning 1 str = 1bAtk dex = dex/5 per bAtk st->luk/3 = luk divided by 3 per bAtk for example replacing rstr with (rstr *2) provides 2atk per str: str = (int)((rstr*2) + (float)dex/5 + (float)st->luk/3 + (float)((TBL_PC*)bl)->status.base_level/4);
  6. i think youre looking for this function status_base_atk in src/map/status.c
  7. kRO's data.grf/rdata.grf extract it.
  8. missing this file 하이위저드_남.imf or ÇÏÀÌÀ§Àúµå_³².imf from your imf folder, id say update your data.grf/rdata.grf or extract your imf folder from data and paste to your custom.grf
  9. name: 특가b alternative name: Ư°¡b its a cash shop button.
  10. いthink your stats seller does a different functions like granting permanent stat (i.e atcommands like @int, @dex @str etc..), it resets the stats used not the stat points given by statpoint.txt. statpoint.txt is your table giving the stat points for every level, although you have to change the constant values inside and you may not need the use of stat seller.
  11. db/re/statpoint.txt for renewal and db/pre-re/statpoint.txt for pre-re
  12. skill_tree.conf seems you added more skills to the super novice's skill tree.
  13. the best solution i can think of is updating you data.grf, it would be painless. else try this grf which has my effect data from my data.grf since i think this is the problem or your imf folder. https://www.mediafire.com/?i3tgg4ihfd78bgd
  14. http://herc.ws/board/topic/5695-where-to-find-full-throttle-files/ linked
  15. not found in kRO's data.grf and jRO's, its using this name instead of the old Silver coin's
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.