Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Nice love it to see old projects!!
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
Ibuprofen
same her
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
lRetros
Yesterday i tested another time Woodpecker(the WJJ one) and this is the list of the bugs that i found(if someone wants to help us fixing them):
- Private rooms
-Pets only walk(they dont make any actions: drink,eat,talk,play and the petcommands dont work)
-Laying down on beds(You dont lay on the middle and you can walk around your room laying xD)
-Trax & Camera(but it doesnt matter,they aren't basic things)
-When a Habbo is in a room and he is disconnects,he stays in the room even if you reload the room or the Hotel(like in debbo xD)
-If you put the role 7 or 0 you cant enter in to the Hotel and minutes after the server closes
-When you register the Hotel disconnects you(i think its easy to fix,it only has to start the session with the proper packet;because it was adapted for ticket sso) - Public rooms(it isn't a basic thing,but only to know)
-Little bugs on some heightmaps of the public rooms(for example a chair where you can't sit or a place where you can walk and its supposed that you can't do it;but it doesnt matter..)
-You can't change your clothes for swim;and of course Lido & Wobble Squabble dont work
-Infobus poll doesn't work - Basic things for add or remove
-Add welcome message(it doesnt appear)
-Remove the annoying message of the catalogue that appears when you buy a furni: "Yay! it's being delivered now..." (i know that is not a bug but is annoying xd)
-Add more commands(If it has the same than in debbo or more,its okay :P)
-Add petcommands
If we are be able to fix all of the basic things(im not talking about camera,trax,lido,wobble squabble,..) Woodpecker will be even better than Debbo in coded things,because for example it has stack 100%(And if we talk that C# is much much better than VB6..).
PD: CFH works 100% on Public and private rooms(if it doesnt work for you,it means that you dont have configured properly your DCRS):
http://oi48.tinypic.com/29eg3er.jpg
http://oi50.tinypic.com/2wd58ps.jpg
This is a great list. I will update the main post.
Also, the reason you cant enter the hotel as rank 7 is because no such rank exists. Check "userroles.cs"
Code:
/// <summary>
/// Represents a set of values for user roles.
/// </summary>
public enum userRole
{
Banned = 0,
Normal = 1,
Expert = 2,
Silver = 3,
Gold = 4,
Moderator = 5,
Administrator = 6
}
}
Please can you specify whats not configured correctly in the DCR's for the call for help so others can fix?
Will
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Use another loader, try mine:
Quote:
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" id="habbo" width="720" height="540">
<param name="src" value="http://onlineloader.co.cc/v14/habbo.dcr">
<param name="swRemote" value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' ">
<param name="swStretchStyle" value="none">
<param name="swText" value="">
<param name="bgColor" value="#000000">
<param name="sw6" value="external.texts.txt=http://onlineloader.co.cc/v14/external_texts.txt">
<param name="sw2" value="connection.info.host=127.0.0.1;connection.info.port=3090">
<param name="sw4" value="connection.mus.host=game.habbohotel.nl;connection.mus.port=30001">
<param name="sw3" value="client.reload.url=#">
<param name="sw1" value="site.url=http://www.habbohotel.nl;url.prefix=http://www.habbohotel.nl">
<param name="sw5" value="external.variables.txt=http://onlineloader.co.cc/v14/external_vars.txt">
<embed src="http://onlineloader.co.cc/v14/habbo.dcr" bgColor="#000000" width="720" height="540" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/" sw6="external.texts.txt=http://onlineloader.co.cc/v14/external_texts.txt" sw2="connection.info.host=127.0.0.1;connection.info.port=3090" sw4="connection.mus.host=game.habbohotel.nl;connection.mus.port=30001" sw3="client.reload.url=#" sw1="site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk" sw5="external.variables.txt=http://onlineloader.co.cc/v14/external_vars.txt" >
</embed>
</object>
<br>
1 Attachment(s)
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
WJJ
This is a great list. I will update the main post.
Also, the reason you cant enter the hotel as rank 7 is because no such rank exists. Check "userroles.cs"
Code:
/// <summary>
/// Represents a set of values for user roles.
/// </summary>
public enum userRole
{
Banned = 0,
Normal = 1,
Expert = 2,
Silver = 3,
Gold = 4,
Moderator = 5,
Administrator = 6
}
}
Please can you specify whats not configured correctly in the DCR's for the call for help so others can fix?
Will
Thanks for the "role fix" WJJ,if you can put in to your Woodpecker and be updating the Server with the fixes that we can find for the server(Nillus released the code of a command before,and also Near released the fix of laying down on beds) we can complete the server faster ^^.
Talking about the CFH,i used your Woodpecker version but i used the special DCRS of Woodpecker that Moogly gaves me 5 or 6 months ago.I have a lot of experiencie with this,and if CFH is coded on the server,its possible that dont work because:
-You have edited the Interface(If you do it and you dont know how to do it proffesional & clean like me,CFH will not work anymore)
-Some texts of the CFH that are important are missing on the external_texts(I tested with my public Loader,and it was because of this)
My theory is that it doesnt work for you and the rest of the people because you dont have some CFH texts on your external_texts(I think is not problem of the interface because you have the original one with any modifications).So,try using the external_texts that i use with woodpecker(in my point of view they're a total mess and kaotic,but they're in english and i only worked with spanish external_texts):
Attachment 116839
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
jojodisc
same her
Thats because the default Loader that comes with the Woodpecker DCRS is adapted for Ticket SSO,and when the Hotel view loads,it wants to start the session in other way,but it can't do it because he hasn't the user information to start,and thats why it stays all the time there.
The solution is to use a v13 normal Loader that is not adapted for Ticket SSO('use.sso.ticket=0'),WJJ gaves you a good one in the post:
[HTML] v13 Loader - Pastebin.com
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
lRetros
Thanks for the "role fix" WJJ,if you can put in to your Woodpecker and be updating the Server with the fixes that we can find for the server(Nillus released the code of a command before,and also Near released the fix of laying down on beds) we can complete the server faster ^^.
Talking about the CFH,i used your Woodpecker version but i used the special DCRS of Woodpecker that Moogly gaves me 5 or 6 months ago.I have a lot of experiencie with this,and if CFH is coded on the server,its possible that dont work because:
-You have edited the Interface(If you do it and you dont know how to do it proffesional & clean like me,CFH will not work anymore)
-Some texts of the CFH that are important are missing on the external_texts(I tested with my public Loader,and it was because of this)
My theory is that it doesnt work for you and the rest of the people because you dont have some CFH texts on your external_texts(I think is not problem of the interface because you have the original one with any modifications).So,try using the external_texts that i use with woodpecker(in my point of view they're a total mess and kaotic,but they're in english and i only worked with spanish external_texts):
Attachment 116839
Thanks for this. I will put the bed fixes etc into the main source and update the thread.
I used your texts and when i click "GET LIVE HELP NOW!" and i get this: (which didnt come up before):
http://img1.uploadscreenshot.com/ima...23013-orig.jpg
However when i click "OK" nothing happens?
Will
Edit: Im pretty sure its the DCR's that are at fault, can you post the plain ones Moogly gave you that should work with woodpecker? I will merge the link into the main post and provide credits of course.
Will
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" id="habbo" width="720" height="540">
<param name="src" value="http://RELEASE55.hloadcr.org/gamedata/habbo.dcr">
<param name="swRemote" value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' ">
<param name="swStretchStyle" value="none">
<param name="swText" value="">
<param name="bgColor" value="#000000">
<param name="sw6" value="external.texts.txt=http://diaxa.eu/v14/external_texts.txt">
<param name="sw2" value="connection.info.host=127.0.0.1;connection.info.port=3090">
<param name="sw4" value="connection.mus.host=game.habbohotel.nl;connection.mus.port=30001">
<param name="sw3" value="client.reload.url=error.php?language=en">
<param name="sw1" value="site.url=http://www.habbohotel.nl;url.prefix=http://www.habbohotel.nl">
<param name="sw5" value="external.variables.txt=http://RELEASE55.hloadcr.org/vars/vars.php?host=http://RELEASE55.hloadcr.org/gamedata&fondo=xl">
<embed src="http://RELEASE55.hloadcr.org/gamedata/habbo.dcr" bgColor="#000000" width="720" height="540" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/" sw6="external.texts.txt=http://diaxa.eu/v14/external_texts.txt" sw2="connection.info.host=127.0.0.1;connection.info.port=3090" sw4="connection.mus.host=game.habbohotel.nl;connection.mus.port=30001" sw3="client.reload.url=error.php?language=en" sw1="site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk" sw5="external.variables.txt=http://RELEASE55.hloadcr.org/vars/vars.php?host=http://RELEASE55.hloadcr.org/gamedata&fondo=xl" >
</embed>
</object>
With these dcrs the cfh works, the texts however are dutch.
Replace them with your own.
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
That works great! Thank you.
How do we download the DCR's? As they are prehosted and might get taken down etc?
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
WJJ
Thanks for this. I will put the bed fixes etc into the main source and update the thread.
I used your texts and when i click "GET LIVE HELP NOW!" and i get this: (which didnt come up before):
http://img1.uploadscreenshot.com/ima...23013-orig.jpg
However when i click "OK" nothing happens?
Will
Edit: Im pretty sure its the DCR's that are at fault, can you post the plain ones Moogly gave you that should work with woodpecker? I will merge the link into the main post and provide credits of course.
Will
Only if you clic on the last option "A serious issue (harassment, sexual behaviour)" you can write your call for help,the other options only open pop-ups because it was supposed that Sulake could help you viewing his FAQS about that topics.
If you had click on the last option and you also can't write it is very strange,because i fixed the CFH on my public Loader only with the texts(not this ones of Woodpecker).Anyways,i give you the special DCRS for Woodpecker(they aren't like the rest of the DCRS,they're adapted to Woodpecker) that Moogly gaves me months ago:
[v13] Woodpecker DCRS.rar
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
lRetros
Only if you clic on the last option "A serious issue (harassment, sexual behaviour)" you can write your call for help,the other options only open pop-ups because it was supposed that Sulake could help you viewing his FAQS about that topics.
If you had click on the last option and you also can't write it is very strange,because i fixed the CFH on my public Loader only with the texts(not this ones of Woodpecker).
Anyways,i give you the special DCRS for Woodpecker(they aren't like the rest of the DCRS,they're adapted to Woodpecker) that Moogly gaves me months ago:
[v13] Woodpecker DCRS.rar
Thanks for these, they work 100% (and call for help works fine).
I will mirror the upload just incase. I have also updated the main post.
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
Eronisch
With these dcrs the cfh works, the texts however are dutch.
Replace them with your own.
I didn't tested with that Loader,but i dont recommend it because Woodpecker works much better with his especial DCRS,and it has much better secutrity.
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Could you post them here?
By the way, i am getting lots of Created session and destroyed session, but no one actually logins.
Someone knows what is going on?
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Quote:
Originally Posted by
Eronisch
Could you post them here?
By the way, i am getting lots of Created session and destroyed session, but no one actually logins.
Someone knows what is going on?
Yes i did it,if you look,WJJ asked me,but anyways:
[v13] Woodpecker DCRS.rar
And the other thing,if you mean that you want to fix that when you register you get disconnected,i think you only have to know what packet recieves the server and how he interprets it(you can see for example with Debbo),and change the way that makes start the session in the server.
Re: [OldSchool][v13/14] Woodpecker - Fully Working with DCR's & Translated CMS
Not to be a(n) ultra noob here.. But I'm clueless on how to set this up.
Havn't messed with anything Habbo related in at least a year. Anyone up to help me?