WoW:API BuyRandomPicks: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API BuyRandomPicks to API BuyRandomPicks without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi|removed=2.3}}
<center>'''BuyRandomPicks''' ''-Documentation by [[user:Darjk|Darjk]]-''</center>
 
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 ==
--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]]).


<br><center>''Last updated: Patch 1.12.1''</center>
== Notes ==
----
* This was Removed in 2.3. [[User:Orionshock|Orionshock]] 12:28, 16 November 2007 (UTC)

Latest revision as of 04:45, 15 August 2023

WoW API < BuyRandomPicks

Buys the requested amount of random lottery picks.

BuyRandomPicks(count)

Parameters[edit]

Arguments[edit]

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

Returns[edit]

  • none

Details[edit]

--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[edit]

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