UID12556
帖子
精華
主題
積分716351
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限255
註冊時間2007-9-5
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 開心 2019-8-18 04:57 PM |
---|
簽到天數: 2148 天 連續簽到: 1 天 [LV.Master]伴壇終老
|
發表於 2008-7-15 01:06:55
|
顯示全部樓層
prontera.gat,155,225,4 script 1 723,{
end;
OnInterIfInit:
hideonnpc "1";
getmapxy(.@GMAP$,.@GLocX[.@IsG],.@GLocY[.@IsG],0,.@GName$[.@IsG]);
if ( .@GLocX[.@IsG] != 148 || .@GLocY[.@IsG] != 185 ) {
set $rand,rand(100000,900000);
input $rand2;
if($rand2==$rand){
warp "N",0,0; end; }
end;
} |
|