Loading. Please Wait...
|
|
|
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Nov 8 2017, 04:06
|
SidZBear
Group: Gold Star Club
Posts: 560
Joined: 31-May 16
|
If there is an option for this in monsterbation 1.2.2.0, i missed it, sorry (IMG:[ invalid] style_emoticons/default/sad.gif) Is there a way to may a sound/music play when riddlemaster comes up?
|
|
|
Nov 8 2017, 04:15
|
Cryosite
Group: Members
Posts: 553
Joined: 29-August 17
|
QUOTE(Superlatanium @ Nov 7 2017, 17:57) Trying it out now. Only seems to show up as an active script while actually in the Subscriptions portion of the control panel. I was thinking of something more like HVRed that is visible all the time, and maybe changed color if subscribed threads got replies, to draw your attention to them.
|
|
|
|
|
|
Nov 8 2017, 04:30
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,544
Joined: 25-February 07
|
QUOTE(boulay @ Nov 6 2017, 11:10) For my defense, Ambience Dark is a lot clearer than fusion. I made it because both ambience and fusion were cancer to my eyes... (IMG:[ invalid] style_emoticons/default/wink.gif) Your blue+white theme shouldn't be too hard to make, modding one of the two themes should do the trick (I'm currently looking what I can do) edit: Well I'd still need some rework (buttons, etc.), if that's the kind of work you're looking for... Sort of. I want to be able to change every area of the forum so I can customize it to what colors I want and where I want them. You can just write a simple script but I need to know what changes what because I'm not familiar with the script code words. I was experimenting but didn't know stuff like .round, .round2, .darkrow1, .toplinks, etc. If you wrote a color changer script for Stylish with all the words included to change everything on the forum then I could just type in the color codes that I wanted myself. It's the lingo I'm having trouble with. For God's sake, this color theme is so beautiful. Can't we just get this forum? (IMG:[ invalid] style_emoticons/default/anime_cry.gif) QUOTE(Joseph2013 @ Nov 1 2017, 02:16) invisionpower.com test forum (admin) [ invisioncommunity.com] https://invisioncommunity.com/forums/ The new version of IPB forum is great!
|
|
|
|
|
|
Nov 8 2017, 04:44
|
Superlatanium
Group: Gold Star Club
Posts: 7,573
Joined: 27-November 13
|
Luckily, you're just dealing with CSS and not with scripting. CSS (well, basic CSS at least) is pretty easy.
You can figure out the names of different types of elements with a page inspector, via control-shift-I and then searching for text near the element. Moving your mouse over the different rows in the text will highlight where each of those elements are visually, and from that you can figure out how to use a CSS selector to (for example) change that element's color.
If a particular element doesn't have a class (eg .className) attached to it, you can use the child selector or descendant selector in combination with element names: .className > div ----- matches all divs that are direct children of "className" elements .className > div > td ----- matches all tds that are direct children of divs that are direct children of "className" elements
.className td ----- matches all tds that are descendants of "className" elements
|
|
|
|
|
|
Nov 8 2017, 05:10
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,544
Joined: 25-February 07
|
I did all that inspector element thing but it's just so confusing. >_<
|
|
|
|
|
|
Nov 8 2017, 11:09
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
@sessho: please be a bit more specific. What's exactly that's confusing you? As far as I understood you should open the inspector, hover the mouse on the specific zone to find its name, take note of it and then change color in the css until it matches your taste. Also, did you try looking at the code of another css which functions you already know to find some points in common? QUOTE(SidZBear @ Nov 8 2017, 03:06) If there is an option for this in monsterbation 1.2.2.0, i missed it, sorry (IMG:[ invalid] style_emoticons/default/sad.gif) Is there a way to may a sound/music play when riddlemaster comes up? The same option that's found so often on bots, you mean? (IMG:[ invalid] style_emoticons/default/duck.gif) This post has been edited by Scremaz: Nov 8 2017, 11:13
|
|
|
|
|
|
Nov 8 2017, 13:44
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
|
QUOTE(Sesshomaru Moon @ Nov 8 2017, 04:10) I did all that inspector element thing but it's just so confusing. >_<
guess it could be, there are lots of useless selectors on the forums' stylesheet. But truthfully, listing them all would be a huge pain in the arse... (IMG:[ invalid] style_emoticons/default/sleep.gif)
|
|
|
|
|
|
Nov 8 2017, 19:47
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
|
QUOTE(SidZBear @ Nov 8 2017, 04:06) If there is an option for this in monsterbation 1.2.2.0, i missed it, sorry (IMG:[ invalid] style_emoticons/default/sad.gif) Is there a way to may a sound/music play when riddlemaster comes up? that's not a feature in my script, but it was in RiddleLimiter Plus. i don't think paying attention to what you're doing at least once every 20 seconds is too much to ask from the player, but feel free to convince me otherwise This post has been edited by sickentide: Nov 8 2017, 21:58
|
|
|
|
|
|
Nov 8 2017, 21:28
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(sickentide @ Nov 8 2017, 18:47) i don't think paying attention to what you're doing at least once every 20 seconds is too much to ask from the player, but feel free to convince me otherwise
god bless you! at least someone else think this way. btw, the original riddlelimiter has such a function? the same one i listed in the compendium?
|
|
|
|
|
|
Nov 8 2017, 21:36
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13
|
QUOTE(Scremaz @ Nov 8 2017, 22:28) god bless you! at least someone else think this way.
btw, the original riddlelimiter has such a function? the same one i listed in the compendium?
Yes it has. However file is no longer available. But you don't need to be a genius or pro-coder to change the link. You afraid that such script might be useful in botting? Leave the bot to do the work and alarm user when riddle appeared? Then, yes, it is right thinking. You probably should remove the link or edit-out the option of using the audiofile (the former is preferable - we all should just use monsterbation and don't use small scripts).
|
|
|
|
|
|
Nov 8 2017, 21:48
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(f4tal @ Nov 8 2017, 20:36) You afraid that such script might be useful in botting? Leave the bot to do the work and alarm user when riddle appeared? Then, yes, it is right thinking.
i'm not afraid. i *know* bots have such a feature - that is, playing an alarm when riddlemaster appears. QUOTE(f4tal @ Nov 8 2017, 20:36) You probably should remove the link or edit-out the option of using the audiofile (the former is preferable - we all should just use monsterbation and don't use small scripts).
well, i listed the smaller scripts in case someone didn't like bigger ones for whatever reasons. but yep, that script will return only in case that option will be removed. better not to make things easier for bot coders.
|
|
|
|
|
|
Nov 8 2017, 21:53
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
also, don't know what happened but seems all links in compendium and wiki are shifted by one post or two. damn. guess i'll have to update them a bit...
|
|
|
Nov 8 2017, 22:02
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(sickentide @ Nov 8 2017, 20:59) all right, here it is with the audio stripped out
HVRiddleLimiterPlus.1.2.2.user.js.txt ( 1.97k )
Number of downloads: 8601did you remove only those two lines or something else as well?
|
|
|
Nov 8 2017, 22:04
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
|
QUOTE(Scremaz @ Nov 8 2017, 22:02) did you remove only those two lines or something else as well?
those two lines, the playAudio function and the part in the main function where playAudio is invoked
|
|
|
Nov 8 2017, 22:10
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(sickentide @ Nov 8 2017, 21:04) those two lines, the playAudio function and the part in the main function where playAudio is invoked
so not only the declaration but the whole function and its pointers as well. good job, thank you. i'll merge your post with the old one later, when updating wiki. is it fine by you? This post has been edited by Scremaz: Nov 8 2017, 22:11
|
|
|
|
|
|
Nov 8 2017, 22:13
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13
|
QUOTE(Scremaz @ Nov 8 2017, 22:48) i'm not afraid. i *know* bots have such a feature. *sign* (IMG:[ invalid] style_emoticons/default/sad.gif) QUOTE(Scremaz @ Nov 8 2017, 22:53) also, don't know what happened but seems all links in compendium and wiki are shifted by one post or two. damn. guess i'll have to update them a bit... Have you changed the amount of posts displayed on single page? Maybe it have something with it? QUOTE(sickentide @ Nov 8 2017, 22:59) all right, here it is with the audio stripped out
HVRiddleLimiterPlus.1.2.2.user.js.txt ( 1.97k )
Number of downloads: 8601Thank you, sickentide, you are best (IMG:[ invalid] style_emoticons/default/smile.gif)
|
|
|
|
|
|
Nov 8 2017, 22:16
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
|
QUOTE(Scremaz @ Nov 8 2017, 22:10) i'll merge your post with the old one later, when updating wiki. is it fine by you?
sure, do as you see fit
|
|
|
|
|
|
Nov 8 2017, 22:21
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(f4tal @ Nov 8 2017, 21:13) Have you changed the amount of posts displayed on single page? Maybe it have something with it?
hmm... there's the chance i deleted an older post somewhere... oh, well. i'll take the chance to either make the links non-page-dependant if possible, or attach scripts to the compendium. let's see how it goes. [edit]: understood what happened. basically, there are two ways of retrieving post links, one of them involving the number of page. if it doesn't match the current numer of page said post actually is, then it derps and the link points at the start of the (now wrong) page. i removed such pointers, so it should be all fine, i guess. also, replaced the old riddlelimiter, but as a consequence the post in which sickentide shared it doesn't exist anymore - so if you try following the quote, the forum will give you an error. bear with it. This post has been edited by Scremaz: Nov 9 2017, 01:47
|
|
|
|
|
|
Nov 9 2017, 03:32
|
Honeycat
Group: Catgirl Camarilla
Posts: 61,544
Joined: 25-February 07
|
QUOTE(Scremaz @ Nov 7 2017, 23:09) @sessho: please be a bit more specific. What's exactly that's confusing you?
This whole nerdy lifestyle. QUOTE(boulay @ Nov 8 2017, 01:44) guess it could be, there are lots of useless selectors on the forums' stylesheet. But truthfully, listing them all would be a huge pain in the arse... (IMG:[ invalid] style_emoticons/default/sleep.gif) Aw. (IMG:[ invalid] style_emoticons/default/sad.gif) If you have some spare time, try and make a theme similar to that blue and white one. Or an Ambience theme that isn't glaring. So many people would appreciate it. Not everyone likes dark themed forum skins although yours were really nice. I start panicking and can't breathe when I use a dark forum skin, it's like being in smog and I also get lost reading all the shit in everyone's signatures thinking it's part of their post. It's my Aspies. QUOTE(Scremaz @ Nov 8 2017, 09:48) i'm not afraid. i *know* bots have such a feature - that is, playing an alarm when riddlemaster appears.
That sounds heavenly, where's the link for it?
|
|
|
|
|
|
Nov 9 2017, 08:37
|
Noni
Group: Catgirl Camarilla
Posts: 12,921
Joined: 19-February 16
|
QUOTE(Sesshomaru Moon @ Nov 9 2017, 02:32) That sounds heavenly, where's the link for it?
Using that heavenly feature will make you Sesshomaru On The Moon (IMG:[ invalid] style_emoticons/default/laugh.gif)
|
|
|
5 User(s) are reading this topic (5 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|
|
|