Norse Posted December 3, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 82 Reputation: 0 Joined: 11/30/12 Last Seen: April 2, 2023 Share Posted December 3, 2013 There is support for this source? I need it badly Map Crash when i use some skills example when i use Emergency Call. Quote Link to comment Share on other sites More sharing options...
Lighta Posted January 7, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted January 7, 2014 @clydelion, ok I just looked this diff and you have 2 major typo : - clif_colormes(sd,COLOR_RED,e_msg); + clif_colormes(sd,color_table[color_RED],e_msg); This was change since channel implementation since they where using a different color table. - if( skill_db[skill_id].mapdeny[m].deny_flag ){ + uint16 idx = skill_get_index(skill_id); + if( skill_db[idx].mapdeny[m].deny_flag ){ The array doesn't have 8K+ index like this would have be the case if idx == skill_id, In this array the skill are added without the id gap to minimize his size. (but you did the assigment right when reading he db). Nb: That functionality is quite the same as db/skill_nocast_db.txt without the need of defining some zone. Quote Link to comment Share on other sites More sharing options...
Dori Posted January 8, 2014 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 332 Reputation: 15 Joined: 12/11/11 Last Seen: August 8, 2017 Share Posted January 8, 2014 Please update this mod to the latest revision Quote Link to comment Share on other sites More sharing options...
RedRumPie Posted February 22, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 76 Reputation: 1 Joined: 01/21/14 Last Seen: September 14, 2014 Share Posted February 22, 2014 will this work on 17702? Quote Link to comment Share on other sites More sharing options...
Hnomkeng Posted September 9, 2014 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 99 Reputation: 2 Joined: 02/23/14 Last Seen: Monday at 11:49 AM Share Posted September 9, 2014 (edited) update pls, i need Edited September 9, 2014 by indybigza Quote Link to comment Share on other sites More sharing options...
Epsilon Posted February 20, 2015 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 1 Joined: 08/31/14 Last Seen: June 25, 2015 Share Posted February 20, 2015 Does anyone have a patch to this that works on the latest rAthena?It would certainly be appreciated. Quote Link to comment Share on other sites More sharing options...
Elysium Posted June 9, 2015 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 164 Reputation: 17 Joined: 03/15/12 Last Seen: October 24, 2020 Share Posted June 9, 2015 Does the patch sitll working on latest rev rA? Quote Link to comment Share on other sites More sharing options...
darking123 Posted July 7, 2015 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share Posted July 7, 2015 updates here? Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted July 28, 2015 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted July 28, 2015 i already work with this in scr with no error but still not working when i put skill_mapdeny Quote Link to comment Share on other sites More sharing options...
kalabasa Posted August 11, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted August 11, 2020 Can someone kindly update this one? this is so useful and easy to use Quote Link to comment Share on other sites More sharing options...
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.