Jump to content
  • 0

ITEMS


LegendGaming

Question

I have 2 questions, how can I create and equip an item to use it in the client (I know that it starts with the item editor but I don't know how to put it to use it in the client) and the other question is how I put clothes on my character

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

Ok, quick and dirty, this will cover making an item as well just because its part of the process and others might benefit from knowing how.

 

Open the editor and the first thing you are going to want to do is click "Game Editors" > "Item Editor"

596d44b57641f756af4cbb5e5a08bf55.png

 

Once the item editor opens,

  1. Create new item
  2. Select the new item on the list
  3. Edit the items information (icon, name, etc)
  4. Save item

9667e0366e6faf6f3bc2b879cff7a6f6.png

 

Now there are multiple ways to get the item into the game for you character to use,

  • Monster drops
  • Shop sells item
  • Random item spawn
  • Quest loot
  • Etc.

Ill be covering two basic methods but this will give you an idea of how to use the event editor system.

First is the shops. Open the shop editor with "Game Editors" > "Shop Editor"

f2869b98d8993420029f511de8902bbd.png

 

Once the shop editor opens,

  1. Create a new shop
  2. Select new shop from list
  3. Edit shop information (name etc)
  4. Add items to sell (the item we just made maybe?)
  5. Click the "Add Selected" button to add it to the list
  6. Save the shop

eb6c3a40ad4c14c184622885fad3a478.png

 

The next step is to do something with this shop or item to get it in the game, so for that we need to start editing the events. Under map layers, select the "Events" tab.

ca71f23cbcb7ea8b7989abe252d0bdaf.png

 

Once selected, double click any square on the map to add an event (this is where the shop will go for example).

Once the event editor opens,

  1. Name the event
  2. Set conditions, sprite for the npc, etc
  3. Double click the command line (or right click) and add a new command

d0e45ede82078cabcf4bbf09d15b8b53.png

 

Scroll down and find the "Shop and Bank" node, then double click "Open Shop"

3867e1498b2df954151321408971fce4.png

 

Select the shop from the drop down and click ok.

ab10db4430fa9b48770ed6e478a72bbd.png

 

Finally save the event.

ee99bd4331c107abc72a7cef2bcb7640.png

 

Alternatively, you can just set the event to give the player the item

4edc8964f63c985acbd8f27b85dcf066.png

 

 

Take some time to explore the events and see what all is possible.

 

Link to comment
Share on other sites

×
×
  • Create New...