Difference between revisions of "Project Phoenix 2 Merchants"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Welcome)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
*[[Project_Phoenix_2|Back to Main Page]]
+
*[[Project_Phoenix_2#Scripts|Back to Main Page]]
 
==Welcome==
 
==Welcome==
 
The merchant system would seem to have the most complexity of the systems that come with Project Phoenix. It is very table heavy, powerful and easy to modify. The merchant system works as 2 systems together. One being able to act like a vendor and the other to act like a general conversation system for player to npc communication.
 
The merchant system would seem to have the most complexity of the systems that come with Project Phoenix. It is very table heavy, powerful and easy to modify. The merchant system works as 2 systems together. One being able to act like a vendor and the other to act like a general conversation system for player to npc communication.
 +
 +
==Files==
 +
Below is a list of all the files that involve the merchant system or where the core structure is.
 +
*scripts\merchants\merchant.lua
 +
*scripts\merchants\merchant_localization.lua
 +
*scripts\merchants\merchant_settings.lua
 +
*scripts\merchants\merchant_ui.lua
  
 
==System Breakdown==
 
==System Breakdown==
*[[Project_Phoenix_2_Merchant_Information|Merchant]]
+
*[[Project_Phoenix_2_Merchant_Information|Merchant]] - covers the general information needed to understand the merchant system
*[[Project_Phoenix_2_Merchant_Features|Features]]
+
*[[Project_Phoenix_2_Merchant_Features|Features]] - covers the merchant features system
*[[Project_Phoenix_2_Merchant_Names|Names]]
+
*[[Project_Phoenix_2_Merchant_Names|Names]] - covers the merchant naming system
*[[Project_Phoenix_2_Merchant_Outfits|Outfits]]
+
*[[Project_Phoenix_2_Merchant_Outfits|Outfits]] - covers the merchant outfit system
*[[Project_Phoenix_2_Merchant_Stores|Stores]]
+
*[[Project_Phoenix_2_Merchant_Stores|Stores]] - covers the merchant store system
*[[Project_Phoenix_2_Merchant_Styles|Styles]]
+
*[[Project_Phoenix_2_Merchant_Styles|Styles]] - covers the merchant styles system

Latest revision as of 16:56, 21 August 2019

Welcome

The merchant system would seem to have the most complexity of the systems that come with Project Phoenix. It is very table heavy, powerful and easy to modify. The merchant system works as 2 systems together. One being able to act like a vendor and the other to act like a general conversation system for player to npc communication.

Files

Below is a list of all the files that involve the merchant system or where the core structure is.

  • scripts\merchants\merchant.lua
  • scripts\merchants\merchant_localization.lua
  • scripts\merchants\merchant_settings.lua
  • scripts\merchants\merchant_ui.lua

System Breakdown

  • Merchant - covers the general information needed to understand the merchant system
  • Features - covers the merchant features system
  • Names - covers the merchant naming system
  • Outfits - covers the merchant outfit system
  • Stores - covers the merchant store system
  • Styles - covers the merchant styles system