CREATE_NEW_CHAR存储,此段,如下设置
假设你的坐标想设置为100,100,100- INSERT INTO USERDATA (strUserId, Nation, Race, Class, HairColor, Face, Strong, Sta, Dex, Intel, Cha, Zone, PX, PZ,PY )
- VALUES (@CharID, @Nation, @Race, @Class, @Hair, @Face, @Str, @Sta, @Dex, @Intel, @Cha, @Zone, 100, 100,100)
复制代码 |