Results: 2Comments by: MosDinkey
File: Dolgubon's Lazy Writ Crafter11/09/17
For Japanese clients : How to fix jp.lua v36.8
Posted By: MosDinkey
jp.lua v36.8 does not work for crafting glyph:( v36.8ではグリフが作れません。 Japanese clients need to delete/comment-out the line 40 ~ 43 in jp.lua. Because the function "WritCreater.langParser" is defined twice. I think that the active latter one can work...
File: Dolgubon's Lazy Writ Crafter11/05/17
How to fix jp.lua v36.7
Posted By: MosDinkey
There are 2 mistakes in jp.lua v36.7. Line 18: X str = string.gsub(str, "(ノーマル)","") O str = string.gsub(str, "%(ノーマル%)","") * '()' ... 1-byte character, not 2-byte. * need '%' to escape. Line 60: X = "<契約を受諾す&#...