-
:buy command plusemu
Does somebody has the :buy command for plusemu? Thanks.
-
-
Re: :buy command plusemu
No but here is a way you can code it yourself:
Add int buyCounter = 1; to the Habbo.cs.
Create a command :buy that will set the Session.getHabbo().buyCounter to what they input as parameters.
Then in the Catalogue Buy part create a loop like: while(buyCounter != 0){ //loop code; Session.getHabbo().buyCounter--} and then after the while loop set it back to 1 so people won't keep buying 100 items.
Its easy in theory, should be easy to do to add. Don't have the source in front of me to test it for you but hope this helps ^.^
-
Re: :buy command plusemu
Not really, because im not an C# coder.