Results 1 to 5 of 5

Thread: Cube in Cube issues,

  1. #1
    Moderator Mephisto's Avatar
    Join Date
    Feb 2015
    Location
    Netherlands, the
    Posts
    1,150
    Gold
    232,323.00
    Annihilus Account: Mephisto

    Cube in Cube issues,

    Hi Alex, just wanna say, if u press CTRL+ Clickcube, when the cube is opened, u can put the cube in ur cube, and when u close the screen, Cube is gone, and ur not able to pick a new one. Also all the items that were in the cube will prolly be vanished to, just a heads up

  2. #2
    Token's fault!

  3. #3
    Regular Member Research's Avatar
    Join Date
    Jan 2015
    Location
    iso 111,111 gold
    Posts
    394
    Gold
    8,795.00
    Annihilus Account: freeda_khala

    i fixed that though so alex's fault
    oh nvm it is my fault
    Code:
    +                               if (GetAsyncKeyState(VK_MENU) < 0) {//cube to stash or stash to cube, or anywhere to cube
    +					destinvindex = D2Vars.D2CLIENT_UIModes[UI_STASH] ? 5
    +						: D2Vars.D2CLIENT_UIModes[UI_CUBE] ? 6
    +						: -2;
    +					if (destinvindex == 5) {//dont allow cubeception
    +						string szTemp = ExPrecast::GetItemCode(selected_item);
    +						if (!szTemp.empty() && szTemp.compare(0, 3, "box") == 0)
    +							return (LONG)CallWindowProcA(OldWNDPROC, hWnd, uMsg, wParam, lParam);
    +					}
    +				}
    fixed it ok
    Code:
    +                               if (GetAsyncKeyState(VK_MENU) < 0) {//cube to stash or stash to cube, or anywhere to cube
    +					destinvindex = D2Vars.D2CLIENT_UIModes[UI_STASH] ? 5
    +						: D2Vars.D2CLIENT_UIModes[UI_CUBE] ? 6
    +						: -2;
    +				}
    +                               if (destinvindex == 5) {//dont allow cubeception
    +					string szTemp = ExPrecast::GetItemCode(selected_item);
    +					if (!szTemp.empty() && szTemp.compare(0, 3, "box") == 0)
    +						return (LONG)CallWindowProcA(OldWNDPROC, hWnd, uMsg, wParam, lParam);
    +				}
    Last edited by Research; 10-11-2015 at 10:20 AM.

  4. #4
    Senior Member FromTheRez's Avatar
    Join Date
    Jan 2015
    Location
    Vancouver Island, BC
    Posts
    599
    Gold
    153.00
    Live Streaming Channel(s)
    View Channel: FromTheRez
    Annihilus Account: FromTheRez

    Cubeception

  5. #5
    New Member
    Join Date
    Aug 2015
    Posts
    45
    Gold
    1,190.00
    Annihilus Account: TwistedMiinds

    I sent this in like forever ago lol

User Tag List

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
footer