红狗进图自动附加双刀(@絕不會失眠)

红狗进图自动附加双刀(@絕不會失眠)

1.使用notepad全局搜索sqr文件夹,找到function onStartDungeon_Swordman(obj)函数

2.添加代码:

if(sq_getGrowType(obj)==3&&obj.sq_GetSkillLevel(76)>0){
obj.sq_IntVectClear();
obj.sq_IntVectPush(0);// throwState
obj.sq_IntVectPush(0);// throwType
obj.sq_IntVectPush(76);// throwIndex
obj.sq_IntVectPush(0);// throwChargeTime
obj.sq_IntVectPush(0);// throwShootTime
obj.sq_IntVectPush(10);// throwAnimationIndex
obj.sq_IntVectPush(4);// chargeSpeedType
obj.sq_IntVectPush(4);// throwShootSpeedType
obj.sq_IntVectPush(10009);// chargeSpeedValue
obj.sq_IntVectPush(10009);// throwShootSpeedValue
obj.sq_IntVectPush(-1);// personalCastRange
obj.sq_AddSetStatePacket(STATE_THROW, STATE_PRIORITY_USER, true);
}

 

© 版权声明
THE END
喜欢就支持一下吧
点赞6 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容