Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

9 Pages V  « < 6 7 8 9 >  
Closed TopicStart new topic
> Shopoholic v 2.0, Advanced Shopping features (v 2.0 Since June 25)
IkaruTak
post May 26 2009, 10:49 PM
Post #141


Level 2
Group Icon

Group: Member
Posts: 29
Type: Event Designer
RM Skill: Advanced




I have a question, If only like to use the "Vault" system without the bank or the other options of shops, how I can do this?


__________________________


All of u!!! Please!!! Sorry for my bad english xD

Actual Project:
Tales of a Lost Memory

Current Progress:
Histoy: 10%
Maps: 2%
Scripts: 95%
Database: 90%
Translated into English: 0% (I'm actually considering it xD)
Go to the top of the page
 
+Quote Post
   
Ashillion
post May 30 2009, 10:49 AM
Post #142


Level 2
Group Icon

Group: Member
Posts: 19
Type: Artist
RM Skill: Beginner




Hello all.

Shopaholic is a powerful script set. really wonderful.

I've gotten it to work with all my scripts but one.
found here at RMXP:

http://www.rmxp.org/forums/viewtopic.php?f...=641049#p641049

I posted on that side and now here.

As i look into the scripts, seems this could be very hard to do.

but i think maybe if Cmpsr2000 or another scripter with knowlage of the script would
know exactly where the changes must be made.

mostly it would involve adding the code to enable the "whose_item" or "@actor" parts of Individuality.

In all the right places....

I'm learning Ruby, and can read it pretty well but the syntax of some code still escapes me.

any help?

this would be a great script combo.

ash.

Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 9 2009, 01:15 PM
Post #143


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




I'm getting some kind of weird error. The letters and numbers on the left side of the Vault window are overlapping



I really don't know how to fix this at all, lol

Could someone please help?
Go to the top of the page
 
+Quote Post
   
rgangsta
post Jun 9 2009, 01:40 PM
Post #144


Level 8
Group Icon

Group: Revolutionary
Posts: 119
Type: Artist
RM Skill: Skilled




Do you have the redefinitions script above them?


__________________________
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 9 2009, 01:55 PM
Post #145


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




yes I do
Go to the top of the page
 
+Quote Post
   
rgangsta
post Jun 9 2009, 03:19 PM
Post #146


Level 8
Group Icon

Group: Revolutionary
Posts: 119
Type: Artist
RM Skill: Skilled




Well, can't help you there. Are they in order?


__________________________
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 9 2009, 03:59 PM
Post #147


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




yes they're in the right order.

I'm going to try to copy and paste each of the scripts over again
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 9 2009, 04:19 PM
Post #148


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




alright, the Vault seems to be fixed. It seems like I made some kind of edit to the script that I forgot about.

But now I have some more issues:

when you pick an empty Deposit Box in the vault and choose to put an empty space in it, an error comes up. What I mean is:



If I picked that "Empty" space in the Deposit Box section, and select the empty space in my inventory ("Nothing") I get this error




I know there's no reason that someone would want to put an empty space in their deposit box, but accidents happen. Someone might experiment and end up crashing their game. Also, who wants errors in their games?

Issue #2: Is there a way to get rid of the "Buy More Boxes" option at the bottom of the vault. In my game, the player starts out with the max number of available slots, so there is no need to buy more.

Issue #3: I can't get the shops to work. This is what I have in the shop event



Is there something I'm missing?
Go to the top of the page
 
+Quote Post
   
rgangsta
post Jun 9 2009, 05:39 PM
Post #149


Level 8
Group Icon

Group: Revolutionary
Posts: 119
Type: Artist
RM Skill: Skilled




What I did was put the Shopoholic scripts at the end, under every other script, and I ripped the events from the demo itself. Try that.


__________________________
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 9 2009, 05:48 PM
Post #150


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




I didn't know the placement of the scripts mattered

I'll try that

EDIT

It seems to work now, but it cancels out another script sad.gif

I'm not having the best of luck with this

This post has been edited by Lord Moe: Jun 9 2009, 05:53 PM
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 9 2009, 08:37 PM
Post #151


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




What should I do if I just want to use the Vault system and not the bank and Special Shopping?
Go to the top of the page
 
+Quote Post
   
rgangsta
post Jun 10 2009, 01:24 PM
Post #152


Level 8
Group Icon

Group: Revolutionary
Posts: 119
Type: Artist
RM Skill: Skilled




I think the vault comes with the bank. I'm not sure. And about it cancelling your other script, just put that script above or below the Shopoholic scripts. To remove the Shopping, just delete the scripts: 1) Game_Shopping, Window_Shop_Details, Window_Shop_Gold, Window_Shop_Message. 2) Then go to redefinitons script and go to line 64. Erase the whole line. Should day this: $game_shopping = Game_Shopping.new

This post has been edited by rgangsta: Jun 10 2009, 01:30 PM


__________________________
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 10 2009, 03:49 PM
Post #153


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




Okay I got rid of Game_Shopping, Window_Shop_Details, Window_Shop_Gold, Window_Shop_Message, and got rid of line 64 in "redefinitions". Then I set up a Shop Processing event but this is what happened when I tested it



and by the way, thank you very much for helping me out so much.
Go to the top of the page
 
+Quote Post
   
rgangsta
post Jun 11 2009, 06:27 PM
Post #154


Level 8
Group Icon

Group: Revolutionary
Posts: 119
Type: Artist
RM Skill: Skilled




By "undefined method", it means that the script in the event doesn't know what to do. Therefore remove the script from the event and setup a normal shop event.


__________________________
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 11 2009, 08:51 PM
Post #155


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




but that's what I did sad.gif

I set up a regular shop and that's what popped up.
Go to the top of the page
 
+Quote Post
   
rgangsta
post Jun 12 2009, 04:24 PM
Post #156


Level 8
Group Icon

Group: Revolutionary
Posts: 119
Type: Artist
RM Skill: Skilled




...I guess there's no escaping it... huh.gif


__________________________
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 13 2009, 08:31 PM
Post #157


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




well, thanks for helping me up until now. I really appreciate it

bump for anyone else who can help
Go to the top of the page
 
+Quote Post
   
Lord Moe
post Jun 17 2009, 08:00 AM
Post #158


Level 3
Group Icon

Group: Member
Posts: 43
Type: None
RM Skill: Undisclosed




bump
Go to the top of the page
 
+Quote Post
   
grafikal007
post Jun 20 2009, 10:02 PM
Post #159


Level 2
Group Icon

Group: Member
Posts: 29
Type: Artist
RM Skill: Masterful




QUOTE (me like 6 months ago)
I'm getting a couple errors, just from the Demo.


First one is this:


I got this when I deposited all of my items, then tried to deposit 'nothing'. [When I was all out of items to deposit I tried to deposit an empty space in my inventory and got this error.]




The second error is the same as the past few posts:


I got this when I first spent 50,000 Gold in purchasing 50 new storage boxes right from the get go in the demo. No money decreases from buying the boxes. Then I tried again could only buy 10 more for 10,000 Gold. Again no money decreased. Then after that I tried again and could only buy 1 more box for 1,000 Gold. That in turn gave me the above error.


Please help! sad.gif


Still not solved. I know many people have this issue.
Go to the top of the page
 
+Quote Post
   
Okogawa
post Dec 4 2009, 10:22 AM
Post #160



Group Icon

Group: Member
Posts: 1
Type: None
RM Skill: Undisclosed




I'll post images step-by-step in how I make the banking script for the player crash (hope this help sort out the banking bug at least) biggrin.gif

step-1: I start up the bank and put in money to the account
step-2: I choose to transfer the money to another account
step-3: Instead of moving the "marker" to the other account I move it up to the text selection called [Account Interest Rate Balance], and then I hit "confirm".
step-4: Game crash

This bug works with all banking transfer selections, so one could say it's a global banking bug wink.gif


The very best regards

O.

This post has been edited by Okogawa: Dec 4 2009, 10:23 AM
Attached File(s)
Attached File  step_1.jpg ( 33.43K ) Number of downloads: 2
Attached File  step_2.jpg ( 38.7K ) Number of downloads: 1
Attached File  step_3.jpg ( 28.71K ) Number of downloads: 1
Attached File  step_4.jpg ( 19.02K ) Number of downloads: 1
 
Go to the top of the page
 
+Quote Post
   

9 Pages V  « < 6 7 8 9 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 18th June 2013 - 01:03 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker