Property | Type | Description | |
---|---|---|---|
OpenTradeMenuThread | void |
Method | Description | |
---|---|---|
GetDialogText ( ) : DialogText |
Returns a class containing the dialog text
|
|
GetDialogText ( LineSettings lineSettings ) : DialogText |
Returns a class containing the dialog text
|
|
MenuTools ( |
Constructor
|
|
OpenTradeMenu ( int TargetID ) : void |
Starts a separate thread that sends key commands in an attempt to Trade with an NPC ONLY. Keeps attempting for 30 seconds. Does not work well with PC Trade menu!!
|
|
SetCraftItems ( NPCTRADEINFO sTinfo ) : bool |
Set items in craft window
|
|
SetNPCTradeInformation ( NPCTRADEINFO sTinfo ) : bool | ||
SetTradeGil ( uint Gil ) : bool |
Method | Description | |
---|---|---|
OpenTradeMenuThread ( int TargetID ) : void |
Internal function that handled opening the Trade Menu depending on current state.
|
public GetDialogText ( LineSettings lineSettings ) : DialogText | ||
lineSettings | LineSettings | |
return | DialogText |
public OpenTradeMenu ( int TargetID ) : void | ||
TargetID | int | Target ID of the NPC ONLY to trade with. |
return | void |
public SetCraftItems ( NPCTRADEINFO sTinfo ) : bool | ||
sTinfo | NPCTRADEINFO | NPCTRADEINFO structure |
return | bool |
public SetNPCTradeInformation ( NPCTRADEINFO sTinfo ) : bool | ||
sTinfo | NPCTRADEINFO | NPCTRADEINFO structure |
return | bool |