bing88868 发表于 2008-6-23 17:33:23

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 ,,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号
页: [1]
查看完整版本: 请问如何修改出生等级,出生金钱.