Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

70 Pages V  « < 68 69 70  
Reply to this topicStart new topic
> Submission: Blue Magic, by Prexus
roxanne410
post Dec 5 2010, 08:46 AM
Post #1381


Level 5
Group Icon

Group: Member
Posts: 72
Type: Event Designer
RM Skill: Undisclosed




This is legitimately one of my top used scripts. I love it a lot. Highly suggested for use smile.gif No problems here smile.gif


__________________________


Celestial Dance is my near complete game :3 Based on the harvest moon romance system


FUTURE HOME OF ARTIST'S CANVAS

The epic game I am working on that I'm not even close to mapping... or spriting... or eventing...
Go to the top of the page
 
+Quote Post
   
joey101
post Dec 5 2010, 11:27 AM
Post #1382


DeadlyWeapon6
Group Icon

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




QUOTE (roxanne410 @ Dec 5 2010, 08:46 AM) *
This is legitimately one of my top used scripts. I love it a lot. Highly suggested for use smile.gif No problems here smile.gif

laugh.gif lol! but it is cool to have it would be cool to learn how do make the font like that


__________________________
Go to the top of the page
 
+Quote Post
   
monzdname
post Dec 8 2010, 09:14 PM
Post #1383


Level 1
Group Icon

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




How do you guys customize your menu background instead of that default blue background??
Go to the top of the page
 
+Quote Post
   
monzdname
post Dec 11 2010, 11:19 PM
Post #1384


Level 1
Group Icon

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




hello there..

I know this topic hasn't been posted by someone for quite some time (3 years!!) but I just used this script recently, and want to use it in the game i'm making..

Using the default Menu system, this script works perfectly.

But I recently changed that CMS into "RYEX's Collapsing CMS" (a CMS also found here)

Things were fine at first, but when I access the equipments menu and try to change armors, or open the shop and buy some armors, the game crashes..
here's an image of that error...


As written in the script at line 56, this error occur on armors only..
the weaponry's fine...

I hope there's a solution to this, although i think the error has something to do with the CMS I installed, coz using the default system doesn't cause error.
I know there's a way to overcome this, but i don't know anything bout scripting. But you guys can biggrin.gif
Thanks

Go to the top of the page
 
+Quote Post
   
Night_Runner
post Dec 11 2010, 11:33 PM
Post #1385


Level 50
Group Icon

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




You're the first person to use this script is seems smile.gif

It has nothing to do with your CMS, Synthesize made a typo, @armor instead of @armors at the start of that line.

I've fixed up that line in the original post, thanks for that smile.gif


__________________________
K.I.S.S.
Want help with your scripting problems? Upload a demo! Or at the very least; provide links to the scripts in question.

Most important guide ever: Newbie's Guide to Switches
Go to the top of the page
 
+Quote Post
   
monzdname
post Dec 11 2010, 11:51 PM
Post #1386


Level 1
Group Icon

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




Wow the reply was fast thumbsup.gif

Well I really think this is useful.
I needed it coz i'm using his "Ammo Requirement" script
and I dont want to bring 99 arrows/bullets in battle

anyway,
THANKS a BUNCH.. biggrin.gif

This post has been edited by monzdname: Dec 11 2010, 11:55 PM
Go to the top of the page
 
+Quote Post
   
icycold2367
post Dec 12 2010, 08:15 PM
Post #1387


Level 3
Group Icon

Group: Member
Posts: 41
Type: Artist
RM Skill: Intermediate




I need a hud thats a bar that can change based on diffrent variables like I use more than one variable for each quest.


__________________________
Check out my game on my website
Ark's Journey - 1% Complete
My Free Webs Website
Go to the top of the page
 
+Quote Post
   
Wata-chan
post Dec 15 2010, 01:44 PM
Post #1388



Group Icon

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




QUOTE (Spirit_Master_X @ Dec 2 2010, 11:36 AM) *
Script is pretty impressive.

My problem is line 133 syntax error

CODE
  = 255 # PIC_FD_OPA transparency of the image.


Do I have to import my own images into pictures and somehow tweak them into the script? if so...I'm screwed =/


I'm having the same error message as well.... and considering how painfully noob I am at this, (just started RPG XP yesterday, lolz!!) I have no clue as to how to fix it. x__x

Any help in this would be much appreciated, though!! Thanks!! ^^
Go to the top of the page
 
+Quote Post
   
TheBen
post Dec 15 2010, 05:25 PM
Post #1389


Intolerable Noob
Group Icon

Group: Revolutionary
Posts: 344
Type: Developer
RM Skill: Beginner




Um... I think it would be best if you used the Portuguese script and the English version as a reference, as the translation program used messed with the "grammar" of the script. The correct line should be:
CODE
PIC_FD_OPA = 255 #Transparency of the image.

Just replace the problem line with that and you should be okay.


__________________________
QUOTE
Great people talk about IDEAS
Average people talk about THINGS
Small people talk about OTHER PEOPLE

- A plaque on a BBQ restaurant in VA
Go to the top of the page
 
+Quote Post
   
brewmeister
post Dec 19 2010, 09:21 AM
Post #1390


Paste above Main
Group Icon

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




Windowskins

To change the windowskin for ALL windows, in the database, on the System tab, you can select a new "Windowskin"
(001-blue01 is the only RTP windowskin, so you'll have to download or make a new windowskin first)

To change just the menu, it takes some scripting.
Windows automatically revert back to the system windowskin, so the easiest way is, at the beginning of Scene_Menu
in the top of the 'main' method, use a variable to remember the current windowskin.
change $game_system.windowskin_name to the new window skin you want.
Then at the bottom of the 'main' method, reset the windowskin back to the remembered value.


__________________________
Go to the top of the page
 
+Quote Post
   
tehpwnerer
post Dec 19 2010, 02:21 PM
Post #1391


Level 4
Group Icon

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




I have a request of an Update to this script..
I did not read all the way through to see if it was suggested yet but better to MAKE sure than not..

Is there any way you can make this as a seperate Window thats called from the menu? Kind of like a second status window? just that displays the variables instead of a status.

I could REALLY use that feature and actually even if you did take this request seriously AND completed it it still couldnt be used by me ..Yet..

I also need ot be able to define which position in the menu its placed..
In my project it has to be placed on the ninth position right after the system (yanfly's yerd menu system) actually this is why lately ive been trying to get you to write me a better explanation of NMI in the achievement script lol..

If i could figure out NMI the last part of this would become obsolete (the part where i asked how to make it on space 9 iin the menu)

Anyways thanks for listening to me friend =)
Your my hero as always..
~TehPwnerer~


__________________________
Go not where there is as path and follow someone else, go instead where there is no path and leave a trail...

Go to the top of the page
 
+Quote Post
   
TherpgmakerVX
post Dec 22 2010, 12:59 PM
Post #1392


Level 1
Group Icon

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




Ooh, nice script! SOCIAL LINK! GO!
Go to the top of the page
 
+Quote Post
   
moselekm
post Dec 24 2010, 04:48 PM
Post #1393


Level 1
Group Icon

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




I was curious if there would be a quick add in for this script to work with Yanfly's DEX and RES stats.

If not, it's cool. I love all your scripts and use all of them, thank you for your submissions.
Go to the top of the page
 
+Quote Post
   
leongon
post Dec 24 2010, 04:50 PM
Post #1394


Leongon of the Village of Awesome
Group Icon

Group: Revolutionary
Posts: 1,006
Type: Developer
RM Skill: Skilled




<edit> I replied thinking in other script before lol.

Use shanghai's passive skills script, that one is made to work with those stats. If you need something specific of this script, like the gaps refill option or mana show controls, i could think of making a patch for you... but try Shangai's first and see if it does what you need.


__________________________
Leon's Basic VX Scripts of Awesome:
Step 1. Passive Skills - Create skills that add passive bonuses. (shitty)
Step
2. Learning from Everyone - Learn skills from enemies, or allies, without being the target of the skill. (nice)
Step 3. Dual Battle Landscapes - Set background and foreground image for your battles. (nice)
Step 4. State Details - Add description to states, and allow viewing them on menu, and in battle. (nice)
Step 5. Item Quality Colors - Colourize item, weapon, armor and skill's name according their quality or affinity. (very nice)
Step 6. Skill Trees - Your actors can have talent trees now, like in the MMORPGs. (extremely nice)
Step 7. Main Menu Manager - Easy, straight, and intuitive total control of commands for the main menu. (very nice)

Drawing commissions are open. Facesets... monsters... anything: click here.


---------------------------------------------------------------------------------------------------------------------------------
Second place again xD
Deadly Christmas setup. 8.04 score... this one was not so fail. Yay!
Twist of Fate. Worst game in the competition... Yay!
Tie with two more guys out of 6 participants, so fail... Yay!
Go to the top of the page
 
+Quote Post
   
moselekm
post Dec 24 2010, 05:01 PM
Post #1395


Level 1
Group Icon

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




I tried that one, but I keep getting an error on battle and outside of battle it doesn't take. I'll post on there and see if I get any answers, yours was the only Passive script out of three that worked perfectly for my dumbass. Lol.

If you're interested the error is:
Script "Passive" line 194 NoMethodError occurred
undefined method 'passive_traits' for nil:NilClass
Go to the top of the page
 
+Quote Post
   
ShinGamix
post Dec 25 2010, 06:10 PM
Post #1396


Level 15
Group Icon

Group: Revolutionary
Posts: 279
Type: Developer
RM Skill: Intermediate




QUOTE (Morngalad @ Sep 29 2010, 01:55 PM) *
Here's a link to the last version of the Neo Mode 7 :
DEMO

And the addon (NeoMode7+) :
Script + DLL


Dear MCG the script download for NeoMode7+.txt has an error on the download page. Why hasn't anyone posted it here to keep it fresh for everyone? Need It for my NeoMode7VX Converter


__________________________
Go to the top of the page
 
+Quote Post
   
yarow12
post Dec 25 2010, 10:43 PM
Post #1397


Level 2
Group Icon

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




I'd love to try this out for myself. Thank you!

Don't necropost unless you have a question or a bug report. ~Kread


__________________________
Is it illegal to kill a man because it's a sin, or because war weren't declared?
Go to the top of the page
 
+Quote Post
   
Morngalad
post Dec 26 2010, 02:04 AM
Post #1398


Level 1
Group Icon

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




Here's another link for the NeoM7+ script : NeoM7+
Go to the top of the page
 
+Quote Post
   
ShinGamix
post Dec 26 2010, 09:00 AM
Post #1399


Level 15
Group Icon

Group: Revolutionary
Posts: 279
Type: Developer
RM Skill: Intermediate




Dear Morngalad

Thank you so much for your fast response. It was suprisingly quick almost like it was a Xmas present.
All I can say is wow and Happy Holidays.
Btw I love the NoeMode7+Vx conersion system and the H-mode 7 looks like it's gonna be great too!

Props to your mad and great skills.
ShinGamix


__________________________
Go to the top of the page
 
+Quote Post
   
Omegas7
post Dec 27 2010, 03:43 PM
Post #1400


Awesome. Epic. Fantastic. Did someone call me?
Group Icon

Group: Revolutionary
Posts: 977
Type: Scripter
RM Skill: Advanced




For the love of everything that is holy. This script is dead. I made a new version, please go here:

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

I will close this topic.


__________________________
Go to the top of the page
 
+Quote Post
   

70 Pages V  « < 68 69 70
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 May 2013 - 11:28 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker