Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
Thalesrar

Important Quest Log help

Question

Yeah i have Leon's quest log script but i have 1 small problem with it, when i call the scene the scene opens fine and all, just that theres no text at all, no text to read the quests or even see which ones are completed or not...I found the fix in the demo of the script before...but i don't have that anymore, nor can i even find the demo at all...

 

Only thing i know is that the problem is here :

 

#--------------------------------------------------------------------

# * Object initialization

#--------------------------------------------------------------------

# Leon_Edit add an array for each mission in @mission.

# [mission_id, 1]

#--------------------------------------------------------------------

def initialize

leon_gp_mission_initialize

@mission = {

0 => 1,

1 => 2,

2 => 3,

3 => 2, <----problem.

4 => 1,

5 => 1,

6 => 1,

}

end

end

#--------------------------------------------------------------------

# * Ends Game_Party

#--------------------------------------------------------------------

 

In the demo of the script that part was all in 1 line, and had a small difference that i can't remember... if any of you know about it i would greatly appreciate it if you could tell me the missing piece of the puzzle :/

 

 

Also i have a serious problem browsing this forum, you guys have this Ad that makes 5/6 of the screen black...pretty much nearly blindens me from all the content, is there anyway to disable that annoying ad ( theres a ''CLOSE'' button to the ad at the bottom of the page, but no matter how many times i click it, the Ad remains.)

Edited by Thalesrar

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Are you using the Postality Knights Edition?

And we don't have any advertisements? At least, I am not seeing any.

Share this post


Link to post
Share on other sites
  • 0

3 => 2, <----problem.

 

change the 2 to a 4 or 1. that might help.

Share this post


Link to post
Share on other sites
  • 0

nah changeing it to a 4 or a 1 won't work, and yes i am using postality now because it's like the 15th time i get RMXP

 

But i made this script work before, and the '' 3 => 2 (and others) were all in 1 line, not 1 over the other ( in leon's demo )

 

Do any of you have that demo?

 

and i can post an SS of the ''ad''

 

 

0 => 1,

1 => 2,

2 => 3,

3 => 2,

4 => 1,

5 => 1,

6 => 1,

 

^

this entire section is the problem, it was all in 1 line with []'s in leons demo. i just can't remember the pattern

Edited by Thalesrar

Share this post


Link to post
Share on other sites
  • 0

I think that script is only compatible with the legal version. Because I tried it on PK and it didn't work.

Share this post


Link to post
Share on other sites
  • 0

Oh trust me it can work with PK, theres a needle in a haystack in the script that makes it compatible, which is what i need to find.

Share this post


Link to post
Share on other sites
  • 0

Thats what you get when you use things like PK.

 

And besides, there IS a keygen [Which I do not condone whatsoever] somewhere out there so PK is obsolete isn't it?

Share this post


Link to post
Share on other sites
  • 0

Warning: This post contains acceptance of illegal activity.

 

I have the legal version of XP because of the keygen

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...