WoW:API BuyRandomPicks: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(removedapi)
mNo edit summary
Line 1: Line 1:
{{removedapi|2.3}}
{{wowapi|removed=2.3}}
{{wowapi}}
 
BuyRandomPicks(count);


Buys the requested amount of random lottery picks.
Buys the requested amount of random lottery picks.


'''Pretty sure that this no longer works. Nothing happens when used.'''
BuyRandomPicks(count)


== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
:; count : Integer - Number of random lottery entries you wish to buy.
* count (number) - Number of random lottery entries you wish to buy.


=== Returns ===
=== Returns ===
* none


:; nil
== Details ==
 
== Known Bugs / Exploits ==
--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]]).


--This was Removed in 2.3. [[User:Orionshock|Orionshock]] 12:28, 16 November 2007 (UTC)
== Notes ==
* This was Removed in 2.3. [[User:Orionshock|Orionshock]] 12:28, 16 November 2007 (UTC)

Revision as of 07:59, 12 February 2021

WoW API < BuyRandomPicks

Buys the requested amount of random lottery picks.

BuyRandomPicks(count)

Parameters

Arguments

  • count (number) - Number of random lottery entries you wish to buy.

Returns

  • none

Details

--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).

Notes

  • This was Removed in 2.3. Orionshock 12:28, 16 November 2007 (UTC)