Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - SBR*

1041
Recruitment / Re: The rpg academy
May 12, 2010, 04:22:09 am
@The Niche: Ty! I can't wait to start!

@cubone: I like the new name of RMXP! Do you play as a student or Boz? I hope a student :P. And let's combine everything: One plot is the cheese, one plot is the spoon, and by advancing in the plots, you learn things at the school! Or, maybe not the cheese... And maybe not the spoon too... But I guess something funny is always nice for a game like this. Otherwise, it maybe could get boring. But that's just my opinion... (I'm not a good storywriter, so...)

Anyway, we can work together with the eventing, if Riku agrees. Two people can do more than one! Maybe some puzzles such as an ice-sliding puzzle and a mirror puzzle (you know, if you press up, both characters (one in the mirror and one in the real room) walk, and you can only walk where both the mirror-image and you can walk)? And I guess a simple banking, fishing, running and jumping system?

I can script a system where the player can store notes, so he can always review them if he needs them.

*Starts scripting*

Riku, have you got other ideas? Maybe a 'job' system, where you can choose one or multiple jobs and you can level up and such for a bit more advanced players?

-SBR*
1042
Recruitment / Re: The rpg academy
May 11, 2010, 01:53:49 pm
Why can't the paintbrush-cheese idea be used? Maybe the hero has to make things he learned in the classes about eventing, mapping, pixel-arting and, optionally, scripting (flashbacks ftw!) with the paintbrush on papers to unlock things and, as the ultimate goal, free the gigantic cheese!

Anyway, I'm pretty good at eventing, I can script (CMS's, Shops, etc.) and I can *cough*pixel-art*cough* (<---Not really...). So, you can count me in, well, for a bit. I won't be a full member I guess... But I still think I can do alot. However, I'm really busy (fix the bugs in my guide on Maplestory, finish my scripts, play Maplestory, etc.), but I'd be happy to help!

GL!

-SBR*
1043
Hmmm, I like this! Anyway, I don't really understand why you defide the steps by two everytime. Like:

$game_party.step_hunger = $game_party.steps + (Zer0::STEPS_HUNGER_DOWN / 2))

And, just wondering, where do you update $game_party.step_hunger and $game_party.step_thirst?

Level up!

-SBR*
1044
RMXP Script Database / Re: [XP] Party Swap
May 10, 2010, 11:34:33 am
Nice system! I actually was thinking about making something like this too, but I didn't know that $game_party holds every data of a party (like gold and steps)  :shy:, and, actually, I didn't even think of using $game_party for the players  double:shy:... This could be perfectly used for RMX-OS as multiple file system (I think). That was my first intention for my idea anyway... But why are you using $game_variables[var_id].items in the beginning of method combine_party of module Party? What does it do anyway?

-SBR*

EDIT: Level up!
1045
Tutorials / Re: Herb Gathering System!
May 09, 2010, 02:57:48 pm
Quote from: game_guy on May 09, 2010, 09:57:39 am
Look when the last reply was. The person who wrote this is inactive and has been since July 11, 2009. Please check these things before posting.


Oh, I'm really sorry. I didn't saw that :(. But I didn't know this was so unactive that this remained on the front page... I will remember that :P.Once again, sorry... I'm used to it that off the front page and then posting is necroposting.
1046
Tutorials / Re: Herb Gathering System!
May 09, 2010, 09:07:22 am
Nice idea! But I'm wondering why you use 4 images. Can't you just overwrite the old image by storing it in 1 again? Correct me if I'm wrong  :???:.
1047
RMXP Script Database / Re: [XP] RMX-OS
April 25, 2010, 09:29:59 am
Quote from: arialks on April 25, 2010, 09:17:06 am
wow I'm trying to install MySQL but everytime I do it asks for a premession for everything and wont let me use anything ><"
I need to "Choose Detailed Configuration." I have no idea how, IDK how to use the MySQL ><"


In the first installation, you just have to keep on clicking, then it asks you if you want to configure now or later. Choose 'configure now' and you can do the detailed configuration  :haha:. Good luck!
1048
RMXP Script Database / Re: [XP] RMX-OS
April 22, 2010, 02:30:05 pm
Quote from: jcsnider on April 22, 2010, 07:09:26 am
It is a MySql user problem. Considering it isn't working with your query browser and what not you can determine that it is NOT a RMX-OS error so just google it.


I googled it (yay!) and I found half of the solution. I first stopped the MySQL service, then cd'd a prompt to the bin folder and use 'mysqld --stop-grant-tables'. In an other prompt, cd'd to the bin folder, I use 'mysqld --update-check --all-databases --auto-repair' and I can log in. I go to the command line client and use 'CREATE USER 'root'@'localhost' IDENTIFIED BY "MY PASSWORD (I WON'T TELL YOU!)"', but it says that it can't do that, because the MySQL server is running with --skip-grant-tables. I tried to google how to stop --skip-grant-tables, but I couldn't find it. Anybody has a solution? Thank you in advance!

-SBR*
1049
RMXP Script Database / Re: [XP] RMX-OS
April 21, 2010, 11:55:11 am
Sorry for the second time I post this, but nobody replied to my other post  :^_^':.

