First off id like to say its a great cms, I love it, just this small problem is really bugging me.
I created an item thats used from the items menu, its an empty bottle that you can fill with water, from the items menu you can empty it, works fine without the cms but with it the whole game crashes when I try to use it.
Heres the event code for the item:
(http://i123.photobucket.com/albums/o296/MightyLink/event.png)
This is the error I get when I try to use the item:
(http://i123.photobucket.com/albums/o296/MightyLink/error-2.png)
And this is the code from that line:
end
(@status_windows + @target_windows).each {|win| win.refresh}
LINE2280==> @skill_window.refresh
@scene = Scene_Map.new
elsif @skill.scope == 7
I could use some help, I don't know whats going on and why it doesn't work with the cms. Im sure it worked before I implimented the cms.
Sounds to me like a bug from an old version... Tried updating the script yet? Also, I released a list in which order my scripts should be: http://forum.chaos-project.com/index.php/topic,23.0.html
ok, i'll update, after all its been almost a year since i been here :P
problem is im not sure if i made any custom changes to it before, i guess i'll have to try it, save the old script to a text file
and i guess i better move the order, i had your cms right at the bottom above main when it should be near the top lol
EDIT:
Ok thanks for the help, but i still need it :P
Updating fixed the item error, then with the new cms I got more errors, first it was the soul rage bar, I managed to fix it by updating the soul rage limit chaos man dude guy thingy system
now im stuck on a font error but this time i dont know what to do, i set up my custom fonts the exact same way as the old version but the game crashes whenever i try to go into the options menu now
(http://i123.photobucket.com/albums/o296/MightyLink/fonterror.png)
def get_skin_and_font
@font_name = $game_system.fontname
LINE1075==> @current_font = BlizzCFG::CMS_FONTS.index(@font_name)
@skin_name = $game_system.windowskin_name
self.current_skin = BlizzCFG::CMS_SKINS.index(@skin_name)
end
My font config in the cms script is as followed:
FONTS = ['Arial', 'Comic Sans MS', 'Tahoma', 'Times New Roman']
which worked fine in the old version so i got no clue what the problem is, i hate to keep bugging you like this but your scripts are very good and i would at least like to get my game up to the "playable" state
Don't double post within 24 hours. :P
That error means theres not a module called Blizz_CFG
Check if theres a Blizz:CFG in the begining of the cms.
thanks, i found the problem, blizzard changed the values of the config from FONTS = to CMS_FONTS = , i copied the entire block from the old config when i should of just copied the fonts
looks like everythings working now, thanks guys for everything, and btw i like the extra options in the new version like changing the names of the battle menu, i prefer to call it Summons instead of Chaos Drive :P
keep up the great work blizzard
I was just going to post what you said how to fix it. xD