-
Content Count
5,686 -
Joined
-
Last visited
-
Days Won
108
Content Type
Profiles
Forums
Blogs
Downloads
Calendar
Gallery
Everything posted by Marked
-
Haha, okay. Well see if you can follow this... Do the same thing, but for the commands do this: Create two set move route commands, exactly the same, for the lilly and player, and just set the move left, move right things to create your path. Is it something like two bits of land separated by water, and you ride the lilly across? Shall I make a small example of that?
-
originalOkay guys, this is really really strange. Unfortunately it is not a duplicate member. But I did find him, his id is 7465(posting it here so i dont have to find it again). The problem is so strange. It is all to do with the custom profile fields. I should have known, that is what "Other Information" is. Oh wait, I just figured it out!(just deleted my whole post...). Okay, in the database cleanup(guess) the profile field columns in the database were deleted. So every time you go to update your profile, information is trying to be inserted into a column that does not exist. Fortunately, I may have a solution. By huge coincidence, I figured how I can solve the issue just yesterday. The solution of course is to add the columns back. The problem with that is, how is that done? Well, I heard in phpmyadmin that if you manually create a column it will print out the sql query for you, paste that in the ipb database toolbox, and you have your columns back. The only issue with that is, each column has specific informtion required that was deleted, but I think I can find it. I'll post back with my results from this. EDIT: it worked! Now that wasn't so challenging :P Just had to create the columns again with the exact same query, just changing the column name each time. I would have never been able to do this if i hadnt been recently learning mysql. Can you guys test it and confirm that it is infact working?
-
Set an event to your lilly pad graphic. Set the trigger in the event editor to: "Player Touch" Then in the commands, 2nd page, click "Set Move Route". From the drop down select "this even", not player. Then you have a lot of choices to choose from of what kind of movement you want. There's, move away from player(will move away from the player in the same direction it was approached), then move left, right etc. I misread the post and thought it said how do you make the lilly stop. I made a demo and everything. :( I'll post it anyway. Eventually you're going to need to learn how to do this: Lilly_Method_1.zip This is for XP right? Could you edit you post and add [XP] or [VX] so we know which engine you're talking about.
-
Well that is debatable. That is why on the RPG Maker XP page I have a table comparing the two engines. I started out in RMXP and havent gotten into RMVX(which makes being an admin a bit harder), so I'm biased towards XP. But I've seen some really cool stuff made with VX which surprised me a lot(the actual thing, not that something cool was made with VX)
-
Who's Online Module: Now stylized to reflect the online members user group. One of my more challenging features, due to working with code slightly more complicated than I'm used to thanks to Joomla. Features: All member group styles Links to Profiles Script Archive Update I am currently learning the php and queries that I need to make this work. But I'm very confident that I can do it, and I will have the main guts of the code done very soon. This will include the ability to edit already submitted work.
-
Welcome to the site. I'd recommend reading these pages if you're going to post outside this topic: http://rmxpunlimited.net/index.php/rmxp.html http://rmxpunlimited.net/index.php/rmvx.html Any interest in Game making or even RPG's? You don't necessarily have to be to be an active member in our community, but most of us have some rpg maker experience.
-
Well I meant to say under that section, so it would be assumed I was talking about everything. I just thought of something. This error may be related to that duplicating member I've mentioned several times. I learnt today about how members ID's are created in the database, its a thing called auto increment. When I banned the spam member today, I got an error saying security mismatch, please submit the form again. I know that the form is trying to alter exiting data in the database(is this case, the members group, which is just changing a value), so therefor it must be having trouble with identifying which member is being edited, and there is something wrong with the ID. WAIT, i know what must be wrong! Each member MUST have a different id, i've got duplicated member errors in on my test board(using this database). There must a member or a database entry in the members table that has identical id's. I'll test my theory out tomorrow and I'll check out a backup and see if I can pinpoint this member. However, last time i deleted a suspected duplicate entry, it duplicated itself continuously.
-
(moved to RPG Maker Support) I noticed your comment in the scripts archive, some I'm assuming you're using this demo?: http://www.rmxpunlimited.net/forums/index....amp;showfile=83 When I tested the demo it worked just fine. So, did you modify the script in any way? Or are you using any other scripts in the project you're getting the error in that could potentially affect this script?
-
I saw the preview of this today when I was at the movies watching something else. Looks pretty funny, no hint of sadness about it though.
-
Pixel movement is where the player moves by 1 pixel each time when you press an arrow key, instead of 32 pixels. In rmxp, when you just tap across, the player will continue moving until he's moved 32 pixels across. You can see in rmxp if you use this script here.
-
Oh, i meant under Other Information. On your profile it's gone as well.
-
PM me when you're ready for your task. Kind in mind it must be near RTP standard, and it will be the a character(just 1 frame). But make sure you're ready and you can do the task. Tomo, if you're still interested in being an eventing teacher, please PM me again.
-
That sounds good Wyzrd. However the forum is going to upgraded soon and with it a different skinning system. I've already got a skin for after the upgrade, which is based on this one. If you create a skin for RMXP Unlimited, I will certainly add it to the skin chooser.
-
Also, everyone's information has been erased. In my profile it says no information for anything. why does this happen........................................... I've known about this error for a while, but didnt realize it was for every single member. When I banned the spammers this happened, but they were banned. There is a problem in the database, something has happened with the member tables. It is extremely difficult to fix because I dont have direct access to the tables and I cant alter them. I can use the phpmyadmin on my forum to get query syntax, but one wrong move and the live site and it may not be fixable. I did notice an abnormality in the of the tables. The total entries in the member forum wasn't equal to the total entries in the member_extra table(where this info is stored). That could be it. What I can do is look at the ISP Drive Error logs and see what I can. I'll also make an offline replica of the forum on my computer and fix it there first, or at least identify the issue. The problem is that its extremely time consuming. It can take more than 2 hours just to get the replica working.... Thanks for reporting the error though. I'm glad someone does.
-
As for member pruning: http://www.rmxpunlimited.net/forums/index.php?showtopic=2487 Ironic you should use the term leeches. In the past I've had misdirected ideas of how to build traffic, as a result we do attract leeches. 12 members a day and how many post? It's ridiculous. Unfortunately we recently lost a source of traffic which attracted newbie rmxp users to our site, and since traffic has been cut by 2/3(users per day). I will be attempting to make a transition from a leech site to a developers site. For example, I've been made these images which I will eventually have on the board index Graphics Modeled Here The idea is, potential developers(that is, users who sprite, script, compose etc. and NOT people just looking for easy resources) will hopefully be made aware RMXP Unlimited is for them, and there are sections for them on our site. This is the start of a personal campaign in order to accomplish that transition. Sorry to the one person who voted for local, the majority prefers the Downloads Manager.
-
Great to have you back, really. Thanks RMXPirate. I think a lot of members do not use the site, at least in comparison to guests who may come just for scripts. Today was my last exam for the semester, so I'm hoping for a speedy release of the script submission section. Also, I have a completely custom reviews section planned based on Arkbennetts design, and I hope to work with him to release it once/if he returns.
-
Sounds like a great idea, Blackbound. I did hear a rumor of a new rpg maker though, that combines features of both engines. If they are going to bring out a new engine, it's likely it will be before 2011.
-
I see birthdays before everyone :P Happy birthday joey. Do anything special?
-
Well, just read the topic and you'll see whats been altered. I'll be in honest in saying this topic didnt need to be made as these arn't major updates or features. I suppose I'm guilty of wanting to show off what I've been working on. I don't consider myself good at coding or even a computer person(ironically), but I've put a bit of time into the new features and surprised myself that I finished some. For example, since the start of the website more than a year ago, I had always wanted the authors in articles to link to their profiles in the forums. There's next to no support for the website software, and a year ago I thought it was impossible. It took me 10 minutes to make it work.
-
Thanks an idea, Grim, but that would increase the bandwidth quite a bit. To be completely honest, I don't even know how much bandwidth we have or use. I know that when were hosted by trap17.com, we almost exceeded the limit which was 10gb. And we didnt have anywhere near as many downloads. Isaacsol hosts RMXP Unlimited, and I'm sure he'd appreciate it if I didnt use up all his server resources :lol:
-
Ha, well I've had a bit of an attitude change. I'm rather dedicated to the site right now, and all the features I've got planned are a return to the members who kept the forum alive. Nice to see you've returned. Without you here, as well as the absence of Ark and Wyz, it wouldn't feel so much like RMXP Unlimited. I feel like I've been so inactive I don't know...anyone around here. Anyway, on the subject of bettering the site, they are many many things to come. Not to mention I cannot do anything on the forum because it will soon be upgraded. The limitations are getting smaller and smaller for me. Of course this means nothing if I'm doing no work on "community". Our main source of traffic is no longer available, and since that happened, the number of users have been cut be 2/3's. This source attracted users who were new to RPG Maker XP, and now we're without it. I have a lot of statistics available to me, and hopefully I can exploit these and eventually increase the quantity of active users. However I face a difficult issue. With less and less RMXP communities being created, more users go to the largest RMXP forums. Decreased competition is bad for little guy. Sorry for rambling... Among all that, I'm trying to get the point across that I'm working on all areas to improve the site. I have goals set, and we'll achieve them as a community. I would like to set up the staff forum again, but I'm worried about the lack of contribution it would get. What are your thoughts? I also had the idea of a "trusted members" forum, which is the same concept except letting in our most active members for their opinions. Uhuh, hopefully that will be soon! I'm confident I will be able to code it. I've often caught myself wondering how I'm going to do it while wondering around the house(which is a serious concern). I figure it will take me a full day to do the coding for most of it. The rest is a real challenge. The screenshots have to local and in their own directory. Challenging. And secondly to be able to edit your submissions. I'll post updates on my progress in my blog. After my exam on Tuesday, I will begin.
-
Column headers Column headers, a feature missed out apon release of the Script Archive, are headers above the various types of information on the category view. This took me ages to do. The script information and the actual headers are in completely different sections, so to get them aligned up perfectly with one another was a real mission. This feature is pretty much five words, and it took 2 hours to do :huh:
-
Okay Cjboy, there's a couple of things that are required before becoming a spriting teacher. -The most important is being able to teach a method. Even if you're the best spriter, but cannot explain how you do it, then its pointless becoming a teacher. -The sprites should have some relevance to RMXP or RMVX. In the case of teaching a shading method, it's not necessary. The main function of spriting is charactersets(not battlers, unless they are animated), so your tutorials/assignments should develop skills in spriting charactersets. Also icons and tilesets. You mentioned before you don't know how to spritesheets yet? -The program you teach in must be a common or free program. Chief mentioned graphicsgale before, I would recommend using it for your tutorials. I don't know anything about the program you said you were learning in, but I would recommend switching for your classes to the more common programs to make your tutorials more attractive to beginning spriters. -you must be dedicated to your position, this is a commitment. The most important thing is that you can teach methods. I don't particularly care how good the sprites look. I would recommend looking through some of these tutorials to help you learn a few of these methods: http://www.pixeljoint.com/pixels/links.asp?id=2192 Finally, if you're still keen on becoming a spriting teacher, I will set you a task and you will have to make me a sprite. It will most likely be the first frame of a characterset, sprited from a description I give or a reference picture I find. I will also call on some trusted staff members to assist in the judging of your spite, to keep things as fair as possible for you.
-
I did the faceset for the girl. I didn't split them up... because I cheated and used color range to recolor it. So you may not want to use them. Oh and I just realized Pol posted the large picture with all the colours that I should have used.