Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

4 Pages V  < 1 2 3 4 >  
Reply to this topicStart new topic
> modern algebra's Quest Journal, Author: modern algebra
Unclesatan
post Sep 6 2008, 08:11 AM
Post #21


Level 1
Group Icon

Group: Member
Posts: 14
Type: Artist
RM Skill: Skilled




Is there an easier way to get the ID of your Icon? Lol. I have a HUGE icon set (over 1000 icons), and it would be incredibly time consuming to go through all the icons, so I'm forced to use no icon for my quests.
Go to the top of the page
 
+Quote Post
   
GunZz
post Sep 6 2008, 11:48 AM
Post #22


Level 4
Group Icon

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




Thx for uploading the demo smile.gif
Go to the top of the page
 
+Quote Post
   
Yanfly
post Sep 6 2008, 03:20 PM
Post #23


Level 19
Group Icon

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




A really annoying problem here. Quests don't appear in order of their Quest ID.



At first, I wondered if I was going crazy while I was creating my game, but I fired up my test engine and put in these values to test it:

CODE
when 1
name = 'Number 1'
description = 'Number 1'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 2
name = 'Number 2'
description = 'Number 2'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 3
name = 'Number 3'
description = 'Number 3'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 4
name = 'Number 4'
description = 'Number 4'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 5
name = 'Number 5'
description = 'Number 5'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 6
name = 'Number 6'
description = 'Number 6'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 7
name = 'Number 7'
description = 'Number 7'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 8
name = 'Number 8'
description = 'Number 8'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 9
name = 'Number 9'
description = 'Number 9'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1

when 10
name = 'Number 10'
description = 'Number 10'
objectives[0] = 'Objective 1'
prime = [0]
icon_index = 1


The results are as shown as in the screenshot I posted just above.
Now, is there any way to sort the array? Every attempt I've tried to do so far has lead me to revel in an undefined [] operation.
Gonna bring this up to his own thread at the other forum, too.


__________________________
Go to the top of the page
 
+Quote Post
   
Rory
post Sep 6 2008, 06:15 PM
Post #24


GFX Pro
Group Icon

Group: +Gold Member
Posts: 409
Type: Artist
RM Skill: Skilled




QUOTE (Unclesatan @ Sep 6 2008, 11:33 PM) *
Is there an easier way to get the ID of your Icon? Lol. I have a HUGE icon set (over 1000 icons), and it would be incredibly time consuming to go through all the icons, so I'm forced to use no icon for my quests.


http://www.rpgrevolution.com/forums/?showtopic=11823

Use that script.


__________________________

THE SAVAGE NYMPH
Note: this is Magdreamer, I'm using my real name for my forum name now.
Go to the top of the page
 
+Quote Post
   
modern algebra
post Sep 7 2008, 08:06 AM
Post #25


Level 11
Group Icon

Group: Revolutionary
Posts: 191
Type: Scripter
RM Skill: Skilled




No, I don't mind people posting my script elsewhere as long as they give credit, as Rory has done very visibly. I would post them here myself if I had the time to provide support and updates for my script on other forums. In that vein of thought, I would like you to just add a section to the topic like: For Support or to check for a new version, please visit "link to topic on rmrk". That's just so I don't have to run around to every topic everywhere to provide support for my scripts.

@Hanmac - I'm not really used to working with other scripters, but I'm always up for trying something new.

This post has been edited by modern algebra: Sep 7 2008, 08:08 AM
Go to the top of the page
 
+Quote Post
   
Rory
post Sep 8 2008, 02:55 AM
Post #26


GFX Pro
Group Icon

Group: +Gold Member
Posts: 409
Type: Artist
RM Skill: Skilled




Ah, thanks for coming before I even contacted you. Sorry ;D Been pretty busy with other things, RRR itself is one. Thankks, and I'll post a link.


__________________________

THE SAVAGE NYMPH
Note: this is Magdreamer, I'm using my real name for my forum name now.
Go to the top of the page
 
