Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[RMXP] Net Rmxp Online 2.0

Status
Not open for further replies.
Is there a english server out and with the eng can u change the ip address and more? Just curious can't seem to find it in this topic I do have the eng client XP
 
I hoped someone else asks this.. o.k. I'm gonna be the kid who points at a math class and asks 'whats a number' :D
1) How is this different from Netplay 2.0?
you're using Netplay's scripts, and I think the features you mentioned were in Netplay too.

It's similar to NetPlayPlus 2.0, but with another Server.
huh?
 
its basically easier to set up and use + most systems that had bugs in np+2 have bin fixed, meaning theres a party system, guild system, global battle system and stuff like that all fully working with an easy to set up server
 
Only problem (aside from various script issues) seems to mostly be the translations aren't fully complete..(seems some people have a issue with the server not being in their language even though it was said it was translated to english/french etc I think?)
 

Shinn

Member

Hey people calm down. Too many questions at the same time, the majority have been answered yet. Please read the whole topic before posting.

Download the English Server/Client and read the Guide (everything you need to know is there).
About the game site, Vengeance said he is working on it.

Bug Found:
- CommonEvents doesn't work for skills.

Suggestion:
- Change the MrMo Abs's to a newer version.
- Quest System (make it compatible with ABS, than the player could complete quests killing certain monsters).
 
I think that's what the problem is with some people, they follow a link that says it's a english server but it turns out to still be...Italian? German? I dunno, but anything but english =P

Though yeah..I think there was an update that gave "personal Ips".
 
Hi, i've an update: http://www.mediafire.com/?ybmtybvnxle. This is an italian update, so the client is italian, but don't worry, i think sbach is traslating to english ^^

Well, update:
Server:
More stable and fast (TESTED! XD)

Client:
New windowskin
Module for windows options
Client can save local pg file, so you can insert every script that needs to save its data
Fix Char Selection screen bug
ABS enemy fixed (not tested yet, but i think it work)

Edit:
The site is still working on. Sbach is making it ^^
When i have his permission, i release it
 
Talking about the server...

I can't register.

I set  up everything  but when I'm on the main menu I don't see register >.<

If someone can help me...


Here's my fine_registrazione :

Code:
<html> 
<head>
<?php include("configura.php") ?>
<title><?php echo "$titolo"; ?></title>
</head>
<body background=<?php echo "$i_sfondo"; ?> bgcolor=<?php echo "$colore_sfondo"; ?> link=<?php echo "$colore_link"; ?> text=<?php echo "$colore_text"; ?> alink=<?php echo "$colore_alink"; ?> vlink=<?php echo "$colore_vlink"; ?>>
<div align="center">
<font face=<?php echo "$font_name"; ?>>
<font size=<?php echo "$font_size"; ?> >
<?php include("include/banner.html"); ?> <br>
<table>
<tr>
<td>
<table cellspacing="0">
<tr>
<td background="skin/mainleft_top.gif" height="32" width="12" >
</td>
<td background="skin/tile_back.gif" height="32" width="12">
</td>
<td background="skin/mainright_top.gif" height="32" width="12">
</td>
</tr>
<tr> 
<td background="skin/mainleft.gif" height="32" width="12">
</td>
<td background="skin/b_back.gif">
<?php
 $user = $_POST['account'];
 $pass = $_POST['password'];
 $email = $_POST['email'];
?>
Questi sono i dati da te richiesti per la registrazione:<br>
Username = <?php echo "$user"; ?> <br> Password = <?php echo "$pass"; ?> <br> Email = <?php echo "$email "; ?> <br>
<?php

