亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? game.pas

?? 仙境傳說(RO)私人服務器端源代碼。第一次上傳。
?? PAS
?? 第 1 頁 / 共 5 頁
字號:
					end else if (Copy(str, 1, 7) = 'ccolor ') and ((DebugCMD and $0040) <> 0)  and (tid.ChangeColorStyle = 1) then begin						//暈偺怓曄峏						Val(Copy(str, 8, 256), i, k);						if (k = 0) and (i >= 0) and (i <= 77) then begin							tc.ClothesColor := i;							WFIFOW(0, $00c3);							WFIFOL(2, tc.ID);							WFIFOB(6, 7);							WFIFOB(7, i);							SendBCmd(tm, tc.Point, 8);						end;{敮怓曄峏捛壛}					end else if (Copy(str, 1, 7) = 'hcolor ') and (tid.ChangeColorStyle = 1) then begin						//敮偺怓曄峏						Val(Copy(str, 8, 256), i, k);						if (k = 0) and (i >= 0) and (i <= 8) then begin							tc.HairColor := i;							WFIFOW(0, $00c3);							WFIFOL(2, tc.ID);							WFIFOB(6, 6);							WFIFOB(7, i);							SendBCmd(tm, tc.Point, 8);						end;          end else if (Copy(str, 1, 7) = 'hstyle ') and (tid.ChangeColorStyle = 1) then begin						//敮偺怓曄峏						Val(Copy(str, 8, 256), i, k);						if (k = 0) and (i >= 0) and (i <= 19) then begin							tc.Hair := i;							WFIFOW(0, $00c3);							WFIFOL(2, tc.ID);							WFIFOB(6, 1);							WFIFOB(7, i);							SendBCmd(tm, tc.Point, 8);						end;{敮怓曄峏捛壛僐僐傑偱}					end else if (Copy(str, 1, 3) = 'die') and ((DebugCMD and $0080) <> 0) and (tid.KillDieAlive = 1) then begin						//帺嶦						tc.HP := 0;						tc.Sit := 1;						SendCStat1(tc, 0, 5, tc.HP);						WFIFOW(0, $0080);						WFIFOL(2, tc.ID);						WFIFOB(6, 1);						Socket.SendBuf(buf, 7);            WFIFOW( 0, $0080);            WFIFOL( 2, tc.ID);            WFIFOB( 6, 1);            SendBCmd(tm, tc.Point, 7);					end else if (Copy(str, 1, 5) = 'alive') and ((DebugCMD and $0100) <> 0) and (tid.KillDieAlive =1 ) then begin						//惗偒曉傝						tc.HP := tc.MAXHP;						tc.SP := tc.MAXSP;						tc.Sit := 3;						SendCStat1(tc, 0, 5, tc.HP);						SendCStat1(tc, 0, 7, tc.SP);						WFIFOW( 0, $0148);						WFIFOL( 2, tc.ID);						WFIFOW( 6, 100);						SendBCmd(tm, tc.Point, 8);					end else if (Copy(str, 1, 5) = 'item ') and ((DebugCMD and $0200) <> 0) and (tid.ItemSummon = 1) then begin						//傾僀僥儉嶌惉						sl := TStringList.Create;						sl.DelimitedText := Copy(str, 6, 256);						if sl.Count = 2 then begin							Val(sl.Strings[0], i, k);							if k <> 0 then continue;							if ItemDB.IndexOf(i) = -1 then continue;							Val(sl.Strings[1], j, k);							if k <> 0 then continue;							if (j <= 0) or (j > 30000) then continue;							td := ItemDB.IndexOfObject(i) as TItemDB;							if tc.MaxWeight >= tc.Weight + cardinal(td.Weight) * cardinal(j) then begin								k := SearchCInventory(tc, i, td.IEquip);								if k <> 0 then begin									if tc.Item[k].Amount + j > 30000 then continue;									if td.IEquip then j := 1;									//傾僀僥儉捛壛									tc.Item[k].ID := i;									tc.Item[k].Amount := tc.Item[k].Amount + j;									tc.Item[k].Equip := 0;									tc.Item[k].Identify := 1;									tc.Item[k].Refine := 0;									tc.Item[k].Attr := 0;									tc.Item[k].Card[0] := 0;									tc.Item[k].Card[1] := 0;									tc.Item[k].Card[2] := 0;									tc.Item[k].Card[3] := 0;									tc.Item[k].Data := td;									//廳検捛壛									tc.Weight := tc.Weight + cardinal(td.Weight) * cardinal(j);									WFIFOW( 0, $00b0);									WFIFOW( 2, $0018);									WFIFOL( 4, tc.Weight);									Socket.SendBuf(buf, 8);									//傾僀僥儉僎僢僩捠抦									SendCGetItem(tc, k, j);								end;							end else begin								//廳検僆乕僶乕								WFIFOW( 0, $00a0);								WFIFOB(22, 2);								Socket.SendBuf(buf, 23);							end;						end;						sl.Free();					end else if (Copy(str, 1, 7) = 'option ') and ((DebugCMD and $0400) <> 0) and (tid.ChangeOption = 1) then begin						if Copy(str, 8, 5) = 'sight' then begin							tc.Option := tc.Option or 1;						end else if ((tc.JID = 5) or (tc.JID = 10)) and (Copy(str, 8, 4) = 'cart') then begin							tc.Option := tc.Option or 8;							//僇乕僩僨乕僞憲怣{捛壛}				SendCart(tc);						end else if (tc.JID = 11) and (Copy(str, 8, 6) = 'falcon') then begin							tc.Option := tc.Option or $10;						end else if ((tc.JID = 7) or (tc.JID = 14)) and (Copy(str, 8, 4) = 'peko') then begin							tc.Option := tc.Option or $20;						end else if Copy(str, 8, 3) = 'off' then begin							tc.Option := 0;						end;						WFIFOW(0, $0119);						WFIFOL(2, tc.ID);						WFIFOW(6, 0);						WFIFOW(8, 0);						WFIFOW(10, tc.Option);						WFIFOB(12, 0);						SendBCmd(tm, tc.Point, 13);					end else if (Copy(str, 1, 7) = 'refine ') and ((DebugCMD and $0800) <> 0) and (tid.Refine = 1)  then begin						//憰旛拞偺晲婍杊嬶傪惛楤						Val(Copy(str, 8, 256), j, k);						if (k <> 0) or (j < 0) or (j > 10) then continue;						for i := 1 to 100 do begin							if (tc.Item[i].ID <> 0) and (tc.Item[i].Amount <> 0) and tc.Item[i].Data.IEquip and								 (tc.Item[i].Equip <> 0) then begin								tc.Item[i].Refine := byte(j);								WFIFOW(0, $0188);								WFIFOW(2, 0);								WFIFOW(4, i);								WFIFOW(6, word(j));								Socket.SendBuf(buf, 8);							end;						end;						WFIFOW(0, $019b);						WFIFOL(2, tc.ID);						WFIFOL(6, 3);						SendBCmd(tm, tc.Point, 10, tc);						CalcStat(tc);						SendCStat(tc);					end else if (Copy(str, 1, 5) = 'unit ') and ((DebugCMD and $1000) <> 0) and (tid.AutoRawUnit = 1) then begin						//僗僉儖岠擻抧昞帵僥僗僩						Val(Copy(str, 6, 256), j, k);						if (k <> 0) or (j < 0) or (j > 999) then continue;						SetSkillUnit(tm, tc.ID, Point(tc.Point.X + 1, tc.Point.Y - 1), timeGetTime(), j, 1, 10000);					end else if (Copy(str, 1, 5) = 'stat ') and ((DebugCMD and $2000) <> 0) and (tid.ChangeOption = 1) then begin						//0x0119僷働僥僗僩						sl := TStringList.Create;						sl.DelimitedText := Copy(str, 6, 256);						try							if sl.Count <> 4 then continue;							Val(sl.Strings[0], i, ii);							if ii <> 0 then continue;							Val(sl.Strings[1], j, ii);							if ii <> 0 then continue;							Val(sl.Strings[2], k, ii);							if ii <> 0 then continue;							Val(sl.Strings[3], l, ii);							if ii <> 0 then continue;							WFIFOW(0, $0119);							WFIFOL(2, tc.ID);							WFIFOW(6, i);							WFIFOW(8, j);							WFIFOW(10, k);							WFIFOB(12, l);							SendBCmd(tm, tc.Point, 13);						finally							sl.Free();						end;					end else if (Copy(str, 1, 4) = 'raw ') and ((DebugCMD and $2000) <> 0) and (tid.AutoRawUnit = 1) then begin						//擟堄僷働僥僗僩						sl := TStringList.Create;						sl.DelimitedText := Copy(str, 5, 256);						try							if (sl.Count = 0) then continue;							for i := 0 to sl.Count - 1 do begin								WFIFOB(i, StrToInt('$' + sl.Strings[i]));							end;							Socket.SendBuf(buf, i);						finally							sl.Free();						end;        end else if (Copy(str, 1, 6) = 'server') then begin           str2 := 'darkWeiss Version 2.9.0.1 -- http://dweiss.sigh.org/forum/';
           DebugOut.Lines.Add(str2);
           w := 200;           WFIFOW(0, $009a);           WFIFOW(2, w);           WFIFOS(4, str2, w - 4);           tc.Socket.SendBuf(buf, w);          end else if (Copy(str, 1, 7) = 'statall') and ((DebugCMD and $4000) <> 0) and (tid.ChangeStatSkill = 1) then begin						  for i := 0 to 5 do begin						  tc.ParamBase[i] := 99;					    end;					    tc.StatusPoint := 1000;              CalcStat(tc);              SendCStat(tc);              SendCStat1(tc, 0, $0009, tc.StatusPoint);						  DebugOut.Lines.Add('DEBUG* Added all stats to ' + tc.Name);          end else if (Copy(str, 1, 12) = 'changeskill ') and ((DebugCMD and $4000) <> 0) and (tid.ChangeStatSkill = 1) then begin            sl := TStringList.Create;						sl.DelimitedText := Copy(str, 13, 256);						if sl.Count = 2 then begin							Val(sl.Strings[0], i, k);							if k <> 0 then continue;							Val(sl.Strings[1], j, k);							if k <> 0 then continue;            if ((i >= 0) and (i <= 157)) or ((i >= 210) and (i <= 330)) then begin            if (j > tc.Skill[i].Data.MasterLV) then j := tc.Skill[i].Data.MasterLV;           tc.Plag := i;           tc.PLv := j;
           tc.Skill[i].Plag := true;
           SendCSkillList(tc);            end;            sl.Free;            end;					end else if (Copy(str, 1, 8) = 'skillall') and ((DebugCMD and $4000) <> 0) and (tid.ChangeStatSkill = 1) then begin						//慡僗僉儖廗摼{廋惓}						for i := 1 to 157 do begin              if (tc.Skill[i].Data.Job[tc.JID]) then begin							tc.Skill[i].Lv := tc.Skill[i].Data.MasterLV;              end;            end;						for i := 210 to 330 do begin //娯崙嶗堜愱梡              if (tc.Skill[i].Data.Job[tc.JID]) then begin							tc.Skill[i].Lv := tc.Skill[i].Data.MasterLV;              end;						end;{廋惓僐僐傑偱}						tc.SkillPoint := 1000;						DebugOut.Lines.Add('DEBUG* Added all skills to ' + tc.Name);						SendCSKillList(tc);{捛壛}      CalcStat(tc);            SendCStat(tc); 					end else if (Copy(str, 1, 4) = 'auto') and ((DebugCMD and $8000) <> 0) and (tid.AutoRawUnit = 1) then begin						//帺摦峴摦僥僗僩						sl := TStringList.Create;						sl.DelimitedText := Copy(str, 5, 256);						try						if sl.Count = 0 then Continue;						Val(sl.Strings[0], j, k);						if (k <> 0) or (j < 0) then continue;						tc.Auto := j;						if sl.Count = 3 then begin							Val(sl.Strings[1], tc.A_Skill, k);							Val(sl.Strings[2], tc.A_Lv, k);						end;						finally							sl.Free();						end;{捛壛僐僐傑偱}					end;      end else if (h = -1) and (Pos(' : ', str) <> 0) and (Copy(str, Pos(' : ', str) + 3, 1) = '#') then begin					str := Copy(str, Pos(' : ', str) + 4, 256);        if (Copy(str, 1, 6) = 'server') then begin          str2 := 'darkWeiss Version 2.9.0.1 -- http://dweiss.sigh.org/forum/';
          DebugOut.Lines.Add(str2);
          w := 200;          WFIFOW(0, $009a);          WFIFOW(2, w);          WFIFOS(4, str2, w - 4);          tc.Socket.SendBuf(buf, w);        end;				end else begin					tm := tc.MData;					WFIFOW(0, $008e);					WFIFOW(2, w);					WFIFOS(4, str, w - 4);					Socket.SendBuf(buf, w);					WFIFOW(0, $008d);					WFIFOW(2, w + 4);					WFIFOL(4, tc.ID);					WFIFOS(8, str, w - 4);					//僽儘僢僋張棟{僠儍僢僩儖乕儉婡擻捛壛}					if (tc.ChatRoomID <> 0) then begin						SendCrCmd(tc, w + 4, true);					end else begin						SendNCrCmd(tm, tc.Point, w + 4, tc, true, true);					end;          {僠儍僢僩儖乕儉婡擻捛壛僐僐傑偱}				end;			end;		//--------------------------------------------------------------------------		$0090:			begin				if tc.AMode <> 0 then continue;				tm := tc.MData;				RFIFOL(2, l);				if tm.NPC.IndexOf(l) <> -1 then begin					tn := tm.NPC.IndexOfObject(l) as TNPC;					//嫍棧僠僃僢僋					if (tc.Map <> tn.Map) or (abs(tc.Point.X - tn.Point.X) > 15) or (abs(tc.Point.Y - tn.Point.Y) > 15) then begin						continue;					end;					case tn.CType of					1:	//shop						begin							WFIFOW(0, $00c4);							WFIFOL(2, l);							Socket.SendBuf(buf, 6);						end;					2:	//script						begin							tc.TalkNPCID := tn.ID;							tc.ScriptStep := 0;							tc.AMode := 3;							tc.AData := tn;							NPCScript(tc);						end;					end;				end;			end;		//--------------------------------------------------------------------------		$0094: //巜掕ID偺僉儍儔丄NPC偺柤慜傪梫媮   			begin      tm := tc.MData;				RFIFOL(2, l);				//accountid := IntToStr(l);				if CharaPID.IndexOf(l) <> -1 then begin					tc := CharaPID.IndexOfObject(l) as TChara;{僊儖僪婡擻捛壛}					if (tc.GuildID = 0) then begin						WFIFOW(0, $0095);						WFIFOL( 2, l);						WFIFOS( 6, tc.Name, 24);						Socket.SendBuf(buf, 30);					end else begin						WFIFOW(0, $0195);						WFIFOL( 2, l);						WFIFOS( 6, tc.Name, 24);						WFIFOS(30, tc.PartyName, 24);						WFIFOS(54, tc.GuildName, 24);						WFIFOS(78, tc.ClassName, 24);						Socket.SendBuf(buf, 102);					end;{僊儖僪婡擻捛壛僐僐傑偱}				end else if tm.Mob.IndexOf(l) <> -1 then begin					ts := tm.Mob.IndexOfObject(l) as TMob;					WFIFOW(0, $0095);					WFIFOL( 2, l);					WFIFOS( 6, ts.Name, 24);					Socket.SendBuf(buf, 30);				end else if tm.NPC.IndexOf(l) <> -1 then begin					tn := tm.NPC.IndexOfObject(l) as TNPC;					WFIFOW( 0, $0095);					WFIFOL( 2, l);					WFIFOS( 6, tn.Name, 24);					Socket.SendBuf(buf, 30);				end;			end;		//--------------------------------------------------------------------------		$0096: //wis憲怣			begin				RFIFOW(2, w);        //DebugOut.Lines.Add(IntToStr(w));				str := RFIFOS(4, 24);				i := CharaName.IndexOf(str);				if i = -1 then begin					//巜掕偝傟偨柤慜偺僉儍儔偑嫃側偄					WFIFOW( 0, $0098);					WFIFOB( 2, 1);					Socket.SendBuf(buf, 3);					continue;				end;				tc1 := CharaName.Objects[i] as TChara;				if tc1.Login <> 2 then begin					//憡庤偑儘僌僀儞偟偰偄側偄					WFIFOW( 0, $0098);					WFIFOB( 2, 1);					Socket.SendBuf(buf, 3);					continue;				end;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美tickling网站挠脚心| 亚洲欧美一区二区三区久本道91 | 成人av影院在线| 青椒成人免费视频| 免费高清视频精品| 极品美女销魂一区二区三区| 日韩av一二三| 人人爽香蕉精品| 久久国产乱子精品免费女| 蜜桃一区二区三区在线观看| 久久99精品久久久久久久久久久久| 麻豆精品视频在线观看| 精品一二线国产| 成人中文字幕在线| 欧美在线看片a免费观看| 欧日韩精品视频| 欧美日韩中文字幕精品| 欧美一级黄色片| 精品国产乱码久久久久久闺蜜| 日韩一级完整毛片| 国产亚洲短视频| 亚洲视频你懂的| 婷婷国产v国产偷v亚洲高清| 亚洲午夜三级在线| 欧美电影免费观看高清完整版在| 国产一区在线精品| av电影天堂一区二区在线| 色国产精品一区在线观看| 9191国产精品| 欧美一区二区三区在线电影 | 国产在线精品一区在线观看麻豆| 国产精品18久久久久久久久久久久 | 欧美高清精品3d| 久久久久久久久久久久电影| 一区二区三区四区国产精品| 日韩国产高清在线| 成人综合在线观看| 日韩欧美卡一卡二| 亚洲另类在线视频| 国产一区二区三区久久久| 在线观看视频欧美| 日本一区二区三区视频视频| 天堂成人免费av电影一区| 国产91精品欧美| 日韩午夜激情电影| 洋洋成人永久网站入口| 国产不卡在线一区| 欧美大片在线观看| 亚洲国产视频一区二区| 成人三级伦理片| 2023国产精品自拍| 日韩av一级片| 欧美精品色综合| 亚洲精品第1页| www.欧美色图| 日本一区二区三区电影| 精品亚洲国内自在自线福利| 欧美日韩成人在线| 一区二区视频免费在线观看| 成人av网站免费观看| 久久综合狠狠综合| 久久机这里只有精品| 欧美电影影音先锋| 天堂影院一区二区| 欧美精品久久天天躁| 亚洲一本大道在线| 欧美日韩高清影院| 狠狠色综合播放一区二区| 欧美日韩国产高清一区二区三区 | 尤物av一区二区| 欧美一区二区三区免费观看视频| 亚洲欧洲精品一区二区三区不卡| 国内一区二区视频| 精品处破学生在线二十三| 日本亚洲三级在线| 日韩一区二区三区在线观看| 日韩不卡一区二区三区| 在线观看91精品国产麻豆| 午夜视频一区二区三区| 欧美精品vⅰdeose4hd| 午夜精品在线视频一区| 91精品国产一区二区三区| 男女性色大片免费观看一区二区| 91麻豆精品91久久久久同性| 美国十次综合导航| 精品国产露脸精彩对白| 国产精品亚洲人在线观看| 国产精品传媒在线| 在线中文字幕一区二区| 丝袜美腿亚洲色图| 久久亚洲欧美国产精品乐播| 成人一区二区三区视频在线观看 | 精品一区二区三区免费毛片爱 | 日本不卡一区二区三区| 日韩免费视频一区| 国产电影一区在线| 亚洲婷婷在线视频| 91精品国产高清一区二区三区| 久久99国产精品成人| 欧美激情综合网| 欧美亚一区二区| 韩国成人福利片在线播放| 一区精品在线播放| 在线播放中文一区| 成人免费高清视频在线观看| 亚洲一区影音先锋| 精品国产一区二区国模嫣然| 成人听书哪个软件好| 亚洲成av人片一区二区| 久久久99免费| 欧美群妇大交群中文字幕| 国产伦精品一区二区三区免费迷| 亚洲裸体在线观看| 久久综合色综合88| 欧美日韩免费观看一区三区| 国产成人精品三级| 日韩精品91亚洲二区在线观看| 国产精品毛片a∨一区二区三区| 欧美美女网站色| 99久久99久久久精品齐齐| 日韩av电影免费观看高清完整版 | 在线不卡欧美精品一区二区三区| 成人精品视频一区二区三区 | 亚洲一区二区av电影| 久久久久久久综合| 欧美一区二区播放| 91高清视频免费看| 成人av网站在线| 国产高清精品久久久久| 青草av.久久免费一区| 亚洲电影中文字幕在线观看| 欧美国产一区二区| 精品国产一区二区三区久久久蜜月| 欧美性大战久久久久久久| av不卡在线观看| 粉嫩在线一区二区三区视频| 免费成人美女在线观看.| 午夜欧美一区二区三区在线播放| 亚洲视频在线一区观看| 国产精品无遮挡| 欧美激情综合网| 亚洲精品一区在线观看| 一区二区三区免费网站| 精品少妇一区二区三区免费观看| av福利精品导航| 精品一区二区三区久久| 五月天亚洲精品| 国产精品午夜在线观看| 精品av综合导航| 欧美一级黄色片| 91精品国产欧美一区二区成人| 欧美系列一区二区| 欧美在线观看视频一区二区三区| 色8久久人人97超碰香蕉987| 99精品偷自拍| 91国产丝袜在线播放| 欧美日韩一区二区三区在线| 欧美日本视频在线| 91麻豆精品91久久久久久清纯| 欧美日韩和欧美的一区二区| 欧美日韩国产免费| 日韩精品专区在线| 久久久亚洲综合| 国产精品久久久久久亚洲毛片 | 日本黄色一区二区| k8久久久一区二区三区| 91精品福利视频| 91精品国产综合久久精品麻豆| 日韩欧美第一区| 国产日韩欧美不卡| 亚洲狼人国产精品| 国产日韩精品久久久| 国产精品初高中害羞小美女文| 亚洲女性喷水在线观看一区| 午夜欧美2019年伦理| 久久99日本精品| 不卡的av电影| 欧美日韩在线电影| 久久久综合精品| 一区二区在线观看av| 久久国产精品色| 色综合天天综合网天天狠天天| 91麻豆精品国产91久久久久久久久| 久久亚洲春色中文字幕久久久| 亚洲欧洲美洲综合色网| 男女男精品网站| 成人av电影在线播放| 欧美一区二区三区影视| 国产精品成人一区二区三区夜夜夜| 亚洲国产成人av网| 国产成人精品免费网站| 欧美日本高清视频在线观看| 国产色一区二区| 亚洲h动漫在线| eeuss鲁片一区二区三区| 欧美一级二级在线观看| 亚洲另类色综合网站| 国产精品18久久久久久久网站| 欧美日韩电影在线播放| 亚洲色图欧洲色图|