Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[RMXP + RMVX]Quest Script by Samo ! Edited

Status
Not open for further replies.
Quest Script by Samo ! Edited
hj! i'm edit it ! use to RMVX

thông cảm tôi dốt tiếng anh!    <---  English, please.

http://files.myopera.com/namkid9x/files/SCREEN1.PNG[/img]


Use :

RMVX :
.>>>> copy $quest = [] and paste it in Scene_Titles
>> here!
Scene_Titles
def command_new_game
..
$quest = []
...

Script :

This is the way we use spoiler & code tags...

Code:
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Quest Script
# V 2.1
# By Samo, The thief
# My First SCRIPT! :)
# Is the ASCII art ugly? Who cares!
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Updates    Date
# -------    ----
# V 1.0      29/12/06
# V 1.1      4/1/07
# V 2.0      5/1/07
# V 2.1      13/1/07
#
#
# V 1.1    
# - Added Map Background and smaller windows at request of Chronic NG.
# - Added Dificulties and the script is now more clean, Nice and organized for lag
# reduction. 
# V 2.0
# - All the script remodified. NEW SCROLLING SYSTEM
# - Quest class added
# V 2.1
# - Window_command_quest created for complete text color feature
# - More commands to set the quest parameters.
# - Ultra Easy form to create quests
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Place this script above main to work. Then, read this important data:
#
#
#
#
#
# HOW TO CREATE A NEW QUEST:
#
#
#
#
# Very easy, but great results
#
#
#
#
#
# 1- Put this command in a new call script.
# $VAR = Quest.new("Name of Quest", "Image" , "Line1", "Line2", "Line3",
# "Line4","Line5", difficulty, status)
#
# Name, image, lines must be string (between "" (quotes)). Image must be
# 480 x 80.
# Difficulty ranges from 0 (nothing) , 1(EX.EASY) to 5 (EX.HARD)
#
# Status is 0 (nothing), 1(not started), 2(looking for), 3(just finished),
# 4 (Complete).
#
# $VAR must be a global variable, like $quest1, or $mission1.
#
#
#
#
# 2- Then put this:
#
#   $quest.push ($VAR)
#
#
#
# $VAR must be the global variables you defined.
# EXAMPLE OF FIVE QUESTS
#
# $quest.push ($quest1)
# $quest.push ($quest2)
# $quest.push ($quest3)
# $quest.push ($quest4)
# $quest.push ($quest5)
#
#
# Then go to class Quest and fine the line:
#
#   def update_global

# and do the same as above with the $VAR.push (or $quest.push like example).
# Example is the same as above.
#
# 3- The most easy step. Go to Scene_Title (the default one) and find this lines
# and add the line between comments ADDED:

#    $game_player        = Game_Player.new
#-------ADDED-------
#    $q

Please post the rest of the script
 
....You're trying to tell me something.

I think this script was originally a Taiwanese script..? I'm not so sure..but I think he made some edits...
 
stolen script, I can t remember who posted the original but its been on this forum before,
AND I KNOW HE SAYS ITS EDITED
but it seems to me like nothing has changed
 
VirusChris":3mji15sa said:
Would love to use it if ALL the bloody code is there! Where's the rest of the code? >_<


EDIT: I found the VX version here:

http://deadend.antwanmedia.co.uk/rpg-ma ... script-v22


But I want the XP version! *sigh*

I dont rly understand how to make the quests can anyone help?

ty



---------------------------------------------------------------------------------------
98939729.
Cna yuo raed tihs? Olny 55% of plepoe can.

I cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg. The phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it dseno't mtaetr in waht oerdr the ltteres in a wrod are, the olny iproamtnt tihng is taht the frsit and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it whotuit a pboerlm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. Azanmig huh? yaeh and I awlyas tghuhot slpeling was ipmorantt!
fi yuo cna raed tihs, palce it in yuor siantugre.
~ from Kraft
 
this post is useless. i didn't find any script up there. Next time use Spoiler code. sorry im too rude to say That "i'm bad boy after all"
 
Slow down on the spam and necropost. The guy doesn't seem to be very active anymore and I doubt he will anwser you.
Since he never edited his post (and probably won't), I'm locking this.

If you need help with this, ask in the RGSS Support forum.
 
Status
Not open for further replies.

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top