Jump to content

Magmatic Bundle


Recommended Posts

  • Developer

The build has been updated to fix this issue. Don't worry, you don't have lost the items, just the display animation crashed. When you log in again, you'll see the items in your inventory.

If you'd like to see the bundle opening animation, you can copy and paste this into the game's console. Press the ~ button to open the console when you're in the menus.

local pack_type = "pack_magma_bundle" local ItemBoxOpenerPopup = require "screens/redux/itemboxopenerpopup" TheFrontEnd:PushScreen( ItemBoxOpenerPopup({ allow_cancel = false, box_build = GetBoxBuildForItem(pack_type), use_bigportraits = IsPackFeatured(pack_type),}, function(success_cb) success_cb(GetPurchasePackDisplayItems(pack_type)) end ) )

 

Link to comment
Share on other sites

35 minutes ago, PeterA said:

The build has been updated to fix this issue. Don't worry, you don't have lost the items, just the display animation crashed. When you log in again, you'll see the items in your inventory.

If you'd like to see the bundle opening animation, you can copy and paste this into the game's console. Press the ~ button to open the console when you're in the menus.


local pack_type = "pack_magma_bundle" local ItemBoxOpenerPopup = require "screens/redux/itemboxopenerpopup" TheFrontEnd:PushScreen( ItemBoxOpenerPopup({ allow_cancel = false, box_build = GetBoxBuildForItem(pack_type), use_bigportraits = IsPackFeatured(pack_type),}, function(success_cb) success_cb(GetPurchasePackDisplayItems(pack_type)) end ) )

 

it gonna out like a DLC?

Link to comment
Share on other sites

19 hours ago, PeterA said:

The build has been updated to fix this issue. Don't worry, you don't have lost the items, just the display animation crashed. When you log in again, you'll see the items in your inventory.

If you'd like to see the bundle opening animation, you can copy and paste this into the game's console. Press the ~ button to open the console when you're in the menus.


local pack_type = "pack_magma_bundle" local ItemBoxOpenerPopup = require "screens/redux/itemboxopenerpopup" TheFrontEnd:PushScreen( ItemBoxOpenerPopup({ allow_cancel = false, box_build = GetBoxBuildForItem(pack_type), use_bigportraits = IsPackFeatured(pack_type),}, function(success_cb) success_cb(GetPurchasePackDisplayItems(pack_type)) end ) )

 

What about loyal portrait for playing forge beta? Nothing like this this year? I missed out last year.

Link to comment
Share on other sites

  • Developer
4 hours ago, Kuba5565 said:

What about loyal portrait for playing forge beta? Nothing like this this year? I missed out last year.

Due to the short time period of this beta, there won't be an item for the beta participants.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...