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
> Bestiary, Complete Script | Updated: September 24, 2007
Bot-RRR
post Nov 17 2007, 07:44 AM
Post #1


Level 8
Group Icon

Group: Revolutionary
Posts: 124
Type: None
RM Skill: Undisclosed




Bestiary

Script: http://www.rpgrevolution.com/script/27
Author: Blizzard
Version: 2.2b
Language: Ruby Game Scripting System (RGSS)

Post anything related to the script in this topic.
Go to the top of the page
 
+Quote Post
   
home352
post Jan 3 2008, 03:01 PM
Post #2



Group Icon

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




How would I go about making it so the player can view the Beastiary from the menu? I tried, but it only showed a error when I pressed X to open the menu.
Go to the top of the page
 
+Quote Post
   
jens009
post Jan 3 2008, 04:28 PM
Post #3


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




Paste the script above main.

Go to your Scene_Menu (Either Default or a custom one)

Search

Scene_End.new
and replace it with Scene_Bestiary.new

Replace the word End to Bestiary or whatever you want to call it so that End does not show in your menu.


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
Rpgx
post Jan 3 2008, 05:49 PM
Post #4


lolwut?
Group Icon

Group: Revolutionary
Posts: 924
Type: Event Designer
RM Skill: Undisclosed




or you could add a completely new command instead of taking away end. Nice script by blizzard. Might use it when if I start I game

This post has been edited by Rpgx: Jan 3 2008, 05:49 PM


__________________________




I don't have a lot of userbars....
Go to the top of the page
 
+Quote Post
   
jens009
post Jan 3 2008, 06:09 PM
Post #5


L Did you know? Death gods... only eat apples
Group Icon

Group: +Gold Member
Posts: 2,976
Type: Scripter
RM Skill: Skilled




QUOTE (Rpgx @ Jan 3 2008, 04:49 PM) *
or you could add a completely new command instead of taking away end. Nice script by blizzard. Might use it when if I start I game

Yeah, but if he is using the default menu script, you would have to change the window sizes and add some more few codes.


__________________________

My RMXP Project:


Farewell RRR. =]
Go to the top of the page
 
+Quote Post
   
BillSekowsky
post Mar 28 2008, 12:30 PM
Post #6


Level 2
Group Icon

Group: Member
Posts: 25
Type: Musician
RM Skill: Skilled




Say, I'm new to scripting and I can't seem to make the bestiary work. Every time I try to open up the bestiary in-game this error message shows up:

Script '(*) Bestiary' line 205:NoMethodError occured.
undefined method`-' for nil:NilClass
Go to the top of the page
 
+Quote Post
   
VylePhinder
post Mar 28 2008, 03:39 PM
Post #7



Group Icon

Group: Member
Posts: 2
Type: None
RM Skill: Advanced




Using this script I can only get info on the enemy on the farthest left of the screen, no matter which enemy I target. How do I fix this?
Go to the top of the page
 
+Quote Post
   
Blizzard
post Mar 30 2008, 08:18 AM
Post #8


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




You didn't read the instructions:

QUOTE
# Features:
#
# - display of full data of enemies
# - option to disable different information
# - integrated support for my "Advanced Analyze System"
# - press SHIFT/ENTER to change the appearance of the Bestiary window
# - use LEFT/RIGHT/UP/DOWN to navigate through the information database


@Bill: I'll look into it.

This post has been edited by Blizzard: Mar 30 2008, 08:20 AM


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
GappieMikan
post Apr 5 2008, 08:47 PM
Post #9


Mistress of All Cosmos
Group Icon

Group: Revolutionary
Posts: 456
Type: Developer
RM Skill: Skilled




I Have Bill's same problem

This post has been edited by Pipokary: Apr 5 2008, 08:57 PM


__________________________

Coming soon... "Katamari: The Tale of the Cosmic Realm"

Clicky!

Achievements get:
*Create a Katamari with snow
*Meet the King of All Cosmos in dreams
*Feel the Cosmos like Michiru's


Go to the top of the page
 
+Quote Post
   
Blizzard
post Apr 7 2008, 03:38 AM
Post #10


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Yeah, I checked what the problem was and...

QUOTE
# Compatibility:
#
# 98% compatible with SDK v1.x. 70% compatible with SDK v2.x. May cause
# incompatibility issues with exotic CBS-es. WILL corrupt your old savegames.


That's the only thing that could have gone wrong. tongue.gif


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
BillSekowsky
post Apr 7 2008, 02:25 PM
Post #11


Level 2
Group Icon

Group: Member
Posts: 25
Type: Musician
RM Skill: Skilled




Yeah, thanks m8! That solved it.
Go to the top of the page
 
+Quote Post
   
Retroman
post Apr 9 2008, 11:04 AM
Post #12



Group Icon

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




I am using your Bestiary, and your STCMS- Hybrid edition. When I try to open the bestiary through an item in the menu I get this error; Script ' (*) STCMS - Hybrid Edition' line 2278: NoMethodError occurred. undefined method `refresh' for nil:NilClass How exactly do I fix this?

Edit: Nevermind I fixed it.

This post has been edited by Retroman: Apr 9 2008, 02:45 PM
Go to the top of the page
 
+Quote Post
   
Krenic-The-Hedge...
post Aug 5 2008, 11:15 AM
Post #13


Level 3
Group Icon

Group: Member
Posts: 37
Type: Developer
RM Skill: Intermediate




hey I have a question:
why always that I click a link like tihs one (in the first post), I get to RRR main page and get nothing of the script???
So can someone post the script here, so that I can know what the hell the script is??

This post has been edited by Krenic-The-Hedgehog: Aug 5 2008, 11:18 AM


__________________________
The percentages I present below go from -100% to 100% of completion having 0 of percentage the beginning of the actual making.

Projects in the making (that I'll surely work on only by Summer vacations):
RPG Maker XP
-Keyaku's Journey: Legends Live = 20% ====> Rewriting story script (not code) and most characters dialogues...
-Formula 1: Quicker than the end (Title will SURELY change) = -20% ===> Making character graphics...

iPhone Unity
-Avenger = -75% ===> Compiling story, writing script (not code), ideas on adapting it onto the iPhone scene (with actual code that'll bring visual effects)...
Go to the top of the page
 
+Quote Post
   
Rydin
post Aug 5 2008, 03:35 PM
Post #14


Level 43


Group: Retired Admin Staff
Posts: 1,185
Type: None
RM Skill: Undisclosed




http://www.rpgrevolution.com/forums/index....showtopic=18540

Try this. There's also a link to a different version in there.
Go to the top of the page
 
+Quote Post
   
Blizzard
post Aug 5 2008, 06:59 PM
Post #15


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Here's the link to the original topic of this script. http://forum.chaos-project.com/index.php?topic=121.0
Or you can just use the other script that Rydin posted before me.


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
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: 19th May 2013 - 11:14 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker