Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

11 Pages V  < 1 2 3 4 5 > »   
Reply to this topicStart new topic
> RMVX Caterpillar Script
Yuu-Mon Musuedo
post Feb 22 2008, 07:40 PM
Post #41


Gimmie [̲̅$̲̅(̲̅20̲̅)̲̅$̲̅]...
Group Icon

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




Sorry for double post, sorry, sorry, sorry!

But I checked up and tried to use my newbie skills to find out why I kept only getting a error on "line 198" and I found this.

CODE
@followers[i].move_up(*@move_list[i].args)
when j
@followers[i].move_lower_left
when 3


At "when j", I found it a little odd being there since it wasn't highlighted red like the others. So I removed it. After that, I stopped getting that error. Now, I don't know if that was the right thing to do or if I may made another error that might come up later. But I just post this to make sure if this was right or not. So far, nothing is wrong.


__________________________

The Huhja High School martial arts club's captain, known as one of the strongest martial artist captains has passed away last year. Prove of his death, and rumors about the ordinary club members leaving had surfaced to the other schools that are in rivalry to them. They begun taking up the Huhja's turfs and claiming to take over the school next.

The Huhja's martial arts club has now disbanded after a crushing defeat at their turfs.The school's morale quickly started disappearing... Till an quiet first year girl joins the school. This young, quiet, small girl may look weak and helpless, but her martial art style is unseen. With her help, Huhja High must revive the club, gain new allies, discover hidden fighting arts, restore the school's morale, take back their turfs, and defeat their powerful rivals.

A game inspired by: Ranma 1/2, Persona, and Slice-of-Life Animes.
Go to the top of the page
 
+Quote Post
   
shaman666
post Feb 22 2008, 08:01 PM
Post #42


Level 2
Group Icon

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




yeah, the code is wrong, and that was said all along the topic...

change the j to 1 and it'll work


__________________________
Go to the top of the page
 
+Quote Post
   
Diedrupo
post Feb 23 2008, 04:38 PM
Post #43


Level 10
Group Icon

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




Oh yeah sorry about that, hm i should edit the first post to make sure it's correct..
Go to the top of the page
 
+Quote Post
   
nathmatt
post Feb 24 2008, 03:15 PM
Post #44


Level 1
Group Icon

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




were did u upload the text file ?
Go to the top of the page
 
+Quote Post
   
nathmatt
post Feb 24 2008, 03:53 PM
Post #45


Level 1
Group Icon

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




nvm i got it but is there any way for it to work with the foot step script
Go to the top of the page
 
+Quote Post
   
Diedrupo
post Feb 25 2008, 12:47 PM
Post #46


Level 10
Group Icon

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




QUOTE (nathmatt @ Feb 24 2008, 05:00 PM) *
nvm i got it but is there any way for it to work with the foot step script


Does it work if you put the footstep script below it?
Go to the top of the page
 
+Quote Post
   
Someonation
post Mar 1 2008, 10:59 PM
Post #47


Level 8
Group Icon

Group: Revolutionary
Posts: 111
Type: None
RM Skill: Beginner




I can't copy the script.......
I mean i copy the script....but when i paste it on the sprit list above main, all the script comes in 1 line.....please help
Thanks in advance
Eyal
Go to the top of the page
 
+Quote Post
   
Mech-Ah
post Mar 2 2008, 12:23 AM
Post #48


Level 2
Group Icon

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




I seem to have the same problem, with the script pasting. It's annoying.
Go to the top of the page
 
+Quote Post
   
nico_14_ian
post Mar 3 2008, 03:09 AM
Post #49


Level 1
Group Icon

Group: Member
Posts: 11
Type: Developer
RM Skill: Beginner




Question. I added the script to a location above Main but it copied it all onto 1 line. Now I'm getting errors.com
Can anyone help me out? wink.gif
Go to the top of the page
 
+Quote Post
   
Diedrupo
post Mar 4 2008, 10:36 AM
Post #50


Level 10
Group Icon

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




That sounds very weird, I don't get that problem.

Try using the text file?

If that still does not work, I will upload a demo with the script so you can just copy and paste that.
Go to the top of the page
 
+Quote Post
   
Mech-Ah
post Mar 4 2008, 11:44 AM
Post #51


Level 2
Group Icon

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




Thanks a lot! All scripts that previously appeared in one line, now appear normal.
Go to the top of the page
 
+Quote Post
   
Redskyze
post Mar 4 2008, 02:06 PM
Post #52


Level 2
Group Icon

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




Thanks so much...I've always loved the ability to see the whole party on the world map happy.gif


__________________________
One of these days I'll get it. Until then let me just apologize in advance.

Xbox live Gamertag and PSN handle: Redskyze
Go to the top of the page
 
+Quote Post
   
