d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > LS Guild Chat > •.(>^.^)>.• Guild Chat
Prev1269270271272273579Next
Add Reply New Topic
Member
Posts: 40,183
Joined: Apr 29 2006
Gold: 20,826.51
Mar 4 2021 04:29pm
Quote (jlhromeo @ Mar 5 2021 11:19am)
:D

Thank you rex. The clubs should do well, and I'll return the heavies when I'm done, that should get me by. Msg a few traders with some gear I'd buy, don't want to spend a lot as I don't have much anymore, but we will see.

I prefer ee armor as I'm soloing on phone and still not used to all the changes, anything can happen, hell I could even have a desk collapse for all I know. :)


:rofl: mao ... you had to be cheeky about my crooked coffee table... :P I wonder if I can pull off the "Ol Man" comments';

"Look here you young whipper-snapper, that dang coffee table has been around longer than you were a twinkle in your papas' eye, dang it, even before my papa was a twinkle in his papas' eye... etc, ramble, ramble."

Yup something like that, :D

Oh, that 27 str plate is my Bufcore toon find... :lol: so no issues there, as for the int plate, actually haven't used that in a long time, so no worries there.

Good hunting and Good luck, you will find the game is a lot easier, and the saved game (data) helps out a lot more... I leave my game open while I sleep... good to come back to it in the morning, well if not too drunk.
Member
Posts: 51,649
Joined: Sep 20 2007
Gold: 138,524.97
Mar 4 2021 05:39pm
Quote (izParagonzi @ Mar 4 2021 05:29pm)
:rofl: mao ... you had to be cheeky about my crooked coffee table... :P I wonder if I can pull off the "Ol Man" comments';

"Look here you young whipper-snapper, that dang coffee table has been around longer than you were a twinkle in your papas' eye, dang it, even before my papa was a twinkle in his papas' eye... etc, ramble, ramble."

Yup something like that, :D

Oh, that 27 str plate is my Bufcore toon find... :lol: so no issues there, as for the int plate, actually haven't used that in a long time, so no worries there.

Good hunting and Good luck, you will find the game is a lot easier, and the saved game (data) helps out a lot more... I leave my game open while I sleep... good to come back to it in the morning, well if not too drunk.


Haha yah cheeky indeed, all in good fun ofc :D

And yes I noticed the save state was pretty neat. Although not sure what to think about the well being evil now sometimes. And having to level up higher for unlocked classes. Lot to take in.
Member
Posts: 15,787
Joined: Apr 14 2007
Gold: 23,905.00
Mar 4 2021 06:16pm
so thats pretty dumb, ladder slasher said to delete a character if i want to make a new one... so i do... then i can't make a new one because of too many chars...

trying to make hc mules lol
Member
Posts: 57,209
Joined: Jul 24 2008
Gold: 108.10
Mar 4 2021 06:34pm
Quote (NormanBates @ Mar 4 2021 07:16pm)
so thats pretty dumb, ladder slasher said to delete a character if i want to make a new one... so i do... then i can't make a new one because of too many chars...

trying to make hc mules lol


Oh no dont delete! its either a bug or paul switched max chars to 8 only :(
Member
Posts: 15,787
Joined: Apr 14 2007
Gold: 23,905.00
Mar 4 2021 06:40pm
Quote (Tr3vor @ Mar 4 2021 07:34pm)
Oh no dont delete! its either a bug or paul switched max chars to 8 only :(


yeah little too late for that lol..
Member
Posts: 40,183
Joined: Apr 29 2006
Gold: 20,826.51
Mar 4 2021 07:14pm
Quote (Tr3vor @ Mar 5 2021 01:34pm)
Oh no dont delete! its either a bug or paul switched max chars to 8 only :(


Oh Trev... the Door positioning info I sent you, remember that you have to repeat it every-time you log out completely and log back in.

or use this:

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}');


EDIT: I am not comfortable with these. Not enough experience or willingness to learn... :P

This post was edited by izParagonzi on Mar 4 2021 07:17pm
Member
Posts: 57,209
Joined: Jul 24 2008
Gold: 108.10
Mar 4 2021 07:56pm
Quote (izParagonzi @ Mar 4 2021 10:23am)
Put together it all adds up... :P

@ Trev... not really mine, but this is how it basically goes.

Right click the door in catacomb and select "Inspect"
On the right hand side you will see two(2) sections reading .catadoor, go to the second one and change the #'s

https://prnt.sc/10d01si

I changed that from 32px to 2px, and the one beneath it from 0 to 650px

This is because my Zoom is at 150%, you will have to make the adjustments to your settings.

Just press the X at the top right of the inspect window (closing it) for the changes to take effect.


i did tampermonkey method
Member
Posts: 51,649
Joined: Sep 20 2007
Gold: 138,524.97
Mar 4 2021 08:17pm
Quote (Tr3vor @ Mar 4 2021 08:56pm)
i did tampermonkey method


Is there a way to change the white part of the map to not white?

Hard as F to see my cursor and the maze on mobile since it blends with the white sometime.

Probably not but worth asking.
Member
Posts: 57,209
Joined: Jul 24 2008
Gold: 108.10
Mar 4 2021 08:23pm
Quote (jlhromeo @ Mar 4 2021 09:17pm)
Is there a way to change the white part of the map to not white?

Hard as F to see my cursor and the maze on mobile since it blends with the white sometime.

Probably not but worth asking.


like an actual map or the cata?

This post was edited by Tr3vor on Mar 4 2021 08:25pm
Member
Posts: 51,649
Joined: Sep 20 2007
Gold: 138,524.97
Mar 4 2021 08:26pm
Quote (Tr3vor @ Mar 4 2021 09:23pm)
like an actual map or the cata?


The actual cata has white floor and ceiling. It's bad on mobile.

Maps are diff colors so they look much better.

Curios if I can make the white something else like black or Grey or even hot pink
Go Back To LS Guild Chat Topic List
Prev1269270271272273579Next
Add Reply New Topic