Jump to content

frankhta

Members
  • Posts

    1
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by frankhta

  1. this is is for 4.0 ?????    you can't do it on 4.0.6 any more it's a gold exploit

     

    1 make a macro name it buy ......... then add this

     

    /run for i=1,GetMerchantNumItems() do local I=GetMerchantItemLink(i) if I then if I:find("Sands of Time") then BuyMerchantItem(i, 1250)end end end

     

    2 make a macro name it sell ......... then add this

     

    /script for b = 0, 4 do for s = 1, GetContainerNumSlots(b) do local name = GetContainerItemLink(b,s) if name and string.find(name,"Sands of Time") then UseContainerItem(b,s) end end end

     

    then go to http://www.wowhead.com/item=65893  it well show you where to go to get the Sands of Time  with this you can get to gold cap with in 5 mins

     

    now l need to know is there any one like this for 4.0.6a for monster-wow

     

×
×
  • Create New...