Not signed in (Sign In)
    • CommentAuthordjchain
    • CommentTimeMar 18th 2007
     
    I just woundering if its possible to get out the Item use level in any way from an item ?

    I have tryed "level" and that seems to give me the "Item Level" not the "To Use Level", i allso tryed "uselevel" but that did not work att all, and i cant seem to find any documentation about it and therefor i hope someone can give me an sample on how i can extract "to use level" to an variable.
    •  
      CommentAuthordinesh
    • CommentTimeMar 18th 2007
     
    try it from where? the GetItemInfo API will return the information you need. Check wowwiki for more details about that API.
    • CommentAuthordjchain
    • CommentTimeMar 19th 2007 edited
     
    I know, have tryed:


    local _,_, quality, _, level, _, _,_, equip = GetItemInfo(itemID)
    if (quality>=2 and level>=64 and equip and buyPrice < 60001) then
    action="buy"
    reason="disenchanting"
    end


    But does not seem to work :S
    •  
      CommentAuthorDeckard
    • CommentTimeMar 19th 2007
     
    You could try asking in this thread, several people there are working on baserules, and I'm sure someone could help. That thread really fits better in this forum, but I believe it was created before the BottomScanner forum existed separately.
    •  
      CommentAuthorNorganna
    • CommentTimeMar 19th 2007
     
    Thanks deckard, I've moved it.
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.