d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Qol Improvement, Please Move To Save Lives
1234Next
Add Reply New Topic New Poll
Member
Posts: 14,525
Joined: Oct 17 2004
Gold: 5,914.18
Sep 30 2020 02:54pm
So first off, love the update. Item selection is probably only minor thing to get used to but was hoping we could have this added at a later timeframe. Would help with getting out of catacombs if you hit multiple EPs/Stunners and such:

Member
Posts: 61,353
Joined: Nov 16 2006
Gold: 1,202.66
Warn: 10%
Sep 30 2020 03:00pm
OMFG.. he posts...

Right click door, inspect element.. never mind.. I know you're not going to do that.. :loL:

/e but yes I agree.. or else i will be moving the damn thing over everytime i play.. no joke.

This post was edited by kaspir on Sep 30 2020 03:00pm
Member
Posts: 69,912
Joined: Mar 18 2007
Gold: 978.02
Trader: Mediator
Sep 30 2020 03:03pm
yes
Member
Posts: 91,248
Joined: May 14 2008
Gold: 47,401.55
Sep 30 2020 03:09pm
Quote (HylianHero @ Sep 30 2020 04:54pm)
So first off, love the update. Item selection is probably only minor thing to get used to but was hoping we could have this added at a later timeframe. Would help with getting out of catacombs if you hit multiple EPs/Stunners and such:

https://i.imgur.com/utdNKXA.png


Agree, also make the door icon bigger :rolleyes: size matters mkay
Member
Posts: 32,909
Joined: Jan 22 2016
Gold: 33,205.62
Sep 30 2020 03:16pm
Quote (Pick @ Sep 30 2020 05:09pm)
Agree, also make the door icon bigger :rolleyes: size matters mkay


this.

no reason couldnt move it over and just increase the size a weeeee bit :rolleyes:
Member
Posts: 41,741
Joined: Aug 7 2006
Gold: 7,210.00
Trader: Mediator
Sep 30 2020 03:16pm
What about adding a town hotkey?
I'm sure that's been suggested in the past.
Member
Posts: 28,640
Joined: May 25 2009
Gold: Locked
Trader: Scammer
Sep 30 2020 03:20pm
get better gear, eat fish :)
Member
Posts: 26,603
Joined: Oct 3 2004
Gold: 14,040.00
Sep 30 2020 03:31pm
Google Search Mouse Accuracy and get good scrubber lang
Member
Posts: 40,183
Joined: Apr 29 2006
Gold: 20,826.51
Sep 30 2020 03:44pm
:rofl: mao again I suggested this like over 5 years ago to be able to move the door... so 2 options...

Quote (SilentXer0 @ Sep 30 2020 10:09am)
you could put it in a userscript with tampermonkey or violentmonkey



Code
// ==UserScript==
// @name ls visual changes
// @namespace User Script
// @match *://ladderslasher.d2jsp.org/*
// @grant none
// @version 1.0
// @author -
// @description 9/29/2020, 5:09:43 PM
// ==/UserScript==

function addGlobalStyle(css) {
var head;
var style;
head = document.getElementsByTagName('head') [0];
if (!head) {
return;
}
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}

addGlobalStyle('.cataDoor{position:fixed;top:25px;right:1235px}');


ORRRRRR

Quote (izParagonzi @ Sep 30 2020 06:45am)
First off, I have to thank rgc213 for showing me this. He also uses Firefox, so you may ask for his help there, but I think it is basically the same as Chrome.

Since I play the game on occasions while laying down and only using a mouse to navigate (arrows) use abilities (icons) switch from melee to heal (icons) etc, it has been very useful... and I know not everyone does this (using mouse only), it could help others that do... mind you it is also good when reaching for a bourbon or cig while playing the game.

Hope this helps players. This LighShot print screen will show you the coding (with the adjustments I have made which will be explained later)

https://prnt.sc/uq32uh

... Not permanent, basically you have to keep the log in window (page) open.
... If you log out completely and/or shutdown, you have to repeat the steps
... I believe this will not help with anyone playing on the phone, so if you switch from phone to PC, you will have to repeat steps.

  • Enter Catacomb
  • Right Click the Door
  • Click "Inspect" at the bottom

    These are the adjusted areas on the right hand side of the "Inspect" section:
  • Go to the second section of .cataDoor {
  • Change top; 32px to 2px (just click on 32px even though it is has a strikethrough line)
  • Change right; px to 650px (again, just click there and add the number and ensure a px is added)
  • Now you can just click the X at the top right side of the "Inspect" window to see the position of the door, adjust the right for personal preference


Note: Adjust the "right; px" to your OWN preference, the following LighShot images are based on Zoom in/out... I don't know your personal resolution or screen size etc.

150% Zoom: https://prnt.sc/uq3bcf
125% Zoom: https://prnt.sc/uq3c10
110% Zoom: https://prnt.sc/uq3csc

Remember, these images are based on my PC screen size and resolution.


Member
Posts: 61,353
Joined: Nov 16 2006
Gold: 1,202.66
Warn: 10%
Sep 30 2020 04:29pm
Quote (Pick @ Sep 30 2020 05:09pm)
Agree, also make the door icon bigger :rolleyes: size matters mkay


I'd settle for one-click outtie... :blush:

e/ make that two-click.. yea.. :D

This post was edited by kaspir on Sep 30 2020 04:29pm
Go Back To Ladder Slasher Topic List
1234Next
Add Reply New Topic New Poll