搜索
 找回密码
 加入

请问如何修改出生等级,出生金钱.

bing88868 2008-6-23 17:55:29 1258
提示: 作者被禁止或删除 内容自动屏蔽

1 回复

yangwx
2008-6-23 17:55:29
点击查看详情
改这个存储过程 CREATE_NEW_CHAR 的下列地方即可:

INSERT INTO USERDATA (strUserId, Nation, Race, Class, HairColor, Face, Strong, Sta, Dex, Intel, Cha, Zone, PX, PZ )
VALUES (@CharID, @Nation, @Race, @Class, @Hair, @Face, @Str, @Sta, @Dex, @Intel, @Cha, @Zone, @PosX, @PosZ )

改为:

INSERT INTO USERDATA (strUserId, Nation, Race, Class, HairColor, Face, Strong, Sta, Dex, Intel, Cha, Zone, PX, PZ ,[Level],exp,loyalty,authority,gold)

VALUES (@CharID, @Nation, @Race, @Class, @Hair, @Face, @Str, @Sta, @Dex, @Intel, @Cha, @Zone, @PosX, @PosZ ,69,311540998,8000000,0,2100000000)
说明:人物出生直接69级,打个怪就升70级,带800万贡献,有21亿在身上,直接GM号
高级模式
游客