Click or drag to resize

ShopPurchase Method

Purchase item from store

Namespace:  ff14bot.RemoteWindows
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static uint Purchase(
	uint itemId,
	uint itemCount
)

Parameters

itemId
Type: SystemUInt32
itemCount
Type: SystemUInt32
This value will never exced what the normal game ui allows

Return Value

Type: UInt32
number of items purchased
See Also