Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

I went the easy way with cut and past the "Main" script starting from your Second Menu script. This one is making a problem. My game is supposed to have Two kind of Item Menu because there is two kin...
Diorm Code Support 41 35,423 02-10-2018, 06:06 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Ok First I changed windows_Object to Windows_Item everywere. Then I deleted every script after yours. Then I removed self.contents.font.name = $fontname because it was making an error. Now the seco...
Diorm Code Support 41 35,423 02-10-2018, 04:17 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Sorry. I made a mediashare account. here: http://www.mediafire.com/file/q35k1erw49dlbs3/Demo_for_Second_Menu.rar
Diorm Code Support 41 35,423 02-07-2018, 03:08 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Thanks DerVVulfman! And RMXP is on an always online computer, so that's not a problem. Just tried with the Steam version and the items are not showing so that doesnt seem to be the problem. So like ...
Diorm Code Support 41 35,423 02-07-2018, 04:24 AM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Sorry for triple posting! Just saying that I just bought RMXP from steam (It's now 70% off!!). I wanted to say it so that you guys don't have to look at me weird anymore for not having an official v...
Diorm Code Support 41 35,423 02-06-2018, 03:10 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Here is a link from wetransfer (we use this site at work to send plans) https://we.tl/DmYsoYp1Is It's a 7 days link.
Diorm Code Support 41 35,423 02-04-2018, 09:52 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

kyonides Wrote: (02-03-2018, 09:20 PM) -- Are you sure you did not pick a non existing font or a font that is not true type? Even if you add that line of code, it might still fail because not every s...
Diorm Code Support 41 35,423 02-04-2018, 09:40 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Heeeyyy.... looks like it wasnt even that because I changed this part of the code like you said: Code: -- #-------------------------------------------------------------------------- # * Refresh ...
Diorm Code Support 41 35,423 02-03-2018, 12:59 AM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Oh... I've been using this french version of RMXP for way over 10 years now... I didnt know that I had to pay to use a legal version that is in english since there was no other ways to get it back the...
Diorm Code Support 41 35,423 01-30-2018, 04:16 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Hi! I feel bad answering to you this late after the last time but it's still doesnt work. So I decide to take some screenshot and show you what I'm trying to do since the items still wont show in the ...
Diorm Code Support 41 35,423 01-30-2018, 01:14 AM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Oooh so thats how it works! So if I want items to appear in the menu, it should read something like [1,23,56,76] (if I ever get to 76 items) so items number 1, 23, 56 and 76 will show. Is that it? 
Diorm Code Support 41 35,423 08-15-2017, 01:58 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

But i know how to do all that since I read the script (I even said that the call in event worked so It ment that I knew how to use $scene = Scene_Item.new(true)). The only part that I dont know is how...
Diorm Code Support 41 35,423 08-11-2017, 01:54 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Wait, I already know how to add a new menu in the main menu script, but is this the only way to make the special items appear in the second item menu? Because I wanted to try first with only a call in...
Diorm Code Support 41 35,423 08-10-2017, 07:26 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Ok good now it seems to work with the manual call in an event. Now what do I do to make the items appear in this menu?
Diorm Code Support 41 35,423 08-06-2017, 03:30 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Hey since you guys were so kind as to answer, I wanted to respond to this before I go on vacation. So I'm having this error when I'm trying my event call: "ArgumentError occurred while running scr...
Diorm Code Support 41 35,423 07-21-2017, 10:35 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Ok I'll list the item in the special item menu: -Special Potion -Special Ether -Special Items like keys (mostly). They cant be used but if you have them it will only add new choices to an event. (Yo...
Diorm Code Support 41 35,423 07-18-2017, 02:38 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

It's not exactly like that because my item menu is a separate menu from the normal item menu. So there is two different item menu IN the main menu (like in my picture). Your script is showing differen...
Diorm Code Support 41 35,423 07-18-2017, 03:09 AM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

It's kinda like that. It's a menu where only some "kind" of items will be showed. Those items won't appear in the other menu. It might be an altered "item menu" script where items are filtered to only...
Diorm Code Support 41 35,423 07-17-2017, 08:23 PM
    Thread: Special Items Separate Menu
Post: RE: Special Items Separate Menu

Sorry I'm not that good at making up new script by myself but I try to understand them and make modification at least. Here's a picture of what I'm trying to do: https://img4.hostingpics.net/pics/4132...
Diorm Code Support 41 35,423 07-17-2017, 01:11 AM
    Thread: Special Items Separate Menu
Post: Special Items Separate Menu

Hello all! I'm searching for a way to have to separate menu for items on RMXP. One for Special Item and one for Normal Item. So it might be a script that detect all special kind of item and put them ...
Diorm Code Support 41 35,423 07-11-2017, 02:16 PM