자동 펫먹이 하는 법 공유좀 제발 ㅠㅠ
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 37016 | 02-16 | 1003 | ||
| 37015 | 02-16 | 654 | ||
| 37014 | 02-16 | 543 | ||
| 37013 | 02-16 | 501 | ||
| 37012 | 02-16 | 593 | ||
| 37011 | 02-16 | 478 | ||
| 37010 | 02-16 | 2414 | ||
| 37009 | 02-16 | 623 | ||
| 37008 | 02-16 | 911 | ||
| 37007 | 02-16 | 440 | ||
| 37006 | 02-16 | 438 | ||
| 37005 | 02-16 | 745 | ||
| 37004 | 02-16 | 462 | ||
| 37003 | 02-16 | 1261 | ||
| 37002 | 결론+6 | 02-16 | 792 | |
| 37001 | 메소산다+1 | 02-16 | 417 | |
| 37000 | 02-16 | 485 | ||
| 36999 | 02-16 | 721 | ||
| 36998 | 02-16 | 747 | ||
| 36997 | 다클=낚시 로직+1 | 02-16 | 719 |
댓글6
드렸음
11봐주세요!
펫먹이는 조금 찾아보면 널린건데
return function (self,delta)
if (self:IsServer()) then
self:UpdateServer()
else
local user = self.Owner
if (user == _UserService.LocalPlayer) then
local pet = self.Entity
if (self.Repleteness < 55) then
_ItemConsumeLogic:TryConsumeFromFuncKey(2120000)
end
local availableInv =
user.WsUser:IsAvailableInventoryOperation() and
user.PlayerTemporaryStat:GetValue(_CTS.DarkSight) == 0
self.IsAbleToPick = availableInv
end
end
end
이걸 어디에 하는 지 모르겠어요
1:1주면알려줌