中小天书转大天书脚本
4229 点击·2 回帖
弃坑,但心血不能丢,整理一些自己的脚本发上来,通用的跟需要自己改代码的都有,需要改代码的会有说明。
下面3个小脚本是把中小天书(满)里的学点转移到大天书(空),转移会造成学点损耗,但对于名门号来说,中小天书多到用不完……
直接把要转的中小天书跟大天书取出来放身上,注意负重,脚本转到不能转会自己结束。
01转天书脚本7小:
Speed(500);
@Start
EatItem(58265,200,7);
EatItem(58181,200,1);
if(58265,1,6)
if(58181,1,0)
Jmp @Start
endif
endif
LogC(15,"天书转换完毕!");
01转天书脚本3中:
Speed(500);
@Start
EatItem(63524,200,3);
EatItem(58181,200,1);
if(63524,1,2)
if(58181,1,0)
Jmp @Start
endif
endif
LogC(15,"天书转换完毕!");
01转天书脚本2中2小:
Speed(500);
@Start
EatItem(58265,200,2);
EatItem(63524,200,2);
EatItem(58181,200,1);
if(58265,1,1)
if(63524,1,1)
if(58181,1,0)
Jmp @Start
endif
endif
endif
LogC(15,"天书转换完毕!");
下面3个小脚本是把中小天书(满)里的学点转移到大天书(空),转移会造成学点损耗,但对于名门号来说,中小天书多到用不完……
直接把要转的中小天书跟大天书取出来放身上,注意负重,脚本转到不能转会自己结束。
01转天书脚本7小:
Speed(500);
@Start
EatItem(58265,200,7);
EatItem(58181,200,1);
if(58265,1,6)
if(58181,1,0)
Jmp @Start
endif
endif
LogC(15,"天书转换完毕!");
01转天书脚本3中:
Speed(500);
@Start
EatItem(63524,200,3);
EatItem(58181,200,1);
if(63524,1,2)
if(58181,1,0)
Jmp @Start
endif
endif
LogC(15,"天书转换完毕!");
01转天书脚本2中2小:
Speed(500);
@Start
EatItem(58265,200,2);
EatItem(63524,200,2);
EatItem(58181,200,1);
if(58265,1,1)
if(63524,1,1)
if(58181,1,0)
Jmp @Start
endif
endif
endif
LogC(15,"天书转换完毕!");