Guest Posted July 6, 2019 Share Posted July 6, 2019 WEAPON UPGRADE / REFINE SYSTEM Â Made for Capivarinha. Â Feel free to modify this example. Â EXAMPLE (Sword upgrade 4x) Â Firstly create a sword and duplicate it 3 times to give you four swords. Secondly edit all these swords so each better sword is a bit better than the previous one in stats. Thirdly create a blacksmiths or something. Create a variable called "Sword Upgrade State" or whatever you want to call it. Must be a PLAYER variable. Fourthly create an event in the blacksmiths or anvil so you can pay gold or whatever to upgrade your sword. You should make it to pay gold to add +1 to sword state, as long as it is not already maxed. (Level 4 in this case.) Fifthly create a LOOPING common event. Make four conditional branches - if sword upgrade state equals 1, 2, 3 or 4. If it equals 1, remove swords level 2, 3 and 4 from your inventory and add level 1 sword to your inventory if you don't already have one. If it equals level 2, remove swords level 1, 3, 4 from your inventory and add level 2 sword to your inventory if you don't already have one. Etc. Â And you're done! Feel free to use this system without credit but it would be appreciated of course. Link to comment Share on other sites More sharing options...
Ainz Ooal Gown Posted July 19, 2019 Share Posted July 19, 2019 Good use of the event system, but cant you just used the "Crafting System" to do this? Kibbelz and Jackson 2 Link to comment Share on other sites More sharing options...
Miharukun Posted July 19, 2019 Share Posted July 19, 2019 Using crafting system is easier I think like make Sword +1, Sword +2, Sword +3, Sword +4 to upgrade your Sword to Sword +1, just make a requirements that you need a Sword, a refine stone and some gold (to pay the blacksmith) and then do the same for other, Sword +2, you need Sword +1, etc. Ainz Ooal Gown 1 Link to comment Share on other sites More sharing options...
Gibier Posted July 19, 2019 Share Posted July 19, 2019 9 hours ago, Ainz Ooal Gown said: Good use of the event system, but cant you just used the "Crafting System" to do this? Â Well with you way it wont supress all the other swords that the player have. So wont delete my level 4 sword if i want to craft an other sword with a lower level. Link to comment Share on other sites More sharing options...
WereAlpaca Posted July 20, 2019 Share Posted July 20, 2019 4 hours ago, Gibier said: Â Well with you way it wont supress all the other swords that the player have. So wont delete my level 4 sword if i want to craft an other sword with a lower level. I would use the Crafting system then create an entirely separate system for Disenchanting where you get materials back. That's where you can use Bunny Gamer's system quite well. Useful idea, just depends how you use it! Link to comment Share on other sites More sharing options...
LetHimCook Posted February 9, 2023 Share Posted February 9, 2023 Any usage of Dice Roll mechanic for this? like Dice Roll for a chance of succeeding the Upgrade from +0 > +1? Â Skit 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now