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!

[Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 21, 2014
Messages
94
Reaction score
15
Fixed bots :D

7944c314b6a03fdd94cb72f7806fc72c - [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 6, 2014
Messages
14
Reaction score
1
BUGS:

- Bots
- Group Gates
- Trax

EDIT: Bots fixed! @Leans can you share your fix?
 
Last edited:
Newbie Spellweaver
Joined
Jul 21, 2014
Messages
94
Reaction score
15
To Allow lower ranks to use the save button on floor go to GameClientMessageHandler.cs and find this
Code:
if (Session.GetHabbo().VIP || Session.GetHabbo().Rank >= 5)
Change 5 to the lowest rank you want to have it for e.g 1 for users
 
Joined
Aug 10, 2011
Messages
7,398
Reaction score
3,301
I know, but i dont like people who are renaming emu's, Mercury is an heavy edit so you may rename it i guess (Aaron did this also), but only 1 fix... No please...

Trololol. Mercury is not a heavy edit. Even if the core and 90% of the code it still shouldn't be renamed.

Aaron bought Uber so he had the rights to do whatever he wanted to do with it.
 
Joined
Apr 24, 2013
Messages
1,684
Reaction score
1,131
I know, but i dont like people who are renaming emu's, Mercury is an heavy edit so you may rename it i guess (Aaron did this also), but only 1 fix... No please...

It's not a heavy edit if I can paste in a big part of code from Butterfly/Swift and the only word I have to change is ButterflyEnvironment. :') No offense by the way, I do like the emulator and it works like the way it should work.
 
Custom Title Activated
Loyal Member
Joined
Jun 27, 2009
Messages
1,571
Reaction score
170
Okay so I think I might know what the problem is about the playlist...

So this playlist:
PLMEJmO47qZ_zjuspOlFcllHSKWwKkpa9e Is a Martin Grixx Playlist the one who created Animals works!

Yet this playlist:

PLz68cPKdtIOxcO2jNfWrKN-4qY6QyDvw_ Katy Perry one came with doesn't work for me
 
Newbie Spellweaver
Joined
Jul 21, 2014
Messages
94
Reaction score
15
Re: [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes]

Why dont post it if you alreay have it fixed...?
I'll release it in a bit just want to look into the emu a bit more before I do.



Okay so I think I might know what the problem is about the playlist...

So this playlist:
PLMEJmO47qZ_zjuspOlFcllHSKWwKkpa9e Is a Martin Grixx Playlist the one who created Animals works!

Yet this playlist:

PLz68cPKdtIOxcO2jNfWrKN-4qY6QyDvw_ Katy Perry one came with doesn't work for me

I really don't know what you mean. I just added another playlist works fine.
4bb160e648876948bdddcc9cd55de383 - [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes] - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Apr 24, 2013
Messages
1,684
Reaction score
1,131
Re: [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes]

How do you go to get the images of YouTube videos in television? From what I understand it takes a php file, but images are not displayed!

74f17b0b75ffdac6b0f5282e5b672e39 - [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes] - RaGEZONE Forums
In the mercury emulator SWF pack is a file called youtubethumbnail.php

Go to RoomItem.cs in your emulator and change:
Message.AppendString("/youtubethumbnail.php?Video=" + this.ExtraData);

To:
Message.AppendString("/PATHTOFILE/youtubethumbnail.php?Video=" + this.ExtraData);

Remember to start with a /, since the path to your website (For example ) will automatically get added to the URL.



A more efficient way would probably be to do it like this:

In ExtraSettings.cs:

After:
PHP:
internal static string FIGUREDATA_URL = "http://www.holobox.com.es/lcnchk/figuredata.xml";

Add:
PHP:
internal static string THUMBNAIL_URL = "/youtubethumbnail.php?Video=";

After:
PHP:
case "figuredata.url":
FIGUREDATA_URL = PARAMS[1];
break;

Add:
PHP:
case "youtube.thumbnail.suburl":
THUMBNAIL_URL = PARAMS[1];
break;

In RoomItem.cs:

Change:
PHP:
Message.AppendString("/youtubethumbnail.php?Video=" + this.ExtraData);

To:
PHP:
Message.AppendString(ExtraSettings.THUMBNAIL_URL + this.ExtraData);

And then set the thumbnail URL in your extra_settings file at youtube.thumbnail.suburl=
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 11, 2012
Messages
11
Reaction score
0
It seems like Battle Banzai isn't working on Mercury. Is there any fix or something like that?
And what about WIRED stacking:
whI3LNJ - [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes] - RaGEZONE Forums


This isn't normal, haha. Thanks for any help in advance.
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Jul 30, 2008
Messages
340
Reaction score
50
Change the stack_height, I don't have this problem. but battle banzai isn't working for me either
 
Junior Spellweaver
Joined
Aug 20, 2013
Messages
114
Reaction score
10
Battle Banzai is working.. Make sure you set the timer.
 
Newbie Spellweaver
Joined
Jul 11, 2012
Messages
11
Reaction score
0
Re: [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes]

Hey donszeh,
i got it working. Thank you. Banzai is working fine, you have to activate the counter (thanks Bullies):

MV3AUXd - [Mercury Emulator] Fixes & Edits [Topic] [Post Your Bugs and Fixes] - RaGEZONE Forums


I've another problem:
I can't drag & drop from the catalogue bug-free. Whenever I drag a piece of furniture directly to the room, it appears, but remains transparent / translucent. I have to open my inventory to get it savely in the room. Does anybody have a solution? Thank you in advance!
 

Attachments

You must be registered for see attachments list
Ragezone Furni Releaser
Joined
Dec 2, 2012
Messages
918
Reaction score
158
Fix for battle banzai:

Change the interactio_type of bb_counter to banzaicounter
 
Status
Not open for further replies.
Back
Top