RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
REQUEST: Upgrade weapons

0 Members and 1 Guest are viewing this topic.

pokeball FouOfflineFemale
*
Rep: +0/-0Level 84
I think I've seen a script that allows to upgrade weapons:S But i'm not really sure.

Well, I want a script that allows to upgrade a weapon. I don't want to have new weapons for sale, but a single weapon that can be powered up instead.
Sorry, my english is bad:S
Is there some kind of scipt that can do that?

Thanks.

*
Rep: +0/-0Level 83
Owned!!!
you could try something like this
Code: [Select]
<>Message: Hi im steve the upgrader. Would you like to upgrade a weapon?
<>Show Choices:Yes/No
:[Yes] Handler
 <>Message:Which item would you like to upgrade?
 <>Show Choices:Long sword/Long Bow/[Any Weapon]
 :[Long Sword] Handler
  <>Branch if Long Sword Not Possessed
    <>Message:You need a still need a Long Sword
    <>
  :Else Handler
   <>
  :End
  <>Branch if Long Sword Possessed
   <>Message: What would you like to upgrade to?
   <>Show Choices:Iron Sword/Dragon Sword
   :[Iron Sword] Handler
    <>Message:You need a iron ore to to upgrade. Continue?
    <>Show Choices:Yes/No
    :[Yes] Handler
     <>Branch if Iron Ore Not Possessed
      <>Message:You still need a iron ore
      <>
     :Else Handler
      <>
     :End
     <>Branch if Iron Ore Possessed
      <>Message: Your Long Sword and Iron Ore have been combine
      <>Change Items: Long Sword 1 Remove
      <>Change Items: Iron Ore 1 Remove
      <>Change Items: Iron Sword 1 Add
      <>Message: Long Sword Removed
      <>Message: Iron Ore Removed
      <>Message: Iron Sword Added
      <>
     :Else Handler
      <>
     :End
     <>
    :[No] Handler
     <>
    :End
    <>
   :[Dragon Sword] Handler
    <>
   :End
   <>
  :Else Handler
   <>
  :End
  <>
 :[Long Bow]
  <>
 :End
 <>
:[No] Handler
 <>
:End
<>

« Last Edit: July 09, 2009, 11:51:30 PM by bledfear13 »