这个是强行全部删除,如果有人用外挂坐药,你就把他拉到你自己设计的地图里,让他在里面劳改。想删他什么就删他什么。
) e8 P* W1 f; |8 c% Q, u9 c+ _'getsenderallitem 删除玩家身上所有同名的物品。不论数量
; X; M* D4 ]" r" A$ Ounit 删除回城;, N0 y6 ^* w2 `9 ~ T9 h
inte**ce
+ H: z( b* c+ Lfunction GetToken (aStr, aToken, aSep : String) : String;: S# A0 i* w1 Q+ w* h2 p" S
function CompareStr (aStr1, aStr2 : String) : Boolean;
+ c. u A$ c" L9 L2 x' {% \function callfunc (aText: string): string;2 O f" Q, n! d3 V
procedure print (aText: string);
e+ V& T( T3 U2 o+ p8 a1 e9 dfunction Random (aScope: integer): integer;
/ a/ ?# B/ J- s4 Z- X5 }+ Wfunction Length (aText: string): integer; R/ \% n7 U( F$ T
procedure Inc (aInt: integer);
/ {6 g6 n7 R8 W) u1 q+ |; tprocedure Dec (aInt: integer);
* I6 C% M4 R& G7 D& a0 Y0 `( Z2 L* l* Z- Yfunction StrToInt (astr: string): integer;6 c* ]7 P9 H0 w! a0 y- b
function IntToStr (aInt: integer): string;9 Y, t$ J$ _1 }" U0 F
procedure exit;
8 X* t8 h6 |- z, uprocedure OnCreate (aStr : String);
* O$ e- {5 f2 s/ x5 C( I" nimplementation$ u; K, N% L( H6 y$ ]) S
procedure OnCreate (aStr : String);
: Q! ?" j; Q9 O6 X* k0 Svar Str : String;
' f# K6 H4 a2 r0 k- t Race : Integer;3 k) b# o9 a, P' G6 k
begin Str := callfunc ('getsenderrace');
2 t$ z7 ^: X h6 x5 Z Race := StrToInt (Str);
0 N% J7 Z- h% @! O" x if Race = 1 then begin4 p! a! D- ?) C* o8 y0 ]3 c) l# u
print ('getsenderallitem 回城卷');9 N( ?* {- R; e9 f0 S
print ('getsenderallitem 玉露丸');1 `; K4 a! ^" H- s+ @' E7 n
end;+ E# Y$ I& B5 e. R) p9 e0 x
exit;
: I1 M& y" H: L: G4 l. m( { Oend;: [6 R2 v5 x4 U+ Z5 o' @
end.
. x5 ? ~; t/ L% l5 V4 d1 @$ p |