Page 1 of 1

Shops

PostPosted: August 7th, 2014, 3:49 pm
by Cordelia
I noticed there is no tutorial on how to add shops to the game. So, how exactly is this done?

Re: Shops

PostPosted: August 7th, 2014, 3:56 pm
by AwesomeJRFD
Is this what you mean?

Open Shop:
Code: Select all
llitem:6;0;0;64;64;0;1;openshop,1

Opens the shop. You can change the shop type by changing the last "1" in the code above.
Shop types:
  1. Default shop
  2. Empty shop
  3. Masamune shop
  4. Lightning Rod shop
  5. Winged Boots Shop

Re: Shops

PostPosted: August 8th, 2014, 12:33 am
by Cordelia
AwesomeJRFD wrote:Is this what you mean?

Open Shop:
Code: Select all
llitem:6;0;0;64;64;0;1;openshop,1

Opens the shop. You can change the shop type by changing the last "1" in the code above.
Shop types:
  1. Default shop
  2. Empty shop
  3. Masamune shop
  4. Lightning Rod shop
  5. Winged Boots Shop


Yes, like that. I'm just not sure exactly where to put this.