Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Макросом
- /run local function id(s) return string.match(GetInventoryItemLink("player",s) or "","(item:.+:%d+)") end ChatFrame1:AddMessage("MH:"..id(16).."\nOH:"..id(17))
- --Функцией
- local function id(s)
- return
- string.match(GetInventoryItemLink("player",s)
- or
- "","(item:.+:%d+)")
- end
- print("MH 16 слот:"..id(16).."\nOH 17 слот:"..id(17).."\nЛУК 18 слот:"..id(18).."")
- --Как одеть нужное оружие с определённой зачаркой макросом
- /equipslot 17 item:50730:2673:3525:3518:3518:0:0:0:80
- /equipslot 17 item:50730:3789:3525:3518:3518:0:0:0:80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement