ㅈㄱㄴ
제목 | 작성자 | 작성일 | 조회 | |
---|---|---|---|---|
41845 | 02-23 | 219 | ||
41844 | 02-23 | 380 | ||
41843 | 02-23 | 253 | ||
41842 | 02-23 | 243 | ||
41841 | 02-23 | 232 | ||
41840 | 02-23 | 876 | ||
41839 | 02-23 | 493 | ||
41838 | 30이상 캐릭+4 | 02-23 | 529 | |
41837 | 02-23 | 764 | ||
41836 | 02-23 | 565 | ||
41835 | 02-23 | 246 | ||
41834 | 02-23 | 285 | ||
41833 | 02-23 | 1814 | ||
41832 | 02-23 | 247 | ||
41831 | 02-23 | 544 | ||
41830 | 02-23 | 233 | ||
41829 | 02-23 | 570 | ||
41828 | 02-23 | 429 | ||
41827 | 02-23 | 268 | ||
41826 | 넥슨인증계정을 왜삼 ?+10 | 02-23 | 757 |
댓글4
이거 ㅈ밥임
return function (self,_dd,appearType,delay)
-- 네트워크로 전송받은 테이블 캐스팅
---@type Drop
local drop = _dd;
--local entity = self._objectPool.ChildObjectPoolComponent:Get(drop.Position)
--entity.DropComponent.ObjectPool = self._objectPool
--local entity = _SpawnService:SpawnByModelId("model://b9b74107-fdd9-4548-9bf1-09ce4b8affbf", "Drop-"..drop.ItemId, drop.Position, self._objectPool)
-- 퀘스트템은 안보여요 3_3
if (drop.Quest > 0) then
if (not _UserQuestLogic:CanPickUpQuestItem(_UserService.LocalPlayer.WsCharacterData, drop.ItemId, drop.Quest)) then
return
end
end
-- local custom_TI = drop.ItemId // 1000000
-- -- custom_TI == 4 기타템
-- if custom_TI == 4 or drop.ItemId == 2061000 or drop.ItemId == 2060000 then
-- -- return
-- end
local function showDrop()
---@type Entity
local entity
local returnPool
if (drop.ItemId == 0) then
returnPool = self._mesoObjectPool
entity = _ObjectPool:Pick(returnPool, "PooledMeso", "model://35623b2c-7d42-4a33-83dc-faa1350af08a", Vector3(0,0,10000), self._dropsGroup)
else
returnPool = self._dropObjectPool
entity = _ObjectPool:Pick(returnPool, "PooledDrop", "model://b9b74107-fdd9-4548-9bf1-09ce4b8affbf", Vector3(0,0,10000), self._dropsGroup)
end
entity.DropComponent:EnterField(appearType, drop, returnPool)
local custom_TI = drop.ItemId // 1000000
if (custom_TI == 4) or drop.ItemId == 2061000 or drop.ItemId == 2060000 then entity.DropComponent:OnDestroyDrop() end
self._clientDropMap[drop.ObjectId] = entity
--log("first pos:", entity.TransformComponent.WorldPosition)
--log("opos:", entity.DropComponent.OriginalPosition, "pos:",entity.DropComponent.Position)
end
if (delay > 0) then
_TimerService:SetTimerOnce(showDrop, delay)
else
showDrop()
end
end
네로님 고속드랍 할줄아십니까?
고런거 안해용 연구도 안해봤으 나쁜짓에 쓰려구!!