local cd = _UserService.LocalPlayer.WsCharacterData
local weapon = cd:GetItem(1, -_BodyParts.Weapon)
local wt = _Items:GetWeaponType(weapon.ItemId)
-- bow/crossbow/tglove
if (wt == _WeaponType.Bow or wt == _WeaponType.Crossbow) then
local count = 0
for i = 1, cd.ItemMaxSlot[2], 1 do
local item = cd:GetItem(2, i)
if (item == nil) then
continue
end
if (_BulletConsumeLogic:IsCorrectBulletItem(wt, item.ItemId)) then
count = count + 1
break
end
end
if count == 0 and not rday.use_auto_buff then
-- should be change your weapon to public. 1322008 1322007 or others.
rday.add_x = tonumber(0.5)
else
rday.add_x = tonumber(2)
end
end
궁붕이가 제일 싸죠?
대충 자동버프 안쓰고(화살 없어도 화살 나가는 버프스킬) 화살이 없는 경우 코앞으로 거리설정한다는 뜻입니다
2차전직 전 초반 육성에 신경을 덜 쓰게 해준답니다
장비칸 특정슬롯에 공용 무기를 두고 화살이 없을 경우 무기를 갈아끼는 방식을 작성하려는 찰나
퍼져있는 대부분 기능이 로직밴으로 바뀌었다고 들어 때려쳤습니다
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 55179 | 03-24 | 872 | ||
| 55178 | 03-24 | 789 | ||
| 55177 | 03-24 | 781 | ||
| 55176 | 03-23 | 786 | ||
| 55175 | 03-23 | 1031 | ||
| 55174 | 03-23 | 1572 | ||
| 55173 | 03-23 | 2134 | ||
| 55172 | 03-23 | 984 | ||
| 55171 | 03-23 | 730 | ||
| 55170 | 03-23 | 1019 | ||
| 55169 | 03-23 | 796 | ||
| 55168 | 03-23 | 799 | ||
| 55167 | 03-23 | 748 | ||
| 55166 | 03-23 | 1669 | ||
| 55165 | 03-23 | 810 | ||
| 55164 | 메랜 ㄺ 판매+2 | 03-23 | 847 | |
| 55163 | 03-23 | 936 | ||
| 55162 | 03-23 | 766 | ||
| 55161 | 03-23 | 729 | ||
| 55160 | 03-23 | 763 |
댓글0