Well, I'm trying to make my RMX-OS game work, but I have got a problem: Two days ago it still worked fine. Well, fine, I was at least able to log into the MySQL Query Browser. I tried to run the queries, but they gave errors. The next day (yesterday) I wasn't able to log into MySQL Query Browser anymore at all. The strange thing is: Nothing responds to Localhost or that other numbers that equal Localhost. MySQL, the RMX-OS GUI, everywhere the computer says that Localhost isn't allowed to connect to the MySQL server. The exact error:


Could not connect to the specified instance.

MySQL Error Number 1130
Host 'localhost' is not allowed to connect to this MySQL server

If you want to check the network connection, please click the Ping button.


That's the error for the MySQL Query Browser. For the GUI:


The object reference is not set to a copy of this object.


Thanks in advance!

-SBR*
1050
RMXP Script Database / Re: [XP] RMX-OS
April 19, 2010, 12:08:15 pm
Hmmm, well, now he does nothing anymore >.<. When I try to connect, he doesn't accept Localhost or 127.0.0.1 as host... Strange O.o. Yesterday it worked fine...
1051
RMXP Script Database / Re: [XP] RMX-OS
April 19, 2010, 02:58:49 am
Hello all,
I already made a message like this, but my log in time passed out, so I have to rewrite it  :'(, so I will keep this short.

I find this an awesome script, but I keep on getting tons of errors when I try to run the queries:
I tried to run the RMX-OS SQL Datababase file and after that the update files, but it didn't work.
When I try to run the Database file, I get this error:
Script line: 11   Cannot delete or update a parent row: a foreign key constraint fails
It's on the line that says it has to drop down guilds.
When I try to run the 0.83 to 0.84 file, I get this error:
Script line: 7   You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
When I try to run the 0.87 to 0.9 file, I get this error:
Script line: 8   Table 'guilds' already exists
But I guess that's because I first ran the RMX-OS SQL Database file.
However, the 1.01 to 1.08 file gives no problems.
I'm using MySQL Query Browser.

And I've got another question: Where should I use Localhost and where my real IP? When I try to use my real IP in the script, the script is hanging.

I know these are alot of questions, but I hope you can still answer them  :^_^:.

Uhm, short, yeah, right...  :^_^':

Oh, and Blizz, you're the best!

-SBR*
1052
Wow, nice script! Thank you! But I have got a question: Could you make it so that when you come close enough to the NPC, the NPC will show a message. Maybe with 'Math.hypot'? I tried to do that in an event, but for some reason when making it parallel process, the message shows above the player and when I try to talk to somebody else, he/she says the same as I wanted the NPC with the parallel process to say. That would be a GREAT add-on to this script for ANY game, especcialy online games :P.
1053
14 Here!
1054
Resource Database / Re: Cybele Resource Database
March 28, 2010, 09:20:36 am
Quote from: Hellfire's G_G on March 28, 2010, 08:58:24 am
Try re-installing it, thats all I can say. I cannot seem to reproduce the bug. I downgraded cybele and tried it, and it updated just fine.


Well, I already tried, but that didn't work. But I still can use it. The only problem is that I am never going to be able to update it and I will have to re-download it. But that's not a problem for me. Still, thanks for the help.
1055
Resource Database / Re: Cybele Resource Database
March 28, 2010, 06:57:53 am
The program says that he can't find update166.zip. What should I do? I already made the update file run as administrator, and when I run Cybele.exe, I run it as administrator. Thank you!

Edit: Hmmm, strange. Sometimes it still works when I ignore the error, sometimes not. W/e.
1056
Welcome! / Re: Hello!
February 09, 2010, 01:02:25 am
Quote from: Starrodkirby86 on February 08, 2010, 03:11:51 am
Welcome!

Does SBR have any meaning behind it? And the asterisk too, it certainly can't be that random.

Regardless, make yourself at home!


Yes, it is random :P.  :stupid: I don't really know why it is SBR*. I made it when I was... 7 or so... and I kept it. I don't know why I kept it either... But I can make it have a meaning: Super Bread Rolls to a Star..?

And other people, thank you so much for replying!
1057
Welcome! / Re: Hello!
February 07, 2010, 10:10:03 am
Thank you for replying  :haha:!
1058
Welcome! / Hello!
February 07, 2010, 04:12:07 am
Hello all!

I am new at Chaos-Project. Here is a little introduction of myself:

I started with 2k/3 a long time ago, but stopped with it after a while. I didn't even touch RPG Maker for a while, but when RMXP was released, I tried it and liked it  :D. I made ugly maps and such, but I became better...
A while ago I watched willowsidhe's mapping tutorials at youtube. Mapping: check. By accident, I saw that you can make awesome evented systems. So I started eventing. There was one thing left: Scripting. I wanted to do that too, so I read some tutorials, and I just made my first CMS (and a really ugly and simple HUD...)!

Well, that's it. Oh, and btw, I LOVE this site! And Blizz, you're AWESOME  :haha:!

-SBR*