Phoenix 3.11 Source vendingmachine
Hello,
Is there in the source a max set for the vendingmachines, i have update the files to get the latest vending id's but no luck (hh_human_item.swf and i see all the images in the file like popcorn)
I find in the source the following :
PHP Code:
case "vendingmachine":
if (this.string_0 == "1")
{
Class33 @class = this.method_8().method_53(this.uint_3);
if (@class != null)
{
@class.method_6();
int int_ = this.method_7().list_1[Phoenix.smethod_5(0, this.method_7().list_1.Count - 1)];
@class.method_8(int_);
}
this.uint_3 = 0u;
this.string_0 = "0";
this.method_5(false, true);
}
or in case : "handitem"
PHP Code:
case 11:
if (class33_1.method_16() != null)
{
this.method_53(class33_1.method_16().method_2().uint_0).method_8((int)Convert.ToInt16(string_11));
return;
}
Re: Phoenix 3.11 Source vendingmachine
No this is just due to the "habbo.swf" I'm sure of it As there made for the R63B version correct me if i'm wrong
Re: Phoenix 3.11 Source vendingmachine
Oh oke, i was thinking it was in the hh_human_item as you can see the images there :(