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!

Gold Tree Emulator Edited

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 3, 2014
Messages
32
Reaction score
6
Can you maybe make the {url}/client?forwardId=2&roomId=RoomID

To work? That will be AWESOME!

Ive tried to do that with boost cms
its all about mus commands which i still can't to make it work with the original mus
hmmm
 
Experienced Elementalist
Joined
Jul 31, 2008
Messages
289
Reaction score
22
Thanks for trying the afk command :)

Also, the sign command is not working for me Oo (yes i got the right enables)
everything else is fine
 
Elite Diviner
Joined
Dec 16, 2013
Messages
441
Reaction score
28
Ive tried to do that with boost cms
its all about mus commands which i still can't to make it work with the original mus
hmmm

Does Phoenix have it? Maybe we can copy it or find out something about it
 
Newbie Spellweaver
Joined
Jan 3, 2014
Messages
32
Reaction score
6
Thanks for trying the afk command :)

Also, the sign command is not working for me Oo (yes i got the right enables)
everything else is fine

have you try clear cache? Also try enable 510 u should get sign 0


Does Phoenix have it? Maybe we can copy it or find out something about it

Yes phoenix have it the code is just the same inside gte emu
 
Experienced Elementalist
Joined
Jul 31, 2008
Messages
289
Reaction score
22
have you try clear cache? Also try enable 510 u should get sign 0




Yes phoenix have it the code is just the same inside gte emu


yes enable 510-525 works i copied the command to my emulator and if i put :sign 1 or something like that in the chat, it just does nothing, he wants to run the command but he isnt running it .. :D


btw client room forwarding is working on my hotel:


and could you add or say to me how i can make, that the effect is stopping after i dont know, 1 minute or so?

/EDIT got :brb and :afk working with effect
does anyone know how i can make that the habbo closes his eyes in :brb and wakes up with :back?
that would be a nice detail :)
 
Last edited:
Junior Spellweaver
Joined
Aug 13, 2012
Messages
162
Reaction score
38
Srsly guys learn to code and to read a whole source code.
 
Newbie Spellweaver
Joined
Jan 3, 2014
Messages
32
Reaction score
6
VERSION 4:
Backdoor Removed (sorry i forgot to remove the backdoor shamike and quit unbannable in version 1-3)
Code Cleanup
:sign command changed to :signage or :signboard also work (due to some error occur if i use :sign command)
New Commands
:redroses ~ Red Roses
:blackroses ~ Black Roses
:sunflower ~ Sunflower
:redbook ~ Red Book
:blackbook ~ Black Book
:greenbook ~ Green Book
:beer ~ Beer
:sugarcane ~ Sugar Cane
:present ~ Present Box
:bone ~ Bone
:itemlist ~ this new hand item command list


DOWNLOAD GTE EDITED BY SHAMIKE V4:
1.
2.
3.
4.




yes enable 510-525 works i copied the command to my emulator and if i put :sign 1 or something like that in the chat, it just does nothing, he wants to run the command but he isnt running it .. :D


btw client room forwarding is working on my hotel:

can you please share with us your client.php


and could you add or say to me how i can make, that the effect is stopping after i dont know, 1 minute or so?

/EDIT got :brb and :afk working with effect
does anyone know how i can make that the habbo closes his eyes in :brb and wakes up with :back?
that would be a nice detail :)[/QUOTE]
 
Elite Diviner
Joined
Dec 16, 2013
Messages
441
Reaction score
28
Can you maybe code the infobus in the park so a staff can open or close the door and users can go in or wait? Just like this
shamike - Gold Tree Emulator Edited - RaGEZONE Forums


( It is possible to make on Phoenix )

That will be awesome to get working
 
Experienced Elementalist
Joined
Jul 31, 2008
Messages
289
Reaction score
22
PHP:
			"flash.client.origin" : "popup"<?php if(!empty($_GET['roomId'])){ echo ','; 
			echo "\n\t\t\t\"forward.id\" : \"".htmlspecialchars($_GET['roomId'])."\",\n\t\t\t\"forward.type\" : \"2\""; } ?>

these 2 lines we got for room forwarding :)
 
Elite Diviner
Joined
Dec 16, 2013
Messages
441
Reaction score
28
PHP:
            "flash.client.origin" : "popup"<?php if(!empty($_GET['roomId'])){ echo ','; 
            echo "\n\t\t\t\"forward.id\" : \"".htmlspecialchars($_GET['roomId'])."\",\n\t\t\t\"forward.type\" : \"2\""; } ?>

these 2 lines we got for room forwarding :)

Where should we set it in?
 
