Lafı uzatmayı sevmem...
bu kod ıle human kucuk warıor-human kız
warıor-erkek priest-erkek mage-karus erkek priest in oyuna baslarken statları
aynı olacak...
CREATE_NEW_CHAR
procunda
Kod:
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 )
bunu bulunuz ve altına altta werdıklerımı ctrl+v yapınız ok
deyınız.
Kod:
update userdata set Class = 106 , strong = '75' , dex = '60' , intel = '50' , sta = '65' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 108 , strong = '60' , dex = '80' , intel = '50' , sta = '60' , [level] = '1' , hp ='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 110 , strong = '50' , sta = '60' , cha = '70' , dex = '60' , intel = '70' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 112 , strong = '70' , sta = '60' , intel = '60' , dex = '50' , [level] = '1' where struserid = @CharID
update userdata set Class = 206 , strong = '75' , dex = '60' , intel = '50' , sta = '65' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 208 , strong = '60' , dex = '80' , intel = '50' , sta = '60' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 210 , strong = '50' , sta = '60' , cha = '70' , dex = '60' , intel = '70' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 212 , strong = '70' , sta = '60' , intel = '60' , dex = '50' , [level] = '1' , hp='100' ,mp='100' ,exp = '100' where struserid = @CharID
Kolay gelsın ...
__________________
bu kod ıle human kucuk warıor-human kız
warıor-erkek priest-erkek mage-karus erkek priest in oyuna baslarken statları
aynı olacak...
CREATE_NEW_CHAR
procunda
Kod:
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 )
bunu bulunuz ve altına altta werdıklerımı ctrl+v yapınız ok
deyınız.
Kod:
update userdata set Class = 106 , strong = '75' , dex = '60' , intel = '50' , sta = '65' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 108 , strong = '60' , dex = '80' , intel = '50' , sta = '60' , [level] = '1' , hp ='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 110 , strong = '50' , sta = '60' , cha = '70' , dex = '60' , intel = '70' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 112 , strong = '70' , sta = '60' , intel = '60' , dex = '50' , [level] = '1' where struserid = @CharID
update userdata set Class = 206 , strong = '75' , dex = '60' , intel = '50' , sta = '65' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 208 , strong = '60' , dex = '80' , intel = '50' , sta = '60' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 210 , strong = '50' , sta = '60' , cha = '70' , dex = '60' , intel = '70' , [level] = '1' , hp='100' ,mp='100' ,exp = '1' where struserid = @CharID
update userdata set Class = 212 , strong = '70' , sta = '60' , intel = '60' , dex = '50' , [level] = '1' , hp='100' ,mp='100' ,exp = '100' where struserid = @CharID
Kolay gelsın ...
__________________