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.
Need 2 scripts to be made into one *cough*blizzard*cough*cough*

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 87
anyways blizzard im using stormtronics nemises edition which is amazing and i am also using diablo inventory script and well i want your menu and stuff but when you go to items i want it to be diablo style inventory instead of your quest item inventory thing i think its easy to redo it but i am a newb at scripting i kept trying to pots your script here but it doesnt allow me anyways i will put links to it http://rmrk.net/index.php/topic,7190.0.html thats the nemises script, http://rmrk.net/index.php/topic,12242.0.html thats the diablo style item inventory link any help would be greatly aprieciated

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Zero to Hero2013 Biggest Drama WhoreParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
I think all you'd have to do it change the thing that calls the menu in bliz's script with the one that calls the diablo item menu, I'll try to do it now.

Edit- @_@ I thought it would be easy... I dont have a clue what to do sorry.
« Last Edit: March 20, 2007, 06:33:39 PM by BanisherOfEden »
&&&&&&&&&&&&&&&&

**
Rep:
Level 87
that would be awesome if you did that for me =p cause i am a newb scripter i mean im not even a scripter....

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Zero to Hero2013 Biggest Drama WhoreParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
 @_@ I thought it would be easy... I dont have a clue what to do sorry.

I'll try again later but there are some people here who know how to script. Sorry  ;9
&&&&&&&&&&&&&&&&

**
Rep:
Level 87
it would be a winning combination to have that kind of menu.. also does anyone know how to make your character respawn when he dies instead of going to gameove?

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
I can do it in a little bit. Wait for me to get home.

**
Rep:
Level 87
that would be awesome dude

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
A lot of the stuff is intertwined in that menu, making it kind of difficult for a mediocre (nice way of saying bad) scripter such as myself to do easily. You'll probably be better off PMing Blizzard and asking him to do it for you. He's a good guy, make sure you mention how much you like his scripts better than Seph's  ;8

**
Rep:
Level 87
so its not as easy as i thought that it would be i mean i didnt know his was intertwined anyways thanks for trying i will try to get blizzard to do this for me.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
He's a good guy, make sure you mention how much you like his scripts better than Seph's  ;8

LOL!

Alright, it's rather easy to make a cross call. Find these lines:

Code: [Select]
      when 0 
        $game_system.se_play($data_system.decision_se)
        make_items
        @command_window.active = false
        @item_choose_window.active = true
        @help_window.x = 0
        @help_window.y = - 576
        @help_window.set_text("")
        @items_window1.visible = true
        @items_window2.visible = true
        @help_window.visible = false
        @help_window.update
        items_refresh

As far as I see how the Diablo inventory works, you could make it easily work by just changing those lines to:

Code: [Select]
      when 0 
        $game_system.se_play($data_system.decision_se)
        $scene = Scene_Item2.new
        Graphics.transition(0)

The inventory should call the Menu back by itself.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*******
Rep:
Level 90
Returned from the dead.
Except change "Scene_Item2" to whatever you've called the inventory script
Sincerely,
Your conscience.

**
Rep:
Level 87
thanks blizzard you rock

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Except change "Scene_Item2" to whatever you've called the inventory script

I checked the script myself, it IS Scene_Item2. ;8
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

**
Rep:
Level 87
ya it is scene item2 but thanks for yet another great job i cant thank you enough thanks again.

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
Solved? Add [RESOLVED] to topic title
Watch out for: HaloOfTheSun