WoW:API BuyRandomPicks: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Bug abuse in Patch 2.2.2)
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''BuyRandomPicks''' ''-Documentation by [[user:Darjk|Darjk]]-''</center>
{{Stub/API}}


BuyRandomPicks(count);
BuyRandomPicks(count);
Line 19: Line 19:
Before the patch to version 2.2.3 there was an exploit that used this command to make you invincible (see [http://www.youtube.com/watch?v=o3QCG9MkdT4 external video]).)
Before the patch to version 2.2.3 there was an exploit that used this command to make you invincible (see [http://www.youtube.com/watch?v=o3QCG9MkdT4 external video]).)
I can confirm that this command did not make invincible or anything else before the release of TBC, as I tried out the command back then(--[[User:Malhelo|Malhelo]]).
I can confirm that this command did not make invincible or anything else before the release of TBC, as I tried out the command back then(--[[User:Malhelo|Malhelo]]).
<br><center>''Last updated: Patch 2.2.3''</center>
----

Revision as of 16:53, 8 November 2007

WoW API < BuyRandomPicks

BuyRandomPicks(count);

Buys the requested amount of random lottery picks.

Pretty sure that this no longer works. Nothing happens when used.

Parameters

Arguments

count
Integer - Number of random lottery entries you wish to buy.

Returns

nil

Known Bugs / Exploits

Before the patch to version 2.2.3 there was an exploit that used this command to make you invincible (see external video).) I can confirm that this command did not make invincible or anything else before the release of TBC, as I tried out the command back then(--Malhelo).