Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

RealityRP [HabboRP][C#][PHP][R63]

Status
Not open for further replies.
Experienced Elementalist
Joined
Aug 28, 2011
Messages
211
Reaction score
240
Im kinda gutted i didn't start running PlusRP on this instead of crappy PhxRP which gets no updates.
 
Newbie Spellweaver
Joined
Aug 1, 2012
Messages
22
Reaction score
0
I'm now done with this Emulator and will be developing an RP edit based off another source. It will have gangs, games, attacking pets/bots 100% and I'll probably be releasing it because I know everyone's been asking me for the server we use on Pixel. So anyone who needs help with the server feel free to send me a private message.

Im kinda gutted i didn't start running PlusRP on this instead of crappy PhxRP which gets no updates.
You'll get into quite a lot of problems with it, especially with PlusRP's user count. The server sometimes gets buggy when you hit around 60-70 users.
 
Initiate Mage
Joined
Oct 26, 2012
Messages
3
Reaction score
0
Awesome, but i want to translate all commands and such.

These are the errors i get when i try to Rebuild it:

Warning 1 Cannot find wrapper assembly for type library "Microsoft.Office.Core". Verify that (1) the COM component is registered correctly and (2) your target platform is the same as the bitness of the COM component. For example, if the COM component is 32-bit, your target platform must not be 64-bit. Reality
Warning 2 The referenced component 'Microsoft.Office.Core' could not be found.

Does anybody have an idea how to fix this?
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
Awesome, but i want to translate all commands and such.

These are the errors i get when i try to Rebuild it:

Warning 1 Cannot find wrapper assembly for type library "Microsoft.Office.Core". Verify that (1) the COM component is registered correctly and (2) your target platform is the same as the bitness of the COM component. For example, if the COM component is 32-bit, your target platform must not be 64-bit. Reality
Warning 2 The referenced component 'Microsoft.Office.Core' could not be found.

Does anybody have an idea how to fix this?

Install Microsoft Office... :3
 
Newbie Spellweaver
Joined
Aug 1, 2012
Messages
22
Reaction score
0
For all those people asking for the Jobs script I decided I'll release mine.

How to install
Open navicat and right click groups_details
Once you've right clicked it, select Design Table
Right click and select Add field.
Name the field open and make the type an int
Now you've created the field 'open'
You need to do the exact same thing this, this time you'll name it spots.
Now save the table.
Copy the jobs_apply.php script to anywhere on your website.

Now you're going to add this script somewhere on your website.
Jobs Avaliable (<?php
$getCount = "SELECT COUNT(id) as jobs_amount
FROM
groups_details WHERE open = '1'";
$sRow = mysql_fetch_array(mysql_query($getCount));
$total = $sRow['jobs_amount'];
echo $total;
?>)</h1></div>
<div align="center">
<?php

$result = mysql_query("SELECT * FROM groups_details WHERE open = '1'");

echo "<table cellspacing='3' align='center' width='100%'>
<td align='center' width='25%'><strong>Name</strong></td>
<td align='center' width='25%'><strong>Room ID</strong></td>
<td align='center' width='25%'><strong>Job Payout</strong></td>
<td align='center' width='25%'><strong>Join Now</strong></td>";

while($row = mysql_fetch_array($result))
{
echo "<tr>";
echo "<td align='center'>" . $row['name'] . "</td>";
echo "<td align='center'>" . $row['roomid'] . "</td>";
echo "<td align='center'>" . $row['pay'] . " Credits</td>";
echo "<td align='center'><a href='http://pixelrp.net/jobs_apply.php?id=" . $row['id'] . "'>Join Corperation »</a></td>";
echo "</tr>";
}
echo "</table>";

mysql_close($con);
?>

-
Next thing I'll be creating is an on-site corp management system.
 
Initiate Mage
Joined
Oct 26, 2012
Messages
3
Reaction score
0
Divide, i already have Microsoft Office installed.
Do you know what's the problem?
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
It's party time?!

Divide - RealityRP [HabboRP][C#][PHP][R63] - RaGEZONE Forums


Oh damn, now ive posted my test hotel link and everything :3
 
Last edited:
Newbie Spellweaver
Joined
Oct 8, 2012
Messages
8
Reaction score
1
Can someone upload the whole swfs? with call police instead of add new friends? That would be very nice

TheDictator
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
Attempting to get bots to use teleports and its failing big time :3
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
Got my bots to freely roam and use one-way gates :D
Now, I just need to make the bot chase people through teleports :)
 
Newbie Spellweaver
Joined
Aug 1, 2012
Messages
22
Reaction score
0
Been BETA testing this server over the last 3-4 days and I'll have to say it's turning out very nice :)
 
Status
Not open for further replies.
Back
Top