Jump to content

Gepard

Members
  • Posts

    392
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Gepard

  1. Adjust values of column #3 (110, HPFactor) and #4 (700, HPMultiplicator). Base MaxHP (before VIT, Baby, Upper, skills and items adjustments) is calculated as follows: MaxHPn = 35 + n * HPMultiplicator / 100 + Fn where Fn = Fn-1 + (HPFactor * n + 50) / 100 F1 = 0 n is current Base Level.
  2. See db/job_db1.txt Column #3 is HPFactor, column #4 is HPMultiplicator.
  3. You must not use variable for mapname in permanent monster spawns. $mapname,150,150 .... wrong prontera,150,150 .... OK And you must not put permanent monster spawns inside another script. map,x,y,d script ... { map,x,y monster ... //wrong }
  4. Skill cooldown table can be deleted, because it is not needed in rAthena. DROP TABLE `skillcooldown`; Not sure about other differences.
  5. You've reached maximum Job Lv for the Novice class (10), so the progress bar is gone. It's perfectly normal.
×
×
  • Create New...