在线时间 小时
注册时间2017-2-8
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
x
- int ProcessFarMove(int MapID)
- {
- if(Value("MAPNO") != MapID)
- {
- FarMove(MapID);
- while(Value("IsFarMoving") == 1)
- {
- RefreshStat("IsFarMoving");
- Yield(0);
- }
- }
- //ScriptRead(使用前请在便利商店里或带上一个可以出来的交通工具,运行前请准备好50个泡面和2.5W,如果不足会引起脚本出错,如果要制作多于50个以上的请多次运行)
- //Scriptinf CopyRight(2) ScriptFor(1) ScriptTime(9) ScriptWriter(2) Scripted(0) ScripRevise(1)
- while(Value("IsWaitRemapData") == 1)
- {
- RefreshStat("IsWaitingRemapData");
- Yield(0);
- }
- if(MapID != Value("MAPNO"))
- {
- return 0;
- }
- return 1;
- }
- {
- ShowText("此自动做QQ面脚本50批次");
- int MapID = Value("MAPNO");
- int Ret = ProcessFarMove(10080);
- int num = 50;
- sleep(1000);
- while(num>0)
- {
- collect(2);
- sleep(50);
- NPC(9,30,2);
- sleep(50);
- num--;
- }
- ShowText("记忆谢谢你的使用");
- }
复制代码
|
|