Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> + [ Get Item Window ] +, * Show window to tell player what item he/she got~
woratana
post Dec 1 2008, 11:53 PM
Post #1


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




Get Item Window II
Version 2.0
by Woratana
Release Date: 19/12/2008


Introduction
I think I haven't release any VX script for a few weeks (or months >_>").

You may remember screenshot from my project Foxsuke. There is a little window that will appear when player get an item.
This is the exact same script I used. I decided to release it since I don't know if I will continue Foxsuke.

The feature that you may like is, it can automatically add items that show on window.
You will not need to use event command to add items anymore. >_>/

Enjoy~^^


Features
Version 1.0
- Show icon, amount, name of the item
- Automatically add items that show on the window
- You can set the number for how long the window will stay
Version 2.0
- The script is now supported to show weapon and armor


Screenshots



Script
Place it above main
Newest Version:
Attached File  VX_GetItemWindow2.txt ( 4.53K ) Number of downloads: 383


Old Version:
Attached File  VX_GetItemWindow.txt ( 4.34K ) Number of downloads: 101



Instruction
- Setup script in the SETUP part

- There is instruction in the script biggrin.gif


Author's Notes
Free for use in your work if credit is included.

Please do not redistribute this script without permission. If you want to post it on any forum, please link to this topic.


Bug Report?
Please give me these informations:
QUOTE
- What is it says in error window?
- When is it get error? (Right after run game, when you choose something, etc.)
- What have you changed in setting part?
- Do you have any other scripts running in your game that may crash with this script?


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
GuyInTraining
post Dec 2 2008, 12:19 AM
Post #2


Aiming for 999999 graze points on UFO
Group Icon

Group: Revolutionary
Posts: 244
Type: Artist
RM Skill: Intermediate




Alright! An alternative and fun way for a treasure chest event!
Thanks, Wora! laugh.gif

Though, I have an add-on request if possible.
Can you make it so that the quantity of the item will show 'words' instead of 'number'?
Like, "You got two Chocolate Bread(s)" instead of "You got Full Potion x 10" like in the screenshot.
You might need a separate script for the words, though.

Thanks in advance. smile.gif


__________________________

Forever!

Signature
Userbars


Play with Tokari!


Charming Miscellany




Go to the top of the page
 
+Quote Post
   
Twilight27
post Dec 2 2008, 09:00 AM
Post #3


Level 19
Group Icon

Group: Revolutionary
Posts: 371
Type: Event Designer
RM Skill: Beginner




Hey this is a nice script, Wora. Though, I have a request, can you and 'originalwij' team up and join both of your scripts? His "Chest Item Pop-Up" script that is...
http://www.rpgrevolution.com/forums/index....showtopic=24000

If these two were combined that would make an awesome Script! (A Script rating of either B+ or A- )


__________________________

Fall to the power of the Emo!
We have cookies!


