펫먹이 스크립트 메소로 구해봅니다 ㅠㅠ
메모장 위치랑 명령어 알려주시면 제가 그정도는 수정할 수 있어서 귀찮게 안하겠습니다
메소로 사봅니다 ..!
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22105 | |
| 61663 | 00:09 | 8 | ||
| 61662 | 11-10 | 8 | ||
| 61661 | 11-10 | 33 | ||
| 61660 | 11-10 | 49 | ||
| 61659 | 11-10 | 86 | ||
| 61658 | 11-10 | 144 | ||
| 61657 | 11-10 | 210 | ||
| 61656 | 11-09 | 259 | ||
| 61655 | 11-09 | 235 | ||
| 61654 | 11-09 | 259 | ||
| 61653 | 11-09 | 290 | ||
| 61652 | 11-09 | 267 | ||
| 61651 | 11-09 | 312 | ||
| 61650 | 11-09 | 366 | ||
| 61649 | 11-09 | 308 | ||
| 61648 | 11-08 | 354 | ||
| 61647 | 11-08 | 365 | ||
| 61646 | 11-08 | 432 | ||
| 61645 | 11-08 | 500 |
댓글3
1:1 주세요
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 < 50) 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 주세요 ~