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차전직 전 초반 육성에 신경을 덜 쓰게 해준답니다
장비칸 특정슬롯에 공용 무기를 두고 화살이 없을 경우 무기를 갈아끼는 방식을 작성하려는 찰나
퍼져있는 대부분 기능이 로직밴으로 바뀌었다고 들어 때려쳤습니다
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 56902 | 05-26 | 1780 | ||
| 56901 | 05-26 | 1533 | ||
| 56900 | 05-26 | 1424 | ||
| 56899 | 05-26 | 1579 | ||
| 56898 | 05-26 | 1952 | ||
| 56897 | 나혼렙 h삼+1 | 05-26 | 2076 | |
| 56896 | 05-26 | 4317 | ||
| 56895 | 05-25 | 1437 | ||
| 56894 | 05-25 | 2674 | ||
| 56893 | 05-25 | 1452 | ||
| 56892 | 05-25 | 1574 | ||
| 56891 | 05-25 | 1770 | ||
| 56890 | 05-24 | 1729 | ||
| 56889 | 05-24 | 1695 | ||
| 56888 | 본메 내용확인+3 | 05-24 | 2121 | |
| 56887 | 05-24 | 2444 | ||
| 56886 | 05-24 | 3564 | ||
| 56885 | 05-24 | 2016 | ||
| 56884 | 05-24 | 2078 | ||
| 56883 | 05-24 | 2117 |
댓글0