An easy way to drop things

Thoughts on the further development of Haven & Hearth? Feel free to opine!

An easy way to drop things

Postby Vattic » Sun Jun 07, 2009 4:35 am

I feel the need to make this suggestion now I've eat the new apples, two things currently require me to click lots where I didn't need to before, namely apples and smelters. There should be an easier way to drop items I have one suggested method which expands on current gameplay. If you only have one suitable container open shift-clicking should drop those items on the floor.
User avatar
Vattic
 
Posts: 232
Joined: Sat May 30, 2009 1:47 am
Location: United Kingdom

Re: An easy way to drop things

Postby jorb » Sun Jun 07, 2009 4:37 am

We know. Working on it. :)
"The psychological trials of dwellers in the last times will be equal to the physical trials of the martyrs. In order to face these trials we must be living in a different world."

-- Hieromonk Seraphim Rose
User avatar
jorb
 
Posts: 18436
Joined: Fri Apr 03, 2009 7:07 am
Location: Here, there and everywhere.

Re: An easy way to drop things

Postby Vattic » Sun Jun 07, 2009 4:39 am

:D Thank you.
User avatar
Vattic
 
Posts: 232
Joined: Sat May 30, 2009 1:47 am
Location: United Kingdom

Re: An easy way to drop things

Postby Trafalgar » Sun Jun 07, 2009 6:01 pm

I second shift-clicking to do it: I keep instinctively shift-clicking in an attempt to drop things because I'm used to it from Oblivion. :P
User avatar
Trafalgar
 
Posts: 152
Joined: Sun May 31, 2009 4:22 am

Re: An easy way to drop things

Postby Laremere » Sun Jun 07, 2009 7:57 pm

I'm already used to shift clicking for moving something to another inventory window, ctrl clicking could work though. As for apple cores, I think it would be better if they were automatically dropped, as you always could go back and pick them up if you want them.
Image
User avatar
Laremere
 
Posts: 736
Joined: Fri May 29, 2009 9:02 pm

Re: An easy way to drop things

Postby AlexFili » Mon Jun 22, 2009 10:59 am

or Alt+Click
AlexFili
 
Posts: 60
Joined: Wed Jun 17, 2009 5:05 pm

Re: An easy way to drop things

Postby Trafalgar » Mon Jun 22, 2009 7:05 pm

I ctrl-click now with a AutoHotkey macro:

Code: Select all
#IfWinActive Haven and Hearth
^LButton::
   Click
   MouseX = 0
   MouseY = 0
   MouseGetPos, MouseX, MouseY
   Sleep 300
   MouseClick, left, 9, 35
   Sleep 300
   MouseMove, MouseX, MouseY
   Sleep 300
   Return
   


The sleep number is 300 to make it more responsive, but if the game is lagging it'll fail to drop the item because it doesn't wait long enough. Increasing the sleep time will make it take longer, but will make it work better during lag.

It would be better if there was a drop key integrated into the game, because then lag wouldn't be an issue and the mouse wouldn't be moving around while dropping items and such.

Note: Don't move any windows into the top-left of your screen over your character portrait, HP, etc. That's the area where items are dropped.
User avatar
Trafalgar
 
Posts: 152
Joined: Sun May 31, 2009 4:22 am

Re: An easy way to drop things

Postby Jfloyd » Mon Jun 22, 2009 7:09 pm

Trafalgar wrote:I ctrl-click now with a AutoHotkey macro:

Code: Select all
#IfWinActive Haven and Hearth
^LButton::
   Click
   MouseX = 0
   MouseY = 0
   MouseGetPos, MouseX, MouseY
   Sleep 300
   MouseClick, left, 9, 35
   Sleep 300
   MouseMove, MouseX, MouseY
   Sleep 300
   Return
   


The sleep number is 300 to make it more responsive, but if the game is lagging it'll fail to drop the item because it doesn't wait long enough. Increasing the sleep time will make it take longer, but will make it work better during lag.

It would be better if there was a drop key integrated into the game, because then lag wouldn't be an issue and the mouse wouldn't be moving around while dropping items and such.

Note: Don't move any windows into the top-left of your screen over your character portrait, HP, etc. That's the area where items are dropped.

What language is this?
"When I grow up, I want to be just like Kaka" -James Floyd, on growing up.
User avatar
Jfloyd
 
Posts: 995
Joined: Tue Jun 09, 2009 3:51 am

Re: An easy way to drop things

Postby Trafalgar » Mon Jun 22, 2009 7:46 pm

It's for AutoHotkey.
User avatar
Trafalgar
 
Posts: 152
Joined: Sun May 31, 2009 4:22 am

Re: An easy way to drop things

Postby Jfloyd » Mon Jun 22, 2009 8:10 pm

Trafalgar wrote:It's for AutoHotkey.

Ok, I'll get it. How would you set it for middle click does the drop action?
"When I grow up, I want to be just like Kaka" -James Floyd, on growing up.
User avatar
Jfloyd
 
Posts: 995
Joined: Tue Jun 09, 2009 3:51 am


Return to Critique & Ideas

Who is online

Users browsing this forum: No registered users and 9 guests