管理员
- 积分
- 6846
- 金钱
- 1946
- 贡献
- 4381
- 注册时间
- 2023-11-3

|
根据下面代码可以支持更多职业的,自己看代码修改增加。 n2 f; ~9 b, R* z% k2 n
" c' i. Q5 r1 u
) F4 P' Q- D b: x" A! d) Y; }) E0 c* |7 K, @
- W. s& a* |' q$ N2 L
1 D& _0 F( e% `+ R- ----------------骑士
0 g( B1 N6 R# j- @5 X9 g" N6 @1 X - --护手 - w2 ], D4 V9 Z" S' c! a' t
- 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)5 ^, o% c Y: W2 e
- --护甲& Z; R- r% z2 v8 Y
- 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)
: n+ O. x% \ ?7 c - --护腿) G& _5 c: U' Q2 b) O6 L# G7 N# f
- 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)
- I" S5 y9 T* l3 v0 y) [4 g - --战靴
$ p$ I+ {' o( f+ o - 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)
9 n3 D. t; d9 P& P - --头盔
: o! N& d5 N' E# }4 T - 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)
0 C- d3 F* o. p6 ~% I7 C" z - --翅膀, S- _0 {6 Q+ Q0 J) ]' z* {
- 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)3 }, o7 W) X7 U
- --武器
, l% V9 k, c! ?6 E - update USER_SUIT set wIndex=26089 where character_no='DEKARON0000001' and line_no=4& t' j1 J5 U3 u$ o. P4 C
- ----------------弓箭手
6 h& [- ~# U5 @, U( |0 \, ^# ~6 p - --护手
" t1 ?0 q3 s/ n) V$ I/ M! h - 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)
! e0 s3 T! R$ U, j+ l; s4 W( f - --护甲
, R. G3 I4 ]# g; H - 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)
+ u0 U) T+ [2 u1 W3 {# S+ X3 A - --护腿
) G, H2 l; f) m% Q2 c - 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), i! ~( o' M+ g9 w/ r
- --战靴: a" Q4 e: o/ S% x0 ]: ?" D
- 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)
! Z" n! N0 Y0 r - --头盔
" [0 r$ G/ b. v& S- j - 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)
+ [ B& |2 c) ~+ S& {! o! r8 c - --翅膀! a6 ?: J3 P; i" p3 g& z
- 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)
( k/ Q6 d' A/ `- G: O! M - --武器- B1 H; Q. @ F$ q' ^
- update USER_SUIT set wIndex=30109 where character_no='DEKARON1000001' and line_no=4
- h x8 F' i) C% h0 ^ - ----------------魔法师9 ]# J7 e" ^* F" t
- --护手 [6 T! v h! e/ `1 W
- 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)/ |' q) O$ T* s. U
- --护甲' z! V6 V3 e0 |! A6 L
- 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)
5 w# ?0 w# L+ T& q1 F% w; P, s - --护腿
% H. W; @) Y! q1 x - 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)
+ W; \, {2 Y) ~! H - --战靴
$ a" k- j8 v u( q+ }( v - 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)* F( b! |1 t* c" h; ?+ O
- --头盔$ ]3 s( h: \2 p. C
- 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)$ s. ~" K" V: K5 m/ g8 i! V
- --翅膀- x+ Y& l- I9 d" |5 C
- 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)
7 d; ~- V3 y: o3 h# n - --武器) J k8 B U: O% _' Z: G! B( k$ s
- update USER_SUIT set wIndex=31599 where character_no='DEKARON2000001' and line_no=4
6 o$ \& _, F. H7 c2 W - # V( O8 b1 W" t7 a
- ----------------驱魔师
. m. i4 M3 I! v - --护手 9 H# T E$ B f* u! o9 O( ~' Q
- 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)
3 {2 W$ G7 c) d# t$ ^+ v9 ] - --护甲
4 z2 @- ^. u6 O. |& T. P. S; {7 Z - 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)
9 b2 O$ f5 B! {( K) m& x - --护腿
+ g. Y& O8 r( C - 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)
. @) U1 q! T: U/ W6 R3 V2 N1 B - --战靴
. [" \. _% E' ~- u# M* l - 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)
& C6 G, n! v3 L- r) I$ _ T8 u - --头盔
, ]0 [9 P4 l% t- i7 a7 _$ b, g - 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)( w }/ ?1 W, L! x9 }" a- W
- --翅膀9 U& H. y% @* r+ G, R7 d. \/ @
- 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: k+ l Y* Q4 |& ~; Y - --武器' r6 p2 Z8 m; ]2 _+ l0 ~8 Z
- update USER_SUIT set wIndex=26599 where character_no='DEKARON3000001' and line_no=4
* ]; @, U, U/ m3 } - ; B' Z( I0 I0 r, F
- ----------------巫师
; ^ L3 c( z# Z- J - --护手
* R8 `8 V! h- p% N$ x - 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)! {+ K& d0 i4 J: u D
- --护甲& K* c' K( u% }/ P* Y
- 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)
3 e7 H+ x; l) l$ E! t1 d4 d0 J - --护腿
4 [- Z2 s1 f, b. T' K8 _6 Q - 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)
0 E$ y' x. {0 s# ^ - --战靴# J/ [# V/ k8 ?. T; z+ l6 i
- 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)
9 }" Q% w% U2 S/ ]; f; G8 l# b - --头盔0 W+ |* e- E( s1 E q
- 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)/ [0 B; r7 ]( E& e/ Q) w
- --翅膀
- [: p3 v9 b4 v" c" M; K - 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)( D0 i! w- U7 L
- --武器
; R1 h& f" s8 m* S( { - update USER_SUIT set wIndex=32609 where character_no='DEKARON5000001' and line_no=4
( @* ~9 Q3 E5 s
% a" Y( Y9 N1 a( ~2 v- _- ----------------狂战
( x' J. G7 G: u6 {5 L1 Z! p6 [2 q) [$ V - --护手 * n. E6 f% {9 [1 A( 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)9 k4 ^! d3 \& H2 a) P$ i9 d
- --护甲
5 d! d1 e; w9 c0 K( o - 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)
5 ?+ `; d% T5 u - --护腿
, {$ j3 b4 _% F% f- e - 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)
. C0 Y) h5 ]/ \ - --战靴
0 u3 ]# i; @# {) t0 D; O0 {4 } 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)' L& O( E1 I: Y& H
- --头盔
/ K' Y+ g+ |/ I9 D0 K - 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)! i( S4 ^; X+ W) R" v0 }( C
- --翅膀
: I- ?7 ?/ a5 _% }6 K4 Y# f3 h - 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)# n; Z. \/ e P7 y' h' C
- --武器, L& N) v* ~- S& Z; T( v
- update USER_SUIT set wIndex=26599 where character_no='DEKARON5000001' and line_no=4
, S3 h) m4 n F9 R/ u( F - ; u3 u$ s) j+ x4 X# f( W
) ~: \; s& Y6 R: T4 U: k( l
复制代码 . w A1 v* r9 `! @
( k1 O% }- a1 }" c# M* I1 q" J3 T$ \; O. @7 M1 ?3 B7 e U
|
|