Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/20/19 in Posts

  1. 2 points
    Hey guys, I made some modifications and tested. Now is working, you just need apply this '.diff' file: star_gladiator_use_tk_mission.diff Ranking still working to Taekwon, Star Gladiator only get bonus hp/sp and skills if get max level of base and job. Star Gladiator don't receive the skill 'Solar, Lunar and Stellar Shadow'(SG_DEVIL). If have any bug, report to me to try fix. Good luck.
  2. 1 point
    possibly the same thing here pc.c if ((sd->job & MAPID_BASEMASK) == MAPID_TAEKWON) { // Better check for class rather than skill to prevent "skill resets" from unsetting this sd->mission_mobid = pc_readglobalreg(sd,script->add_variable("TK_MISSION_ID")); sd->mission_count = pc_readglobalreg(sd,script->add_variable("TK_MISSION_COUNT")); }
  3. 1 point
    4144

    Taek-Won Mission for Star Gladiator Class

    this line of code always will trigger skill error if ((sd->job & MAPID_UPPERMASK) != MAPID_TAEKWON || MAPID_STAR_GLADIATOR) { probably change it to this? if ((sd->job & MAPID_UPPERMASK) != MAPID_TAEKWON && (sd->job & MAPID_UPPERMASK) != MAPID_STAR_GLADIATOR) {
×
×
  • Create New...

Important Information

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