View Bug Report
error when using brackets
Bug #: 391
File: ins:Mobs2Level
Date: 04/24/14 03:34 PM
By: mra4nii
Status: Fixed
There is an problem when use brackets in custom output
/m2l set custom xp <cW>----> +<cG><1><cW>XP [level up: <cG><3><cW> <999>/<cG><2><cW> XP]
It will save in this form:
["cusXP"] = [[<cW>----> +<cG><1><cW>XP (level up: <cG><3><cW> <999>/<cG><2><cW> XP]]],
On next reload it will throw an error

My short solution is to an space at the end of custom string:
Displayer(xpString)
--- insM2L.SV.cusXP = xpString
+++ insM2L.SV.cusXP = xpString .. " "
end

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: ins - 04/27/14 02:19 AM
Cheers. Fixed in 20140426.