sandbox Posted March 25, 2014 Posted March 25, 2014 Should strmobinfo be dropped in the script engine? Don't we have getmonsterinfo already? Besides, its scope is much wider since strmobinfo can only return up to the job exp of the monster.
Euphy Posted March 25, 2014 Posted March 25, 2014 And then there's the issue of backwards compatibility. 'strmobinfo' is ancient. Is it worth breaking a ton of old scripts to save 30 lines of code?
sandbox Posted March 26, 2014 Author Posted March 26, 2014 I'll try to submit a PR in the future regarding the files that still use strmobinfo script
Euphy Posted March 26, 2014 Posted March 26, 2014 I'll try to submit a PR in the future regarding the files that still use strmobinfo script I'm referring to users' custom scripts. It was a pretty popular command.
Cydh Posted May 26, 2014 Posted May 26, 2014 then, use BUILDIN_DEF2(getmonsterinfo,"strmobinfo","ii");
Recommended Posts