Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Something I noticed about the Advanced Shop Status Window
#1
Script and Demo to the Advanced Shop Status Window can be found right here: http://save-point.org/showthread.php?tid=2762
I made a thread because A) RPG Advocate isn't registered and B) as far as I understand Necroposting, this would count as such and if I remember correctly save-point had a rule against, it, so... If you want me to post it there instead, just say so and I'll do that.


Now, what did I notice that I want to make a thread about this?
First of all, a realy small bug that I was able to fix myself: In line 211 it sais:

[Image: intbb.jpg]
That needs to be changed to:
Code:
if int_change != 0
Otherwise, if you raise or decrease the INT with some equipment, the number will show up but no text. And if you raise STR the INT text will show up for no reason.
So...small bug but can be quite anoying.

The second thing I noticed is something that I couldn't figure out just yet. Please take a look at this picture:
Content Hidden

If the "staus" aplies not only to one player but the ones beneath as well, their text will show up smaler. This happens with No Change and Currently Equipped.
It just looks weird and I have no clue what causes this. So I hope someone else has an idea how to fix that.
Friendship is born at that moment when one person says to another: "What! You, too? Thought I was the only one." (C.S. Lewis)
For the time you're laughing, there's nothing wrong in the world. (Colin Mochrie)

If it's funny, make sure people laugh. If it's not funny, make it funny (unless it's actually really serious). (silvercheers)

Please don't spell my name "Yamina-chan". It's all small. Thank you =D
Reply }
#2
After checking my worklist for my game I realized that I had brought up this particular problem allready but had gotten no answer so far.
So...the question still exists: what is causing the second bug and how can I fix that? Any ideas?
I looked into it a few times but scriting really isn't something I know much about...
Friendship is born at that moment when one person says to another: "What! You, too? Thought I was the only one." (C.S. Lewis)
For the time you're laughing, there's nothing wrong in the world. (Colin Mochrie)

If it's funny, make sure people laugh. If it's not funny, make it funny (unless it's actually really serious). (silvercheers)

Please don't spell my name "Yamina-chan". It's all small. Thank you =D
Reply }
#3
You may wish to take a look now, milady.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#4
Thank you a lot! =D
It seems to work perfectly fine now. I may know next to nothing about scripting but out of seer curiosity: what was the problem?
(Also: Milady? XD I don't think I've been called that before *laughs*)
Friendship is born at that moment when one person says to another: "What! You, too? Thought I was the only one." (C.S. Lewis)
For the time you're laughing, there's nothing wrong in the world. (Colin Mochrie)

If it's funny, make sure people laugh. If it's not funny, make it funny (unless it's actually really serious). (silvercheers)

Please don't spell my name "Yamina-chan". It's all small. Thank you =D
Reply }
#5
Besides what you found? Which you spotted brilliantly, might I add...

I doublechecked and made sure that the code itself wasn't changed other than the re-insert of comments, so the original script IS intact in the thread. The errors in what is posted here are the same original errors from Phylomortis.com.

It appears that a second instance of setting the font and fontsize to 24 were not added to the beginning of the for actor.... end block.

It kinda resembled this:
Code:
SET FONT TO 24
FOR ACTOR...
  GET DATA
  IF IT IS THIS....
    SET FONT TO 16
  END
  PRINT IT ON SCREEN
END

When it should have resembled this:
Code:
FOR ACTOR...
  SET FONT TO 24
  GET DATA
  IF IT IS THIS....
    SET FONT TO 16
  END
  PRINT IT ON SCREEN
END

It needed to reset the font for each iteration, but didn't.

Oh, and I fixed that characterset appearance bit by adding a set of code that made sure the window was visible or not.... and to make sure it only worked if the characters were even drawn. If they weren't on the screen, it coulda caused an error if I tried to make non-existant characters invisible. *KE-RASH!*
DerVVulfman's 'regular Joe' account for testing and permissions use.
Who watches the Watchmen?
Reply }
#6
Ah, thanks for explaining ^^ That actually makes sense.
And thanks for solving the problem as well =D
Friendship is born at that moment when one person says to another: "What! You, too? Thought I was the only one." (C.S. Lewis)
For the time you're laughing, there's nothing wrong in the world. (Colin Mochrie)

If it's funny, make sure people laugh. If it's not funny, make it funny (unless it's actually really serious). (silvercheers)

Please don't spell my name "Yamina-chan". It's all small. Thank you =D
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 12,742 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   Sorting Items in Shop Window Melana 13 15,397 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Display State Ranks in Status Screen Melana 3 6,661 04-02-2017, 12:46 AM
Last Post: marketing small business ideas
   Shop Issues :P LunarBerry 4 7,273 11-23-2016, 02:53 AM
Last Post: LunarBerry
   Atoa Custom Battle System: Popup when status change Noctis 6 9,094 02-01-2016, 12:52 AM
Last Post: Noctis
   Showing only specific skills in a window Melana 2 5,296 01-12-2016, 01:34 PM
Last Post: Melana
   [RMXP]Game Over and Atoa Battle Status mishaps firestalker 8 9,655 08-07-2014, 01:59 AM
Last Post: firestalker
   Dargor's Large Party script and shop menu Simon Greedwell 2 6,000 08-28-2013, 10:12 PM
Last Post: Simon Greedwell
   Help with Shop Menu [RPG Maker XP] JackMonty 6 11,730 05-23-2013, 10:14 AM
Last Post: JackMonty
  Changing Window Styles in Game JackMonty 8 9,547 03-22-2013, 11:54 PM
Last Post: JackMonty



Users browsing this thread: