管理员
- 积分
- 7723
- 金钱
- 2247
- 贡献
- 4905
- 注册时间
- 2023-11-3

|
根据下面代码可以支持更多职业的,自己看代码修改增加。- H5 s/ @' K/ m6 S5 ?- ~3 j7 L, T
4 z# Y' R& w% i1 I
8 ~! Y% l$ q' G. Z: n2 `% S* }) j7 ~6 [! J1 o" g7 p
5 {" j3 [/ h9 l. r7 B
& v% {1 N/ a1 ?" ~) `2 G; _6 ]- ----------------骑士
* J# t8 p! h7 I8 W- N% m( L1 ` - --护手 % i }( ?5 j& C& X$ \$ z8 i
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON0000001',11,0,10559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x); a' s0 o- ^' x2 I4 _
- --护甲
" V: U) f8 @: q* H/ S - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON0000001',9,0,12059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
" Q3 @7 R+ |3 N8 ^! O/ q - --护腿7 d N( E4 A) U
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON0000001',10,0,10059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)/ K( }- g$ e+ i" D' i
- --战靴8 q7 O* d. x3 y$ p( v7 c4 R
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON0000001',12,0,11559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
# ^8 T8 D0 O2 H8 w. w" u - --头盔 {0 S' {8 A+ z5 Y. `; [2 }* O
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON0000001',8,0,11059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)# \/ C+ p- O! c
- --翅膀: L4 n# j, L- |
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON0000001',19,0,50001,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)) v1 W! l$ H$ D _3 N: @
- --武器
0 I& A, D0 Y% T% o - update USER_SUIT set wIndex=26089 where character_no='DEKARON0000001' and line_no=4& h6 h" k% _. t& ~( P
- ----------------弓箭手
/ X* A. e( J" B4 f+ | - --护手 " W5 t d2 q4 y
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON1000001',11,0,13059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
' G: y4 ]8 H/ X9 P# u7 h* _ - --护甲
7 F: E/ K' a, y - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON1000001',9,0,14559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
, E0 e+ Z G5 O9 V$ z M( j) E" y - --护腿
: h6 J; s+ J- T) T - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON1000001',10,0,12559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
) ?& M" p, `9 V' m8 P& } - --战靴
+ [, t# M8 s1 n8 H* J: E) X - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON1000001',12,0,14059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)4 P M' F0 m: @/ J6 ]
- --头盔0 y! j5 x% G1 |* v2 N- E6 ^
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON1000001',8,0,13559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x). F4 [, H2 ?: _4 q
- --翅膀' M; ?+ A5 L% U) r7 `: K# ~
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON1000001',19,0,50801,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
9 X. u& f3 x+ Z - --武器3 V$ S( L2 }9 t0 ?# o) j
- update USER_SUIT set wIndex=30109 where character_no='DEKARON1000001' and line_no=4
* R7 I7 e9 T3 t1 R2 C: F7 ` - ----------------魔法师# \! i" r# \ v2 a% `* r- `
- --护手 c1 W. E9 X- o" N, L5 D
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON2000001',11,0,15559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)/ ]3 `! W8 y3 b* z8 p
- --护甲9 g# K' N! d- Z" X4 b: H# n
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON2000001',9,0,17059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
. ^0 ]+ U' W1 N# Q3 w - --护腿
5 k0 l! v* V* C - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON2000001',10,0,15059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
/ r3 X4 d; w7 y - --战靴
1 P" } }" [0 }+ O8 l' j8 O - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON2000001',12,0,16559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)! x5 u }4 i: b6 H. l
- --头盔
, N1 M" ~/ h& T+ f7 l; l - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON2000001',8,0,16059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
8 ~( ~+ C& q! [4 `0 D) l - --翅膀# i. h. J* y) u/ Q* h4 Q
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON2000001',19,0,51601,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)* L; l0 e% h8 l( L3 p7 E, m
- --武器
" h' b& ~& i& R8 l( a* L1 y - update USER_SUIT set wIndex=31599 where character_no='DEKARON2000001' and line_no=42 W4 k8 a7 c: D- ?; W5 |: N
- ; k; T- v3 s. {
- ----------------驱魔师: q k: C! d5 L$ w; ^8 P2 H" ~3 A5 |) c/ q2 R
- --护手 4 s3 c* H- H, X7 P* ]" {
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',11,0,18059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)$ U) v3 M# G4 m, j; t" u* E" u. L# R
- --护甲
* }9 ^ w" Y% Z F* O; F, P - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',9,0,19559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)- M4 F: D6 y. m0 i. t' N. J
- --护腿
' W' W8 D& u& V. O- y2 ]5 } - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',10,0,17559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
5 p" _* P8 e* w4 G, } n - --战靴7 H1 `) t- @+ C" a
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',12,0,19059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)6 V4 D4 `) U7 _" ~
- --头盔
# ~: P! H8 @7 ?, ~' a, m6 P - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',8,0,18579,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
- o8 |6 `+ d9 A( p$ }& J7 B! e) A - --翅膀% L2 r7 p6 e: z* u* H' n3 U
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',19,0,52401,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
8 h" R( K! n! h7 i- h, c) a; l. G - --武器
+ C. z$ ~3 R! E$ }3 t: i# E - update USER_SUIT set wIndex=26599 where character_no='DEKARON3000001' and line_no=4
: M, y6 q7 S# W8 d8 v9 b! R
/ C# @! ^% r+ L* Y$ F- ----------------巫师
& Z2 x( p9 Q6 A" I - --护手
# O0 c3 G( N/ o/ g8 u% p6 ~ - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON4000001',11,0,20559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)& q, L/ I: T5 z1 E% K9 N
- --护甲
" v0 ?' H. O4 I @0 I - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON4000001',9,0,22059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)1 _2 S% l9 {- x
- --护腿
; ^) X& V: j2 [1 G - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON4000001',10,0,20059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
' V2 j! U* @* ?; E) ^8 v - --战靴/ R2 r7 m: ]4 G9 x' G4 o; F* g' E
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON4000001',12,0,21559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
; ?& ^0 N8 a& W6 t1 g+ Z$ p4 Q - --头盔) Y. n3 V" X) T- l( E
- INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON4000001',8,0,21059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)! M, [6 K6 d# f3 f% V+ I
- --翅膀
+ [" u% V' v" H5 } - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',19,0,53201,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)+ Q' {; r& B: e* h$ v( ~: l
- --武器7 [: G4 \+ Q6 Y1 b$ ^' l
- update USER_SUIT set wIndex=32609 where character_no='DEKARON5000001' and line_no=4* C2 k% w! a/ ]
- ) B6 W8 z7 t4 U$ v1 y T# _0 W7 x X
- ----------------狂战# J) [5 u: m- |- I
- --护手
% c. ]7 F6 g: H; F, I - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',11,0,18059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)9 W* a! [# ?, ?8 F) H( M
- --护甲
* Z0 A! ~+ s: J- E8 o9 G% L - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',9,0,19559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
+ b: J! s2 E; N* d# C! D# p: t+ H - --护腿
3 G x K: z3 j+ `; i - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',10,0,17559,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
X9 s1 S8 V% q7 H - --战靴
t6 p1 Q8 X* u7 ~' I$ t - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',12,0,19059,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
`+ v6 w; Z: T$ X" k) e; Z+ q - --头盔
M6 Z/ Y* J/ K5 a+ e4 [ - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',8,0,18579,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
/ H2 e) D7 v7 E2 q+ Y2 T' @2 X - --翅膀
+ }& m6 i- m8 X4 l - INSERT INTO USER_SUIT (character_no,line_no,byHeader,wIndex,dwSerialNumber,info,upt_time,reg_bindate,exp_bindate) VALUES ('DEKARON3000001',19,0,52401,0x00000000000000000000000000000000,0x,'2005-10-19 14:12:50',0x,0x)
+ m' o6 {, ^* e3 S1 G; z* S - --武器9 f+ F" W& v' x" z: j
- update USER_SUIT set wIndex=26599 where character_no='DEKARON5000001' and line_no=4. N& G: `& |; W
4 p* X' N( g+ Z5 o" ]# p: _% F8 P- 6 `3 T3 i) C5 I9 t
复制代码
# e4 ~ G- K) e' d# W0 A4 u% |$ n# J5 ]$ _4 U0 s6 _
; W" I# W; }) I$ K/ ?$ \6 V |
|