covid19gametime Posted May 15, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 05/15/20 Last Seen: November 10, 2020 Share Posted May 15, 2020 Hello all Was directed here from the RMS forums to ask this question. does anyone have a fix for this error faced? getting this whenever i try to cast homunculus skills like caprice can't find a solution anywhere through searching and some responses in this forum had links to solutions but those links are pretty much dead note: have already patched kRO and that fixed the error for vanilmirth's bio explosion but still facing it for caprice! Quote Link to comment Share on other sites More sharing options...
0 Naruto Posted May 15, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted May 15, 2020 need to edit skillinfolist.lub and make sure the range is correct otherwise youll pop that error on some skills 1 Quote Link to comment Share on other sites More sharing options...
0 covid19gametime Posted May 15, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 05/15/20 Last Seen: November 10, 2020 Author Share Posted May 15, 2020 4 hours ago, Naruto said: need to edit skillinfolist.lub and make sure the range is correct otherwise youll pop that error on some skills thanks for your reply! do you happen to have a fixed skillinfolist.lub file? how to find out what's the correct range? Quote Link to comment Share on other sites More sharing options...
0 Naruto Posted May 15, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted May 15, 2020 5 hours ago, covid19gametime said: thanks for your reply! do you happen to have a fixed skillinfolist.lub file? how to find out what's the correct range? fixed no but it should fix your problem if you change it to the official settings or just trying to match whatever the range in the DB is that error is fairly common with the more compicated skills but thats how ive fix it Quote Link to comment Share on other sites More sharing options...
0 iamjhigz Posted May 22, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 28 Reputation: 1 Joined: 08/12/17 Last Seen: April 7 Share Posted May 22, 2020 @Naruto sir did you also know how to fix homunculus on song? i can't find anyone reporting it. Homun + bragi = OverPower. Quote Link to comment Share on other sites More sharing options...
0 Naruto Posted May 22, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted May 22, 2020 probably just need to add a if bl_hom tag and return 0 to this section near the top with the others case UNT_WHISTLE: case UNT_ASSASSINCROSS: case UNT_POEMBRAGI: case UNT_APPLEIDUN: case UNT_HUMMING: case UNT_DONTFORGETME: case UNT_FORTUNEKISS: case UNT_SERVICEFORYOU: if (sg->src_id==bl->id && !(sc && sc->data[SC_SPIRIT] && sc->data[SC_SPIRIT]->val2 == SL_BARDDANCER)) return 0; if (!sc) return 0; if (!sce) sc_start4(ss, bl,type,100,sg->skill_lv,sg->val1,sg->val2,0,sg->limit); else if (sce->val4 == 1) { //Readjust timers since the effect will not last long. sce->val4 = 0; //remove the mark that we stepped out delete_timer(sce->timer, status_change_timer); sce->timer = add_timer(tick+sg->limit, status_change_timer, bl->id, type); //put duration back to 3min } break; Quote Link to comment Share on other sites More sharing options...
Question
covid19gametime
Hello all
Was directed here from the RMS forums to ask this question.
does anyone have a fix for this error faced?
getting this whenever i try to cast homunculus skills like caprice
can't find a solution anywhere through searching
note: have already patched kRO and that fixed the error for vanilmirth's bio explosion but still facing it for caprice!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.