if (trim($user) != "") {
if (trim($pass) != "") {
if (trim($email) != "") {
 if (file_exists($server_dir."Users/".$user.".ini") == false)
  {
  $file = fopen($server_dir."Users/".$user.".ini","x+");
  fwrite($file,
"[Generale]
Username=$user
Password=$pass
Email=$email
Ban=0
RegisteredByWeb=1
Group=0
[Char1]
Nome=
Dir=2
Map=0
MvSpeed=0
X= 0
Y= 0
ClassID= 0
Hp= 0
Sp= 0
MaxHp= 0
MaxSp= 0
Agi= 0
Eva= 0
Pdef= 0
Mdef= 0
Str= 0
Int= 0
Dex= 0
Level= 0
Exp= 0
Now_Exp= 0
Next_Exp= 0
Chara= 0
Hue= 0
Gold= 0
Weapon= 0
Gilda=
Armor1= 0
Armor2= 0
Armor3= 0
Armor4= 0
SkillsID=
ItemsArrayID=
ItemsArrayQN=
WeaponsArrayID=
WeaponsArrayQN=
ArmorsArrayID=
ArmorsArrayQN=
PM_From=
PM_Obj=
PM_Msg=
Pm
[Char2]
Nome=
Dir=2
Map=0
MvSpeed=0
X= 0
Y= 0
ClassID= 0
Hp= 0
Sp= 0
MaxHp= 0
MaxSp= 0
Agi= 0
Eva= 0
Pdef= 0
Mdef= 0
Str= 0
Int= 0
Dex= 0
Level= 0
Exp= 0
Now_Exp= 0
Next_Exp= 0
Chara= 0
Hue= 0
Gold= 0
Weapon= 0
Gilda=
Armor1= 0
Armor2= 0
Armor3= 0
Armor4= 0
SkillsID=
ItemsArrayID=
ItemsArrayQN=
WeaponsArrayID=
WeaponsArrayQN=
ArmorsArrayID=
ArmorsArrayQN=
PM_From=
PM_Obj=
PM_Msg=
[Char3]
Nome=
Dir=2
Map=0
MvSpeed=0
X= 0
Y= 0
ClassID= 0
Hp= 0
Sp= 0
MaxHp= 0
MaxSp= 0
Agi= 0
Eva= 0
Pdef= 0
Mdef= 0
Str= 0
Int= 0
Dex= 0
Level= 0
Exp= 0
Now_Exp= 0
Next_Exp= 0
Chara= 0
Hue= 0
Gold= 0
Weapon= 0
Gilda=
Armor1= 0
Armor2= 0
Armor3= 0
Armor4= 0
SkillsID=
ItemsArrayID=
ItemsArrayQN=
WeaponsArrayID=
WeaponsArrayQN=
ArmorsArrayID=
ArmorsArrayQN=
PM_From=
PM_Obj=
PM_Msg=
");
  fclose($file);
  echo "<FONT color=#ff0000>Registrazione Riuscita con successo!</font><br>";
  }
  else {echo "<br><FONT color=#ff0000>Account esistene</font><br>";}
 }
else {echo "<br><FONT color=#ff0000>Inserire Email</font><br>";}
 }
else {echo "<br><FONT color=#ff0000>Inserire Password</font><br>";}
 }
 else {echo "<br><FONT color=#ff0000>Nome Account non valido</font><br>";}?>
</td>
<td background="skin/mainright.gif" height="32" width="12">
</td></TD>
</tr>
<tr>
<td background="skin/mainleft_bottom.gif" height="32" width="12">
</td>
<td background="skin/mainbacksub.gif" height="32" width="12">
</td>
<td background="skin/mainright_bottom.gif" height="32" width="12">
</td>
</tr>
</table>



</td>
<td>
<?php include("include/right.php"); ?>
</td>
</tr>
</table>
</font>
</font>
</div>
</body>
</html>


Ps : Sorry for my English,I'm from France...
 
Yo don't n
Abel16":t1noi7fw said:
Talking about the server...
I can't register.
I set  up everything  but when I'm on the main menu I don't see register >.<
If someone can help me...
Here's my fine_registrazione :

You don't need to go on that page. Go in the index page and click on button: REGISTRA
 
holloway":31h1z3ju said:
...I designed that fucking system. If you're going to rip of NP+'s design, at least credit it.

I says NRO is based on NP+ 1.6 made by Me, so the big work is made by him.
O_o I think it's credit, no?
 
Netplay+ is by Meâ„¢, Mr.Mo, Trebor777, with elements by Destined and GoldenAura3 (I think - though I did find out "GoldenAura3's" socket class is actually available from the Ruby source codes and not by GA3, just found by them). Holloway and Iced were mods on the forums, I don't know if they added anything to Netplay+ but they might have done. I was a mod on the forums, but as far as I know I didn't add anything to it. And then there's Lilkev (also a mod on the forums), who I think added something, but I'm not sure. He was working on an auto-updater as far as I know, but never finished it.

What I do know is, to the best of my knowledge:

Basis of Netplay+: Mr.Mo, Meâ„¢, Trebor777
Widget module: Trebor777
ABS: Most likely Mr.Mo and Near Fantastica
Mouse: Astromech, as far as I know
Keyboard: Cybersam, again as far as I know





EDIT:

Credits for Netplay+ 1.6.3 only

  GoldenAura - Netplay
  Muhammet Sivri a.k.a. SharkTooth a.k.a Mr.Mo - Netplay Plusâ„¢
  Derk-Jan Karrenbeld a.k.a. Meâ„¢ - Netplay Plusâ„¢
  SuicideManic - Server
  CyberSam - Mouse and other Input
  Near Fantastica - Keyboard Input
  Astro_Mech - Mouse and other Input
 
Sweet Vengeance":3rqa5hrj said:
Yo don't n
Abel16":3rqa5hrj said:
Talking about the server...
I can't register.
I set  up everything  but when I'm on the main menu I don't see register >.<
If someone can help me...
Here's my fine_registrazione :

You don't need to go on that page. Go in the index page and click on button: REGISTRA
The index page oO,sorry to be a noob,but where is the index page.

This is how I do :

I open the server,then the game,and after that,I'm on the main menu.

And there,I don't see Registra,but Username,Password,And Login....

If someone can help me it would be nice ^^

Sorry for my English I'm from French...
 
The index page oO,sorry to be a noob,but where is the index page.
This is how I do :
I open the server,then the game,and after that,I'm on the main menu.
And there,I don't see Registra,but Username,Password,And Login....
If someone can help me it would be nice ^^
Sorry for my English I'm from French...

Did you set up the web server? and take the NWWW folder in? You need to open them with a browser, not by a notepad...

Basis of Netplay+: Mr.Mo, Meâ„¢, Trebor777
Widget module: Trebor777
ABS: Most likely Mr.Mo and Near Fantastica
Mouse: Astromech, as far as I know
Keyboard: Cybersam, again as far as I know
  GoldenAura - Netplay
  Muhammet Sivri a.k.a. SharkTooth a.k.a Mr.Mo - Netplay Plusâ„¢
  Derk-Jan Karrenbeld a.k.a. Meâ„¢ - Netplay Plusâ„¢
  SuicideManic - Server
  CyberSam - Mouse and other Input
  Near Fantastica - Keyboard Input
  Astro_Mech - Mouse and other Input

Well, this is the credits list? I'll add it to the project ^^
 
Sweet Vengeance":3rq1lzdk said:
Hi, i've an update: http://www.mediafire.com/?ybmtybvnxle. This is an italian update, so the client is italian, but don't worry, i think sbach is traslating to english ^^

Well, update:
Server:
More stable and fast (TESTED! XD)

Client:
New windowskin
Module for windows options
Client can save local pg file, so you can insert every script that needs to save its data
Fix Char Selection screen bug
ABS enemy fixed (not tested yet, but i think it work)

Edit:
The site is still working on. Sbach is making it ^^
When i have his permission, i release it

ok the client works so far with the old server. I update the old serer diles with the new ones and try to start the server and i get run time error out of ram, but the old server works no problem.
 
Status
Not open for further replies.

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top