This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The format of the guid changed, so some changes are needed.Change the lines 650 and 690local vNpcid = tonumber(vGuid:sub(-12, -9), 16)tolocal p1, p2, p3, p4, p5, p6, p7 = strsplit("-", vGuid)local vNpcid = tonumber(p6)
To post a comment, please login or register a new account.