Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: MultiCurrencies
Post: RE: MultiCurrencies

a suggestion for an updated version: option to configure a hash that includes switch ID's. when a particular switch is turned on, at the end of battle, you win the amount of 'gold' specified in the da...
xuroth Scripts Database 9 15,963 09-25-2011, 03:15 PM
    Thread: MultiCurrencies
Post: RE: MultiCurrencies

Use a conditional branch for the event that has 'Battle Processing' in it. If the player wins, use a 'Script' command to manually give the player the alternate currency. For the dual currency battle...
xuroth Scripts Database 9 15,963 09-22-2011, 03:24 PM
    Thread: [XP] Enhanced Details
Post: RE: [XP] Enhanced Details

@Holder2: When I "finish" this system, it can be used for much more than just item/armor/weapon/skill. I plan on updating the interface, adding compatibility with some CMS' and adding some other feat...
xuroth Scripts Database 5 11,844 03-12-2011, 04:23 AM
    Thread: [XP] Enhanced Details
Post: [XP] Enhanced Details

Enhanced Details Author: Xuroth Version: 0.7 Type: Details Display [hr] Introduction This is my first script! This script allows you to show details for your Items, Weapons, Armors, and Skills...
xuroth Scripts Database 5 11,844 03-11-2011, 03:30 AM
    Thread: [XP] Inheritance
Post: RE: [XP] Inheritance

I figured it out. My problem was how I was aliasing the methods. I wasnt calling the old method correctly, but now that I learned, I have adapted my script. In fact, it has allowed me to finish my fir...
xuroth Code Support 19 20,442 03-11-2011, 03:21 AM
    Thread: [XP] Inheritance
Post: RE: [XP] Inheritance

ok, so I played around with changing the color of the title HP in Window_BattleStatus so that when in battle, 'HP' is shown green. this was just a simple way to try to alias methods, though Im not sur...
xuroth Code Support 19 20,442 03-09-2011, 03:25 PM
    Thread: [XP] Inheritance
Post: RE: [XP] Inheritance

i have tried super and i tried using p at different points. simply put, none of my methods are being used, though the class is being called just fine. I placed a p command outside the methods and the ...
xuroth Code Support 19 20,442 03-08-2011, 05:19 PM
    Thread: [XP] Inheritance
Post: RE: [XP] Inheritance

Ok, it tried a new p command right after my block tests if Shift is pressed and still nothing. that means that my entire class that aliases scene_item is not working...
xuroth Code Support 19 20,442 03-08-2011, 06:30 AM
    Thread: [XP] Inheritance
Post: RE: [XP] Inheritance

ok, no matter which method i put Code: -- p 'I am working!' -- in, i never see the popup. so... this class isnt being called... do i need to initialize this new class? like do I need to ...
xuroth Code Support 19 20,442 03-08-2011, 05:55 AM
    Thread: [XP] Inheritance
Post: RE: [XP] Inheritance

I meant that the Item detail window still does not appear... any suggestions?
xuroth Code Support 19 20,442 03-08-2011, 05:35 AM
    Thread: [XP] Inheritance
Post: RE: [XP] Inheritance

ok, this is the complete compatibility patch for his script. Note, i did change the name of the Window_ItemDetailView to Window_Details and changed the name of his global variable. all of these change...
xuroth Code Support 19 20,442 03-08-2011, 04:24 AM
    Thread: [XP] Inheritance
Post: RE: [XP] Inheritance

I am actually working with getting information from Scene_Item, so its necessary. so I do not need to add the entire method. I could really save some time with this. and it is better for compatibilit...
xuroth Code Support 19 20,442 03-03-2011, 08:33 AM
    Thread: [XP] Inheritance
Post: [XP] Inheritance

Hey everyone, I have a question about inheritance. If a new class has inherited from a RTP (or standard) class, it gets all the methods, so I believe... However, if I just want to add to that method...
xuroth Code Support 19 20,442 03-02-2011, 07:03 PM
    Thread: Grouping and Details
Post: RE: Grouping and Details

thanks for the suggestion. im currently on my ipod, so i will attempt that solution when i log back in on my main computer. and i will follow your advise and post my item quality issues in the correc...
xuroth Scripts Database 6 18,384 02-22-2011, 10:53 PM
    Thread: Grouping and Details
Post: RE: Grouping and Details

Hey dude, I think your Mulit Slots! script is incompatible with this one. following your suggestion, GnD is above Multi Slots!, but if I go into the menu to equip a character with an item, it only al...
xuroth Scripts Database 6 18,384 02-22-2011, 06:02 PM