Pages: [1]

Author Topic: Dynamic Reset+SP Heal  (Read 236 times)

GM Seiren

  • High Gamemaster
  • TalonRO Enthusiast
  • *****
  • Online Online
  • Posts: 1883
Dynamic Reset+SP Heal
« on: November 11, 2008, 06:47:27 pm »

We've done some security updates to the server as well as some small NPC updates.

The Stat & Skill resetter is now level-based. The Stat Reset is based on your Base Level and the Skill Reset is based on your Job Level. Furthermore, it will be cheaper when you are nontrans.

The exact formulas for those who are interested:

Stat Reset Price: if (BaseLevel<=70) Price = BaseLevel * 30; else Price = BaseLevel * 40;
Skill Reset Price: if (JobLevel<=50) Price = JobLevel * 40; else Price = JobLevel * 50;
If transcendant char, price * 2.

The Healer NPC has also gotten some changes. A full HP&SP reset is now also level-based. Until level 70 nontrans it will be 10 zeny. After that it will be dependant on your level.

Once again the exact formula:

Full Heal Cost: if (BaseLevel<=70 && Nontrans) Price = 10; else Price = BaseLevel * 10;

This should make things cheaper for newer players, yet around the same as it is now for older players :)
Logged

Important links:

- Server Rules. Read them!
- Need help? Send a Support Ticket
- Alternative Sakray Patchers
- General Troubleshooting
- Got any questions? Send me a Personal Message

Review us on RMS
to help our server~

Pages: [1]