AnnieRuru 957 Posted November 12, 2015 (edited) hehehe ... I'm so happy that now mapflag also can be a plugin I think I can safely release all my custom mapflags for hercules users Download: 1.3plugin . prontera mapflag fixedaspd 150 setmf_fixedaspd "prontera", 150; all players will have fixed attack speed at 150 speed the value capped between 85~199 ... although the maximum may not actually 199, it can be battle_config.max_aspd for 1st/2nd jobs, or battle_config.max_third_aspd for 3rd jobs prontera mapflag fixedaspd 150 99 setmf_fixedaspd "prontera", 150, 99; all players except GM99 at prontera has fixed attack speed at 150 removemf_fixedaspd "prontera"; remove the fixedaspd mapflag in prontera, without using "@reloadscript" dispbottom getmf_fixedaspd( "prontera" ) +""; dispbottom getmf_fixedaspd( "prontera", 0 ) +""; dispbottom getmf_fixedaspd( "prontera", 1 ) +""; first 2 lines return the fixedaspd value, 3rd line return the GM level bypass restriction Note: since the minimum value is 85, if the mapflag is off, return 0 1.0 - plugin 1.1 - plugin - I hook wrong function, should be mapflag initialize 1.1a - - optimized some part 1.2 - plugin - update to latest revision - add GM level bypass restriction - add *setmapflagfixedaspd *removemapflagfixedaspd *getmapflagfixedaspd script command 1.3 - plugin - change *setmapflagfixedaspd into *setmf_fixedaspd ... and so on Edited October 27, 2020 by AnnieRuru 2 evilpuncker and Easycore reacted to this Quote Share this post Link to post Share on other sites
Easycore 31 Posted November 12, 2015 Cool, I really like your works Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted January 15, 2016 @@AnnieRuru if you are accepting suggestions: add a simple config with a minimum gm lvl to bypass this, great work as always! Quote Share this post Link to post Share on other sites
AnnieRuru 957 Posted March 24, 2019 1.2 - plugin - update to latest revision - add GM level bypass restriction - add *setmapflagfixedaspd *removemapflagfixedaspd *getmapflagfixedaspd script command 2 Kuroe and MikZ reacted to this Quote Share this post Link to post Share on other sites
AnnieRuru 957 Posted March 24, 2019 since some people has downloaded 1.2, has to move up a revision 1.3 - plugin - change *setmapflagfixedaspd into *setmf_fixedaspd ... and so on Quote Share this post Link to post Share on other sites
astralprojection 35 Posted April 3, 2020 Will this prevent player using modified sprite to cast faster? Quote Share this post Link to post Share on other sites