Hey Ragezone,
So I have not posted yet on Ragezone but from what I notice usually Ragezone has better help and support for development, and I really want to figure this one out. So I have created a custom command that when you say
:stack <item ID> <Z>
It will adjust that item to the Z, and usually I have no problems coding custom commands and I have made a good number of them myself, but I have ran into something I have never done before.
So when you say something like
:coins x 500
It will change x into the the person you have clicked. I would like to make it so that I can say
:stack y 5
And it will automatically turn Y or whatever letter I choose into the item ID. I have searched for quite a bit of time now and I can't seem to find it.
My other solution is , when you are staff you are able to see the Item ID in the description of the furniture, and if I could make it so that normal users can see the ID , then they can just type the ID out. I have also done some immense research on that and have found this in my habbo.swf:
furni_details_text is the id for the furniture as shown below:Code:<text x="0" y="260" width="170" height="40" params="16" style="0" name="furni_details_text" caption="Furni%20details"> <variables> <var key="text_color" value="0xffffff" type="hex"/> <var key="mouse_wheel_enabled" value="false" type="Boolean"/> <var key="word_wrap" value="true" type="Boolean"/> </variables> </text>
I have searched for furni_details_text in the external_variables / external_flash_texts + the emulator. Nothing found. It does not appear in any other bin files for the habbo.swf
I really would prefer to use the y -> item id though because the ID's are already in the hundred thousands.
Thank You,
JayCustom



Reply With Quote


