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!

uberEmulator [R54, OSS, C#, MySQL]

Status
Not open for further replies.
Retired
Loyal Member
Joined
May 5, 2007
Messages
497
Reaction score
665
Cool, gonna try and add pets and the soccer ball to my "almost-perfect"-uber server ;)

- Martin
 
Joined
Oct 4, 2008
Messages
1,050
Reaction score
308
I'll just download this and edit it so it can be debugged. Then after the next reply, I'll post a d/l link to it.

EDIT:
it cannot be debugged due to the person who coded these "fixes", has coded them with loads of errors. 126 of them to be precise. heres alittle screenie.

Kryptos - uberEmulator [R54, OSS, C#, MySQL] - RaGEZONE Forums
 
Last edited:
Retired
Loyal Member
Joined
May 5, 2007
Messages
497
Reaction score
665
Lmfao, it doesent got the method for InteractorFball xD
Epic failure!

- Martin
 
Newbie Spellweaver
Joined
Sep 3, 2009
Messages
95
Reaction score
27
I'll just download this and edit it so it can be debugged. Then after the next reply, I'll post a d/l link to it.

EDIT:
it cannot be debugged due to the person who coded these "fixes", has coded them with loads of errors. 126 of them to be precise. heres alittle screenie.

Kryptos - uberEmulator [R54, OSS, C#, MySQL] - RaGEZONE Forums

It only gives me 3 errors :x
 
Junior Spellweaver
Joined
Dec 22, 2007
Messages
160
Reaction score
27
Hi Guys, can anyone make commands for UbercMs r54. Commands like: :Invisible, :Roomshutup ETC. If you can please pm Me ?

Invisible command:
case "invisible":

if (Session.GetHabbo().HasFuse("fuse_admin"))
{
if (Session.GetHabbo().SpectatorMode)
{
Session.GetHabbo().SpectatorMode = false;
Session.SendNotif("Spectator mode disabled. Reload the room to apply changes.");
}
else
{
Session.GetHabbo().SpectatorMode = true;
Session.SendNotif("Spectator mode enabled. Reload the room to apply changes.");
}

return true;
}

return false;
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
i so this on youtube they make a tutorial there right!!

but how we can upload and read the server file we make on this uberEmu?

please tell us!!!!
 
Newbie Spellweaver
Joined
Apr 30, 2009
Messages
8
Reaction score
0
Good aport! is the only uber thats work on my hotel :D
 
Experienced Elementalist
Joined
Apr 6, 2009
Messages
296
Reaction score
64
Okey you can't change anything in the emu maybe Krypto gonna to make a full upload
 
Skilled Illusionist
Joined
Jun 21, 2010
Messages
324
Reaction score
54
Spazz EMU v3 is stable ;]

Nothing on this forum is stable. Absouloutly nothing. Take meth0d for example - created a great server, but still had bugs in it.

---------- Post added at 12:04 AM ---------- Previous post was at 12:00 AM ----------

MDK has already said this and I agree 100% with him, theres no point releasing your own edit of uber. It's not making you any popular, half the time when I see an uberEmulator edit of some kind posted in this section, I say to myself "oh probably some nub just scavenged around and put some useless code into it, written his dumbass name all over it and compiled it". There just utter, useless shenanigans.

Just post your code snippets in the development thread that RastaLulz has provided. I know MDK has already said this, but it looks like it needs to be said again. :/
 
Joined
Feb 5, 2010
Messages
415
Reaction score
244
Actually this one wasn't like that, it was open source and it didn't have my name all over the place lol. I though they would work, I saw many of the errors in Roper's ScreenShot, I know how to fix those errors, I'll try to explain this so if anyone wants to try it and see if it works. Go to pet.cs then Cut #region pet food, #region pet drink/bowls #region pet toys and #region Bakests/Pet nests and paste it in RoomItem.cs. Thee error said ItemX doesn't exist in RoomItem.cs probably 'cause it was in pet.cs? and about the Footballs, I don't know, it's missing its class. :S

So yea, sorry. Please close thread. - Kryptos
 
Experienced Elementalist
Joined
Nov 25, 2009
Messages
253
Reaction score
35
I'm getting an error when starting:
IUberPlugin couldn't be found...
 
Status
Not open for further replies.
Back
Top