Notice!! Check out my topic (http://www.rpgrevolution.com/forums/index.php?showtopic=45736&st=0#entry454175) if you're interested in helping me make a script that limits the number of characters & items you use in battle AND also an item durability feature! Thanks for any help in advance!
Go to the top of the page
 
+Quote Post
   
SojaBird
post Dec 2 2008, 10:28 AM
Post #4


Level 51
Group Icon

Group: Revolutionary
Posts: 1,573
Type: Scripter
RM Skill: Advanced




YEAH GO WORA!!

haha again a nice, simple and very usefullscript for actualy everyone.
a nice new start for yar new enter in RRR again.


happy to have ya back on board mate!
greetz, u'r mate SojaBird.


__________________________
Art from the highest shelf?

Scriptology, scripting podcast



HUD's Request Lobby (multiple hud-scripts)


------------------------------------------------------------------

Random Stuff
OMG, it's Hab!!


This is a crazy drawing application! (by me)

How did I learned to script
QUOTE
Hey pim! I'm the Law G14!

For the past couple of months I've been learning RGSS and I've got the basic stuff down such windows, variables, conditional statements, ect. But, I can't see myself making big scripts such as a jumping system or a side view battle system. I was wondering how you learned to script because I really want to know how to script really well.

Thanks in advance.


Hey there,

Well I don't make battle neither though I can still teach you some things :)...
The way I've learned to script is by reading other scripts for the most part.
I've allways been interested in other peoples work but this time I though I had to try to make something myself...and it worked!!
The most importand thing when you go scripting is (at least in my case) that you want to make something to help an other wich can't script.
You also need to feel the competition that's around in the scripting-community.
Cause, I have to say, if you get pushed to get a sertain request done before an other scripter does, you feel POWERFULL!! :P
So that's an other thing...
You also don't need to be afraid to learn from others or helpfiles.
When I write my scripts, I actualy always have the helpfiles open to look things up I don't know or remember.
Then, you must be calm, cause you need to try the script a lot of times.
When I write a script, I test it after almost every changes.
First I set up the major structure.
Like when I make a window-script or part of a script I start with something like this:
CODE
class Window_Name < Window_Base
def initialize(x,y,width,height)
super(x,y,width,height)
refresh
end

def refresh
self.contents.clear
draw_contents
end

def draw_contents
draw_something(with, some, parameters)
end

def update
refresh if @something != @what_it_should_be
end
end
So that's also very important.
Then, the biggest thing I learned scripting from is TRIAL AND ERROR.
That's the most irritating way to learn something, cause it's more ERROR than TRIAL, but it does the trick realy good.

So that's it how I did it.
Now it's up to you.
Do some requests (if I didn't do it allready :P) and learn from them.

Hope that helped you out a little.
If not, keep your eye on the Scriptology-topic (see my sig) where I'll be updating for my scripting(video)tutorials.
Perhaps they're going to be usefull for you one day ;)


Greatzz,
SojaBird.
Go to the top of the page
 
+Quote Post
   
woratana
post Dec 2 2008, 05:44 PM
Post #5


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




@GuyInTraining
I will try that. Not too soon though, since I have big exam coming. biggrin.gif

@Twilight
Could you tell me what features do you want in this script? ^^ I will consider to add them.

@Pim321
I actually be around RRR just about everyday tongue.gif
But I may not post much >_>"


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
Twilight27
post Dec 2 2008, 11:48 PM
Post #6


Level 19
Group Icon

Group: Revolutionary
Posts: 371
Type: Event Designer
RM Skill: Beginner




QUOTE (woratana @ Dec 2 2008, 09:44 PM) *
@Twilight
Could you tell me what features do you want in this script? ^^ I will consider to add them.


Just check the "Chest Item pop-up" script. I'd like it that when you access a chess, the same popping noise occur as the item's icon come out of the chess. Afterwards, I'd like YOUR part of the script to occur where the window message is just like the screenshot at the top of this topic.


__________________________

Fall to the power of the Emo!
We have cookies!


Notice!! Check out my topic (http://www.rpgrevolution.com/forums/index.php?showtopic=45736&st=0#entry454175) if you're interested in helping me make a script that limits the number of characters & items you use in battle AND also an item durability feature! Thanks for any help in advance!
Go to the top of the page
 
+Quote Post
   
SojaBird
post Dec 3 2008, 05:02 AM
Post #7


Level 51
Group Icon

Group: Revolutionary
Posts: 1,573
Type: Scripter
RM Skill: Advanced




QUOTE (woratana @ Dec 3 2008, 02:44 AM) *
@Pim321
I actually be around RRR just about everyday tongue.gif
But I may not post much >_>"


Hehe oke nice, same for me actualy, though, a good comback tongue.gif hehe...well with posting at least *fun*


__________________________
Art from the highest shelf?

Scriptology, scripting podcast



HUD's Request Lobby (multiple hud-scripts)


------------------------------------------------------------------

Random Stuff
OMG, it's Hab!!


This is a crazy drawing application! (by me)

How did I learned to script
QUOTE
Hey pim! I'm the Law G14!

For the past couple of months I've been learning RGSS and I've got the basic stuff down such windows, variables, conditional statements, ect. But, I can't see myself making big scripts such as a jumping system or a side view battle system. I was wondering how you learned to script because I really want to know how to script really well.

Thanks in advance.


Hey there,

Well I don't make battle neither though I can still teach you some things :)...
The way I've learned to script is by reading other scripts for the most part.
I've allways been interested in other peoples work but this time I though I had to try to make something myself...and it worked!!
The most importand thing when you go scripting is (at least in my case) that you want to make something to help an other wich can't script.
You also need to feel the competition that's around in the scripting-community.
Cause, I have to say, if you get pushed to get a sertain request done before an other scripter does, you feel POWERFULL!! :P
So that's an other thing...
You also don't need to be afraid to learn from others or helpfiles.
When I write my scripts, I actualy always have the helpfiles open to look things up I don't know or remember.
Then, you must be calm, cause you need to try the script a lot of times.
When I write a script, I test it after almost every changes.
First I set up the major structure.
Like when I make a window-script or part of a script I start with something like this:
CODE
class Window_Name < Window_Base
def initialize(x,y,width,height)
super(x,y,width,height)
refresh
end

def refresh
self.contents.clear
draw_contents
end

def draw_contents
draw_something(with, some, parameters)
end

def update
refresh if @something != @what_it_should_be
end
end
So that's also very important.
Then, the biggest thing I learned scripting from is TRIAL AND ERROR.
That's the most irritating way to learn something, cause it's more ERROR than TRIAL, but it does the trick realy good.

So that's it how I did it.
Now it's up to you.
Do some requests (if I didn't do it allready :P) and learn from them.

Hope that helped you out a little.
If not, keep your eye on the Scriptology-topic (see my sig) where I'll be updating for my scripting(video)tutorials.
Perhaps they're going to be usefull for you one day ;)


Greatzz,
SojaBird.
Go to the top of the page
 
+Quote Post
   
tofuman
post Dec 6 2008, 08:41 PM
Post #8


Level 2
Group Icon

Group: Member
Posts: 18
Type: None
RM Skill: Beginner




Does this script only work with items?
Can this also work with weapons and armors?

This post has been edited by tofuman: Dec 6 2008, 08:41 PM
Go to the top of the page
 
+Quote Post
   
icecold49
post Dec 6 2008, 09:59 PM
Post #9


My rmvx project is taking longer than I expected...
Group Icon

Group: Revolutionary
Posts: 116
Type: Developer
RM Skill: Advanced




This looks awesome wora, thank you for this one! I'm definitely using this. thumbsup.gif However, I think adding weapons/armors to the script would be a great addition. Also, in that screenshot, what script are you using to create that beautiful sunlight effect (if even a script at all)?


__________________________
Go to the top of the page
 
+Quote Post
   
SuperMaxZero
post Dec 7 2008, 04:30 PM
Post #10


Level 4
Group Icon

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




Is there an option to have it end with a button press instead of by time passing?
When the character is given an item during a series of events, I just can't find the right timing I'm comfortable with.
Go to the top of the page
 
+Quote Post
   
woratana
post Dec 7 2008, 09:04 PM
Post #11


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




QUOTE (tofuman @ Dec 6 2008, 09:41 PM) *
Does this script only work with items?
Can this also work with weapons and armors?

I will improve it in next version thumbsup.gif

QUOTE (icecold49 @ Dec 6 2008, 10:59 PM) *
This looks awesome wora, thank you for this one! I'm definitely using this. thumbsup.gif However, I think adding weapons/armors to the script would be a great addition. Also, in that screenshot, what script are you using to create that beautiful sunlight effect (if even a script at all)?

I don't like to use script much in order to make graphic's effects (unless I need to). So that light effect is purely evented. biggrin.gif

QUOTE (SuperMaxZero @ Dec 7 2008, 05:30 PM) *
Is there an option to have it end with a button press instead of by time passing?
When the character is given an item during a series of events, I just can't find the right timing I'm comfortable with.

I would add that in the next version. Thanks for suggestion pinch.gif


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
Midnight Assassi...
post Dec 7 2008, 09:17 PM
Post #12



Group Icon

Group: Banned
Posts: 0
Type: None
RM Skill: Undisclosed




Great Script! Keep up the awesome work!


__________________________
Banned for attempting to hack the site - The Admin Team
Go to the top of the page
 
+Quote Post
   
woratana
post Dec 19 2008, 10:40 AM
Post #13


Looking for scripter to hire? PM me *O*
Group Icon

Group: +Gold Member
Posts: 1,038
Type: Scripter
RM Skill: Undisclosed




Here come version 2.0

This script now work with armor and weapon~!

Any suggestion is welcome~^^


__________________________
Check out my NEW blog!!!



MVP (Most Valuable Poster) Award 2008


Go to the top of the page
 
+Quote Post
   
icecold49
post Dec 19 2008, 07:48 PM
Post #14


My rmvx project is taking longer than I expected...
Group Icon

Group: Revolutionary
Posts: 116
Type: Developer
RM Skill: Advanced




Finally, the update I've been waiting for. Thank you wora, this script will be a great add-on to my game.


__________________________
Go to the top of the page
 
+Quote Post
   
korboy123
post Dec 20 2008, 10:10 AM
Post #15



Group Icon

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




is there a way you can make it for xp? >.<
Go to the top of the page
 
+Quote Post
   
Stef-san
post Dec 29 2008, 09:09 AM
Post #16


Level 1
Group Icon

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




nice script wora. I will try it out happy.gif
Go to the top of the page
 
+Quote Post
   
xAdamYx
post Aug 28 2010, 06:50 AM
Post #17



Group Icon

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




Im sorry but im rubbish at RMVX and i just dont get the script. I copy and paste it into my scripts in RMVX and i get stuck on what to do after that ! Can someone please help me ?? mellow.gif
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 26th May 2013 - 12:26 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker