cheatdot_PlayerAttackLogic_Melee:TryDoingMeleeAttack(_UserService.LocalPlayer, 0, 0, output2, 0)2024.01.23 10:23
회원4veVBZ5그부분이 없구 TryDoingMeleeAttack(self, user, skillId, skillLevel, output, lastFinalAttack) 2024.01.23 10:26
회원4veVBZ5 local skillId = 1001004 zz_y7.hit_timer_func = function(self) if zz_y7.teleported_to_mob then _PlayerActiveSkillLogic:DoActiveSkill(skillId, false) _UserService.LocalPlayer.WsUserController:ActionPickUp() 이부분에서 스킬코드 그냥 0하면 자동공격안되던데 ㅜㅠ2024.01.23 10:37
댓글5
_PlayerAttackLogic_Melee:TryDoingMeleeAttack(_UserService.LocalPlayer, 0, 0, output2, 0)
그부분이 없구 TryDoingMeleeAttack(self, user, skillId, skillLevel, output, lastFinalAttack)
모질이새끼냐? 1ㄷ1걸어라
형 200이없어,, 아니 난 저부분이 없다니까!!
local skillId = 1001004
zz_y7.hit_timer_func = function(self)
if zz_y7.teleported_to_mob then
_PlayerActiveSkillLogic:DoActiveSkill(skillId, false)
_UserService.LocalPlayer.WsUserController:ActionPickUp()
이부분에서 스킬코드 그냥 0하면 자동공격안되던데 ㅜㅠ