comparison Core.lua @ 69:69db1c3025ac v27

fixed some bugs with 6.2 item link format changes, added bib overwolf support
author yellowfive
date Mon, 06 Jul 2015 17:39:57 -0700
parents cf2b6b9a8337
children a892c863c86a
comparison
equal deleted inserted replaced
68:6c523f147709 69:69db1c3025ac
648 648
649 649
650 ---------------------------------------------------------------------------------------- 650 ----------------------------------------------------------------------------------------
651 -- Debugging 651 -- Debugging
652 ---------------------------------------------------------------------------------------- 652 ----------------------------------------------------------------------------------------
653 function Amr:Test()
654
655 local s = "|cff0070dd|Hitem:127224:5337:0:0:0:0:0:0:100:105:512:22:2:615:656:100|h[Staff of Polarities]|h|r"
656 Amr.GetItemInfo(s, function(obj, name, link, quality, iLevel)
657 print(iLevel)
658 end)
659 end
660
653 --[[ 661 --[[
654 function Amr:Test(val1, val2, val3) 662 function Amr:Test(val1, val2, val3)
655 663
656 local link = GetLootSlotLink(tonumber(val1)) 664 local link = GetLootSlotLink(tonumber(val1))
657 local index = Amr:TestLootIndex(link) 665 local index = Amr:TestLootIndex(link)