GuardianHX
post Mar 4 2008, 02:51 PM
Post #53


Level 4
Group Icon

Group: Member
Posts: 49
Type: Developer
RM Skill: Skilled




I haven't posted here in SO long, wow.

I have a bit of a problem:
If I only have one person in my party, the game crashes.

Error:
"????? 'Caterpillar' ? 129 ??? NoMethodError ???????
undefined method 'each' for nil:NilClass"

If I start a new game with more then one member, it works fine.


__________________________
Go to the top of the page
 
+Quote Post
   
Diedrupo
post Mar 5 2008, 09:47 AM
Post #54


Level 10
Group Icon

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




QUOTE (GuardianHX @ Mar 4 2008, 03:58 PM) *
I haven't posted here in SO long, wow.

I have a bit of a problem:
If I only have one person in my party, the game crashes.

Error:
"????? 'Caterpillar' ? 129 ??? NoMethodError ???????
undefined method 'each' for nil:NilClass"

If I start a new game with more then one member, it works fine.


Interesting. I've played with just 1 character in my party and it worked fine, but I admit that it happened during gameplay, not at the start of gameplay. I will test it when I get home.

Also, you might want to try using the official english version. You wouldn't get ???'s in error messages, and it might be less buggy.
Go to the top of the page
 
+Quote Post
   
Iceman50046
post Mar 7 2008, 02:41 AM
Post #55



Group Icon

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




mellow.gif
Ok i am new to this hole scripting thing and i am trying to get the catipelliar to work but i am adding a charecter and when it does i get nothin the charecter doesn't fall behind the main
Please help :-(

This post has been edited by Iceman50046: Mar 7 2008, 02:41 AM
Go to the top of the page
 
+Quote Post
   
RedVortex
post Mar 7 2008, 06:24 PM
Post #56


Level 2
Group Icon

Group: Member
Posts: 20
Type: None
RM Skill: Masterful




Did you add the character to your party? Of did you just put an event on the map and change it to the picture of a person?
Go to the top of the page
 
+Quote Post
   
Ilikepie123
post Mar 8 2008, 08:41 PM
Post #57


Sir Jacketh
Group Icon

Group: Revolutionary
Posts: 137
Type: Artist
RM Skill: Undisclosed




OMG! FINALLY! IVE BEEN LOOKING FOR THIS FOR LIKE, EVER!
**I know this is my first post Im sorry if I seem noobish***
But, I know this might be a... LOT... Noobish, but where exactly do you mean by above main? like right here?
# ** Main or at the VERY top of the page? Im confused.. Before you reply Im going to mess around with it and see if I can solve it myself ^^ but yeah, NICE SCRIPT~! biggrin.gif


__________________________
Hmwut?
Go to the top of the page
 
+Quote Post
   
SeeYouAlways
post Mar 8 2008, 09:08 PM
Post #58


Demented Moogle
Group Icon

Group: Banned
Posts: 1,130
Type: None
RM Skill: Undisclosed




In RPG Maker VX's script editor, there are default scripts already. On the bottom there is a script called "Main". You need to post custom scripts above this script, and preferably below the "Materials" section of scripts that RPG Maker VX has defined for you. I hope this helps.


__________________________
Go to the top of the page
 
+Quote Post
   
kritix11
post Mar 9 2008, 01:35 PM
Post #59


Level 5
Group Icon

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




wow... this is just what i need!!!!! thnx alot!!!1


__________________________
I dont stand for the not working stuff. im a critic. GOT IT? GIMME WHAT I WANT!!!!
not really. lol69. f5 f5.

Do what? eat, sleep, play, work, draw, think, create.
enjoy what? play.
live for what? play.
Born to what?

...
...
...
draw...
play...
create...

The imagination is an awesome thing, don't lose it.

[Show/Hide] LOOKIE!!! A PICTURE!
Go to the top of the page
 
+Quote Post
   
Ilikepie123
post Mar 9 2008, 03:20 PM
Post #60


Sir Jacketh
Group Icon

Group: Revolutionary
Posts: 137
Type: Artist
RM Skill: Undisclosed




QUOTE (SeeYouAlways @ Mar 8 2008, 08:15 PM) *
In RPG Maker VX's script editor, there are default scripts already. On the bottom there is a script called "Main". You need to post custom scripts above this script, and preferably below the "Materials" section of scripts that RPG Maker VX has defined for you. I hope this helps.

Okay yeah, I figured that out lol, its not pasting onto one line now, BUT, now it doesnt work T.T It pasted so its not just one line, and I had an error msg, I repasted it, now there is no error message, but it doesnt catarpillar.. Do I have to edit the script so that certain actors follow the leader? Or is it something else? Im confused T.T please help


__________________________
Hmwut?
Go to the top of the page
 
+Quote Post
   

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