seeking upgrade script.

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
Now I'm aware of this script,

http://forums.rpgmakerweb.com/index.php?/topic/17560-crafting-script-v38-updated-2262015/

I but i don't want results to be reversable, as this is to replace buying better weapons, that you just upgrade the default weapons instead, and without timing challenge to complete it, I just want it to be like this when upgrading for example,

*opens upgrade workbench* (specific zones throughout the game)

*select party member*

-brings up their weapon-

requirements to upgrade:

30 scrap metal,

10 tesla coil.

anyone know a script that does this?
 

Sharm

Pixel Tile Artist
Veteran
Joined
Nov 15, 2012
Messages
12,760
Reaction score
10,884
First Language
English
Primarily Uses
N/A
I've moved this thread to RGSS3 Script Requests. Please be sure to post your threads in the correct forum next time. Thank you.
 

MeowFace

Meow
Veteran
Joined
Feb 22, 2015
Messages
1,034
Reaction score
184
First Language
Meowish
Primarily Uses
A quick solution will be using a craft script with the following formula:

Ingredients needed to make Weapon A +1:

Weapon A x 1

Scrap Metal x 30

Coil x 20
 

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
Is there a script with this feature? I have no idea how to script.
 

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
I'm using this script,

https://mrbubblewand.wordpress.com/rgss3/tactics-ogre-psp-crafting-system/

and i got the required script for it to work, but I got this error message,

"Script 'Crafting' line 1152: NameError occurred.

uninitialized constant Object::Window_InfoPages"

tried changing the add on's script name to "window_InfoPages" just in case, but nothing happened, same results.
 

MeowFace

Meow
Veteran
Joined
Feb 22, 2015
Messages
1,034
Reaction score
184
First Language
Meowish
Primarily Uses
I never used that script so i am not sure. The only craft system i've ever used before for VXA is from 白の魔

http://izumiwhite.web.fc2.com/rgss3/rgss3_004.html

It's one of the easiest to use(and very high compatible) imo..

If you can't understand Japanese you will need a translator. Right click in goggle chrome (if you are using chrome) and choose "translate" should do the trick.
 

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
I never used that script so i am not sure. The only craft system i've ever used before for VXA is from 白の魔

http://izumiwhite.web.fc2.com/rgss3/rgss3_004.html

It's one of the easiest to use(and very high compatible) imo..

If you can't understand Japanese you will need a translator. Right click in goggle chrome (if you are using chrome) and choose "translate" should do the trick.
Error message:

Script 'Crafting' line 877: SyntaxError occurred.

invalid multibyte char (UTF-8)
 
Last edited by a moderator:

MeowFace

Meow
Veteran
Joined
Feb 22, 2015
Messages
1,034
Reaction score
184
First Language
Meowish
Primarily Uses
Download the sample project and see how it's set up in there.
 

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
Download the sample project and see how it's set up in there.
I see how it's set up but there's a few problems,

1. I can't get material items to show up.

2. the text shows in the window as Japanese, and I don't know how to change it to english.
 

MeowFace

Meow
Veteran
Joined
Feb 22, 2015
Messages
1,034
Reaction score
184
First Language
Meowish
Primarily Uses
Just change the vocab setting should do the trick. Not sure what you mean by materials, you mean ingredients? You need to set the recipe in the script.
 

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
Just change the vocab setting should do the trick. Not sure what you mean by materials, you mean ingredients? You need to set the recipe in the script.
What line(s) do ingredients go into?
 

MeowFace

Meow
Veteran
Joined
Feb 22, 2015
Messages
1,034
Reaction score
184
First Language
Meowish
Primarily Uses
below module WD_itemsynthesis_ini
 

MeowFace

Meow
Veteran
Joined
Feb 22, 2015
Messages
1,034
Reaction score
184
First Language
Meowish
Primarily Uses
Somewhere in the script look for 

draw_text.. and you should be able to find the "Required Ingredient" text.

Then further down below the end of the script there's another line with something like text = "XXXX". That's all for it i think.
 

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
Somewhere in the script look for 

draw_text.. and you should be able to find the "Required Ingredient" text.

Then further down below the end of the script there's another line with something like text = "XXXX". That's all for it i think.
I can't find ANYTHING like that, this stupid script is too hard to read. :/
 

MeowFace

Meow
Veteran
Joined
Feb 22, 2015
Messages
1,034
Reaction score
184
First Language
Meowish
Primarily Uses
Use ctrl+f to search in a script

If that doesn't help, then you are probably better off finding another script in the master script list.

Good luck finding one that's easy and high in compatibility! ;)
 

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
Use ctrl+f to search in a script

If that doesn't help, then you are probably better off finding another script in the master script list.

Good luck finding one that's easy and high in compatibility! ;)
Tried that already
 

MeowFace

Meow
Veteran
Joined
Feb 22, 2015
Messages
1,034
Reaction score
184
First Language
Meowish
Primarily Uses
You mean you tried searching with ctrl+f or tried looking for a script in master script list?

If you need help, you have to be more specify on what you did, and how you fail doing it.

Else there's no way i can guess what you did and what you did wrong.

Izumi's script is probably one of the shortest craft script you can find out there. A quick glance should be able to find those text in Japanese you wish to change to English (or whatever language you want). The code part is definitely in english so finding the unicode japanese font in the script shouldn't be hard imo.
 

Lyseth

Potato Mage
Veteran
Joined
May 26, 2015
Messages
716
Reaction score
43
First Language
English
Primarily Uses
RMMV
You mean you tried searching with ctrl+f or tried looking for a script in master script list?

If you need help, you have to be more specify on what you did, and how you fail doing it.

Else there's no way i can guess what you did and what you did wrong.

Izumi's script is probably one of the shortest craft script you can find out there. A quick glance should be able to find those text in Japanese you wish to change to English (or whatever language you want). The code part is definitely in english so finding the unicode japanese font in the script shouldn't be hard imo.
Here's what I did,

I ran the ENTIRE script text through a translator set to change all Japanese text to english (to edit easily), so I then pasted it into the area where custom scripting should go, but then it gives me this error message,

Script 'メイン' line 23: SyntaxError occurred.

unexpected tCONSTANT, expecting keyword_end

...the items of "item" Category_i = true # category window
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,051
Messages
1,018,549
Members
137,837
Latest member
Dabi
Top