Trainer enhancement.
The other day while collecting data, I noticed something EQLive trainers do that EMU trainers dont do. Each time you train a point in a skill on live, it gives the You've become better at <insert skill>! (new value) that also displays when you increase the skill through use. I thought to myself, hey, that'd be a simple and neat addition, so here it is.
client_process.cpp - case OP_GMTrainSkill: line 944, change: Code:
if (gmskill->skillbank == 0x01) { Code:
if (gmskill->skillbank == 0x01) { Code:
else if (GetSkill(gmskill->skill_id) >= 0 && GetSkill(gmskill->skill_id) <= 251) { Code:
else if (GetSkill(gmskill->skill_id) >= 0 && GetSkill(gmskill->skill_id) <= 251) { |
All times are GMT -4. The time now is 07:56 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.