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. 1531
  5. 1527
  6. 1525
  7. 1519
  8. 1517
  9. 1509
  10. 1505
  11. 1502
  12. 1496
  13. 1490
  14. 1488
  15. 1448
  16. Skill cooldown table can be deleted, because it is not needed in rAthena. DROP TABLE `skillcooldown`; Not sure about other differences.
  17. 1442
  18. You've reached maximum Job Lv for the Novice class (10), so the progress bar is gone. It's perfectly normal.
  19. 1436
  20. 1430
  21. 1425
  22. 1417
  23. 1413
  24. 1408
×
×
  • Create New...