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 - Trider250

1
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 20, 2010, 08:18:37 pm
yeah The error I get on the client is 'server won't respond' I have the same problem as him lol
2
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 18, 2010, 08:23:17 pm
oh kk, i'll try it

EDIT:ok I did that, but it keeps getting closed by the 'remote host'
3
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 18, 2010, 03:55:07 pm
hmmm, So now it says "update finished and if game doesn't start automatically then restart it", so It restarts automatically but it still says I have to update again afterwards.  :???:
4
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 13, 2010, 07:47:35 pm
dang it, I thought it was fixed, but now I get the error that there is no such file or directory for the RMXP_update folder


and the weirdest part is that I decided to manually put the folder in there, and I get the same error because it deletes the folder :/
5
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 12, 2010, 09:11:36 pm
:DDDD Thanks you sooo much, that fixed the creation of the tmp folder. It works now :)

EDIT:

Quick Question though, where do we put the files that we want to be update, because I get the error that Data/Map001.rxdata does not exist
6
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 09, 2010, 06:52:27 pm
mine is 32-bit so maybe that is why it won't create the folder
7
RMXP Script Database / Re: [XP] Versioning for RMX-OS
September 08, 2010, 08:53:18 pm
too bad this won't work with windows 7 -.- or my computer just doesn't like me.
8
RMXP Script Database / Re: [XP] RMX-OS
August 30, 2010, 06:16:25 pm
If I wanted to display the users level to everyone in their username? would it be easily possible?
here is an example:

Trider250 [lvl 3]
Blizzard [lvl 58]
etc.

Like I know I would have to find the lvl variable
but where is the area in the script that the username is displayed?
9
RMXP Script Database / Re: [XP] RMX-OS
August 20, 2010, 10:56:55 am
How would you make it so when you type a message and you press enter, it doesn't stay in the message box, cause it gets annoying to having to keep clicking F6. I tried to do it myself, only knowing PHP and JAVA, I tried to make it so if it is active and the user presses enter it makes it unactive. But it never works :/
10
RMXP Script Database / Re: [XP] RMX-OS
August 16, 2010, 04:00:38 pm
ok, I think I found the part that creates the hash
11
RMXP Script Database / Re: [XP] RMX-OS
August 16, 2010, 03:46:52 pm
How do I remove the password encryption for the game? I want to connect it to my websites db, but when I sign up on my website and try to log on to game it says wrong password. Or can I make it so the password is MD5 encrypted? That would be more preferable.
12
RMXP Script Database / Re: [XP] RMX-OS
August 15, 2010, 09:20:59 pm
thanks that worked :)
13
RMXP Script Database / Re: [XP] RMX-OS
August 15, 2010, 03:55:52 pm
How do I get the title screen to play BGM?, I can't figure it out.
14
RMXP Script Database / Re: [XP] Versioning for RMX-OS
August 05, 2010, 06:46:41 pm
Alright, thanks anyway.
15
RMXP Script Database / Re: [XP] Versioning for RMX-OS
August 04, 2010, 09:05:11 pm
ok, I'll try turning off UAC

EDIT: turned of UAC and it still did not work
16
RMXP Script Database / Re: [XP] Versioning for RMX-OS
August 04, 2010, 08:41:17 pm
you were right, still no good. :/
17
RMXP Script Database / Re: [XP] Versioning for RMX-OS
August 04, 2010, 07:34:37 pm
I ran as administrator and it still pops up... Should I create the Directory manually? But what about other users? :/
18
RMXP Script Database / Re: [XP] Versioning for RMX-OS
August 04, 2010, 06:29:48 pm
somehow got it to work, but now I get this problem

19
RMXP Script Database / Re: [XP] Versioning for RMX-OS
August 04, 2010, 05:21:40 pm
ok, I understand. But what does this error mean?

A client at 2010-08-04 03:14:42 UTC has caused an error:
undefined method `gsub!' for nil:NilClass
./Extensions/Updates.rb:54:in `block in client_update'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Extensions/Updates.rb:54:in `each'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Extensions/Updates.rb:54:in `client_update'

C:/Users/WindowsUser/Desktop/RMX-OS Server/Data/Client.rb:43:in `block in handle'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Data/Client.rb:43:in `each_value'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Data/Client.rb:43:in `handle'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Data/Server.rb:275:in `block in run'
20
RMXP Script Database / Re: [XP] Versioning for RMX-OS
August 03, 2010, 11:01:36 pm
ok ,I did that. I have a question though.
if my scripts are located at C:\Users\WindowsUser\Desktop\RMX-OS Client\Data\Scripts.rxdata
how would I make a .txt file?

:file
C:/Users/WindowsUser/Desktop/RMX-OS Client/Data/Scripts.rxdata

and thats it?

oh and I get this error when I try to update

A client at 2010-08-04 03:14:42 UTC has caused an error:
undefined method `gsub!' for nil:NilClass
./Extensions/Updates.rb:54:in `block in client_update'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Extensions/Updates.rb:54:in `each'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Extensions/Updates.rb:54:in `client_update'

C:/Users/WindowsUser/Desktop/RMX-OS Server/Data/Client.rb:43:in `block in handle'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Data/Client.rb:43:in `each_value'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Data/Client.rb:43:in `handle'
C:/Users/WindowsUser/Desktop/RMX-OS Server/Data/Server.rb:275:in `block in run'