+Quote Post
   
Rafidelis
post Sep 8 2008, 01:17 PM
Post #27


Level 5
Group Icon

Group: Member
Posts: 71
Type: Scripter
RM Skill: Beginner




Script really quite nice guy ^ ^
Parabens even with that your script in my opinion ..
one of the best already seen that ate today ^ ^
I'm trying to learn rgss and this script will help me a lot, I will investigate
he totally ..


PS: I am Brazilian so I may be writing a word wrong

EDIT::



This post has been edited by Rafidelis: Sep 8 2008, 01:21 PM


__________________________
Nothing Special Today!
Go to the top of the page
 
+Quote Post
   
Aindra
post Sep 8 2008, 03:36 PM
Post #28


Level 1
Group Icon

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




I still don't see the link to modern's quest topic in your OP. (only one that leads to Paragraph Formatter but that's not Quest topic)

Am I missing something?
Go to the top of the page
 
+Quote Post
   
Rory
post Sep 9 2008, 01:46 AM
Post #29


GFX Pro
Group Icon

Group: +Gold Member
Posts: 409
Type: Artist
RM Skill: Skilled




Woah, something must have went wrong. I added it yesterday.

http://rmrk.net/index.php/topic,25533.0.html

Must have added it in the wrong thread, nvm, updated again.


__________________________

THE SAVAGE NYMPH
Note: this is Magdreamer, I'm using my real name for my forum name now.
Go to the top of the page
 
+Quote Post
   
Azuaya
post Sep 9 2008, 02:15 AM
Post #30


Random Wanderer
Group Icon

Group: Revolutionary
Posts: 157
Type: Scripter
RM Skill: Beginner




@YanFly : Have you tried adjusting the Prime = [???] because all your quests seems to be in value of 0.
Try changing them and etc, might help.


__________________________
I wander around the RPG Maker VX forums to help others in need... if I'm bothered.

Go to the top of the page
 
+Quote Post
   
Yanfly
post Sep 9 2008, 01:42 PM
Post #31


Level 19
Group Icon

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




QUOTE (Azuaya @ Sep 9 2008, 02:37 AM) *
@YanFly : Have you tried adjusting the Prime = [???] because all your quests seems to be in value of 0.
Try changing them and etc, might help.


Prime adjusts the objective requirements for the quest to be considered complete. Having a prime of 0 wouldn't affect the sorting order. However, Modern Algebra already solved the ordering issue on the other forum he frequents. For those interested in how it's fixed, I refer you to his post on the other board:

http://rmrk.net/index.php/topic,25533.msg3....html#msg366003

I also strongly urge users who decide to use this script to fix the ordering problems, too. Poorly organized quest listing is something that is near intolerable for quality RPG's. As far as I can tell, there is no real reasoning for the mismatched ordering of the quest listing outside of blaming Ruby's inefficiency when it comes to arrays and hashes.


__________________________
Go to the top of the page
 
+Quote Post
   
Unclesatan
post Sep 9 2008, 11:08 PM
Post #32


Level 1
Group Icon

Group: Member
Posts: 14
Type: Artist
RM Skill: Skilled




QUOTE (Magdreamer @ Sep 6 2008, 06:37 PM) *
QUOTE (Unclesatan @ Sep 6 2008, 11:33 PM) *
Is there an easier way to get the ID of your Icon? Lol. I have a HUGE icon set (over 1000 icons), and it would be incredibly time consuming to go through all the icons, so I'm forced to use no icon for my quests.


http://www.rpgrevolution.com/forums/?showtopic=11823

Use that script.

Thanks so much smile.gif
Go to the top of the page
 
+Quote Post
   
KPaxian
post Oct 21 2008, 06:29 AM
Post #33


Level 5
Group Icon

Group: Member
Posts: 74
Type: Scripter
RM Skill: Skilled




Sorry I'm a noob, but I'm having a great problem with your script!!!
When i want to exit to the menu I get an error.
It says: ????? 'Journal'(the name of the script in my database) ? 903 ??? ArgumentError ???????? comparsion of String with 4 failed
Would be cool if you help me.
Please!!! stupid.gif biggrin.gif biggrin.gif biggrin.gif

Never mind fixed it on my own!!! down.gif down.gif down.gif down.gif down.gif

This post has been edited by KPaxian: Nov 8 2008, 12:00 PM
Go to the top of the page
 
+Quote Post
   
Gamerbird
post Oct 30 2008, 03:22 AM
Post #34


Burn The Skies!
Group Icon

Group: Revolutionary
Posts: 411
Type: Writer
RM Skill: Intermediate




I am wondering if it would be possible to make the objective window scroll.
I have a quest that when it gets to the fourth objective I think it is, it goes off the window.
Is this possible or should I split it in to more quests.


__________________________
Go to the top of the page
 
+Quote Post
   
Klonoa23
post Oct 31 2008, 09:18 AM
Post #35


Level 1
Group Icon

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




QUOTE (Gamerbird @ Oct 30 2008, 03:22 AM) *
I am wondering if it would be possible to make the objective window scroll.
I have a quest that when it gets to the fourth objective I think it is, it goes off the window.
Is this possible or should I split it in to more quests.


Well if you have a lot of objective's, or each objective is long, then you should conceal them. There's a code in the script to make it so certain objectives don't show anymore in the quest log. Say objective 4 is getting cut off, just conceal objective 1 and so on. Once you get to objective 5 conceal #2, and so on.
Go to the top of the page
 
+Quote Post
   
Gamerbird
post Nov 1 2008, 03:38 AM
Post #36


Burn The Skies!
Group Icon

Group: Revolutionary
Posts: 411
Type: Writer
RM Skill: Intermediate




Oh ok, thanks for that.


__________________________
Go to the top of the page
 
+Quote Post
   
goldensun9753
post Nov 14 2008, 01:45 PM
Post #37


Level 1
Group Icon

Group: Member
Posts: 11
Type: None
RM Skill: Skilled




im having a huge problem, when i look at my quest in the menu or get a new one an extra "quest selection appears in the menu, can any1 help plz?
Go to the top of the page
 
+Quote Post
   
Adrien.
post Nov 19 2008, 09:57 PM
Post #38


Bet Mapper
Group Icon

Group: Banned
Posts: 1,632
Type: Mapper
RM Skill: Advanced




What would I have to put for CMposers menu patch in order for this to work? Like Show up in the menu.


__________________________



Games I am working on | Each image is a link to the game
Go to the top of the page
 
+Quote Post
   
Adrien.
post Nov 20 2008, 04:50 PM
Post #39


Bet Mapper
Group Icon

Group: Banned
Posts: 1,632
Type: Mapper
RM Skill: Advanced




QUOTE (Adrien. @ Nov 19 2008, 10:57 PM) *
What would I have to put for CMposers menu patch in order for this to work? Like Show up in the menu.


I would like to use this but because I have oither scripts that effect the menu and or what shows up I have to use Cmposers Menu patch....Does any one know what I have to put in to allow this quest journal to show up?


__________________________



Games I am working on | Each image is a link to the game
Go to the top of the page
 
+Quote Post
   
Adrien.
post Nov 21 2008, 08:58 PM
Post #40


Bet Mapper
Group Icon

Group: Banned
Posts: 1,632
Type: Mapper
RM Skill: Advanced




Ok so I have this:

#Menu Item 4
[Vocab::quests, "$scene = Scene_Quest.new", false, nil],

but "quests", "Quest" and "Quests" do not work for right after vocab. so what would I put?


__________________________



Games I am working on | Each image is a link to the game
Go to the top of the page
 
+Quote Post
   

4 Pages V  < 1 2 3 4 >
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 June 2013 - 11:56 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker