LegendGaming Posted May 31, 2021 Share Posted May 31, 2021 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 More sharing options...
1 OniSensei Posted May 31, 2021 Share Posted May 31, 2021 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"  Once the item editor opens, Create new item Select the new item on the list Edit the items information (icon, name, etc) Save item  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"  Once the shop editor opens, Create a new shop Select new shop from list Edit shop information (name etc) Add items to sell (the item we just made maybe?) Click the "Add Selected" button to add it to the list Save the shop  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.  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, Name the event Set conditions, sprite for the npc, etc Double click the command line (or right click) and add a new command  Scroll down and find the "Shop and Bank" node, then double click "Open Shop"  Select the shop from the drop down and click ok.  Finally save the event.  Alternatively, you can just set the event to give the player the item   Take some time to explore the events and see what all is possible.  Link to comment Share on other sites More sharing options...
0 Push Posted May 31, 2021 Share Posted May 31, 2021 You have to make them available in the game, i.e. through a shop, an NPC drop, item spawn, etc. Clicking items in your inventory equips the items. Link to comment Share on other sites More sharing options...
Question
LegendGaming
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