Experienced Elementalist
Joined
Jul 31, 2008
Messages
289
Reaction score
22
for me its like this

shamike - Gold Tree Emulator Edited - RaGEZONE Forums


does anyone have this?

shamike - Gold Tree Emulator Edited - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jan 3, 2014
Messages
32
Reaction score
6
PHP:
            "flash.client.origin" : "popup"<?php if(!empty($_GET['roomId'])){ echo ','; 
            echo "\n\t\t\t\"forward.id\" : \"".htmlspecialchars($_GET['roomId'])."\",\n\t\t\t\"forward.type\" : \"2\""; } ?>

these 2 lines we got for room forwarding :)

nice its work on boostcms thanks btw

Where should we set it in?

in your client.php

- - - Updated - - -

for me its like this

shamike - Gold Tree Emulator Edited - RaGEZONE Forums


does anyone have this?

shamike - Gold Tree Emulator Edited - RaGEZONE Forums

what was that for ?
can you show me full code
 
Experienced Elementalist
Joined
Jul 31, 2008
Messages
289
Reaction score
22
its the head from friendstream.. i got the file but i dont know how to setup my web.config right, that he points it to the right file :D
 
Newbie Spellweaver
Joined
Jan 3, 2014
Messages
32
Reaction score
6
its the head from friendstream.. i got the file but i dont know how to setup my web.config right, that he points it to the right file :D

sorry i can't help you about that i just use xampp
 
Experienced Elementalist
Joined
Jul 31, 2008
Messages
289
Reaction score
22
sorry i can't help you about that i just use xampp

is it working for you? :eek:
could you give me the data from .htaccess? i could convert it :)
and maybe also your head imager, maybe yours is better :D
 
Junior Spellweaver
Joined
Aug 13, 2012
Messages
162
Reaction score
38
for me its like this

shamike - Gold Tree Emulator Edited - RaGEZONE Forums


does anyone have this?

shamike - Gold Tree Emulator Edited - RaGEZONE Forums

I use png not gif as filetype.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
		  <rules>
			<rule name="Face">
			  <match url="^(.*).png$" ignoreCase="false" />
			  <action type="Rewrite" url="{R:1}.php" />
			</rule>
		  </rules>
		</rewrite>
	</system.webServer>
</configuration>
 
Elite Diviner
Joined
Dec 16, 2013
Messages
441
Reaction score
28
nice its work on boostcms thanks btw



in your client.php

- - - Updated - - -



what was that for ?
can you show me full code

The code:

"flash.client.origin" : "popup"<?php if(!empty($_GET['roomId'])){ echo ',';
echo "\n\t\t\t"forward.id" : "".htmlspecialchars($_GET['roomId'])."",\n\t\t\t"forward.type" : "2""; } ?>

Does NOT work on Revcms and Gold Tree Emulator or is it me?
 
Junior Spellweaver
Joined
Aug 13, 2012
Messages
162
Reaction score
38
The code:

"flash.client.origin" : "popup"<?php if(!empty($_GET['roomId'])){ echo ',';
echo "\n\t\t\t"forward.id" : "".htmlspecialchars($_GET['roomId'])."",\n\t\t\t"forward.type" : "2""; } ?>

Does NOT work on Revcms and Gold Tree Emulator or is it me?

just insert
"forward.id": "10",
"forward.type": "2"

this direct you into room 10

type 2 = userroom
type 1 = publicroom

"forward.id": "1",
"forward.type": "1"

will send you into the publicroom 1

now read a value from you url
 
Elite Diviner
Joined
Dec 16, 2013
Messages
441
Reaction score
28
just insert
"forward.id": "10",
"forward.type": "2"

this direct you into room 10

type 2 = userroom
type 1 = publicroom

"forward.id": "1",
"forward.type": "1"

will send you into the publicroom 1

now read a value from you url

Thanks! That help me alot! :D

But i don't get how it should be set?

"flash.client.origin" : "popup""forward.id": "10",
"forward.type": "2"

Or?
 
Junior Spellweaver
Joined
Aug 13, 2012
Messages
162
Reaction score
38
Thanks! That help me alot! :D

But i don't get how it should be set?

"flash.client.origin" : "popup""forward.id": "10",
"forward.type": "2"

Or?

Like this:

Code:
var flashvars =
   {
	"external.texts.txt": "http://example/external_flash_texts.txt",
	"external.variables.txt":  "http://example/external_variables.php",
	"sso.ticket": "{$sso}",
	"forward.id": "{$smarty.get.room}",
	"forward.type": "2"
   };

try it by yourself.
 
Status
Not open for further replies.
Back
Top