Norse Posted December 3, 2013 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
Lighta Posted January 7, 2014 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
Dori Posted January 8, 2014 Posted January 8, 2014 Please update this mod to the latest revision Quote
Hnomkeng Posted September 9, 2014 Posted September 9, 2014 (edited) update pls, i need Edited September 9, 2014 by indybigza Quote
Epsilon Posted February 20, 2015 Posted February 20, 2015 Does anyone have a patch to this that works on the latest rAthena?It would certainly be appreciated. Quote
simplexjay2 Posted July 28, 2015 Posted July 28, 2015 i already work with this in scr with no error but still not working when i put skill_mapdeny Quote
kalabasa Posted August 11, 2020 Posted August 11, 2020 Can someone kindly update this one? this is so useful and easy to use Quote
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.