Welcome Guest ( Log In | Register )

291 Pages V « < 242 243 244 245 246 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Aug 13 2017, 15:38
Post #4861
sickentide



sexromancer
*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
Level 500 (Ponyslayer)


QUOTE(Maharid @ Aug 13 2017, 16:17) *

I don't use monster scan at all, if i let both "monsterInfo" and "submitScans" no database is created and used, right?

If not, how i remove the function completely from the script?

if you set both to false, it will not parse, store, upload or download any scan information

This post has been edited by sickentide: Aug 13 2017, 15:39
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 13 2017, 15:57
Post #4862
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,369
Joined: 27-April 10
Level 500 (Ponyslayer)


Ok, thanks, updating now.

EDIT: Fast question:

CODE
alertBuffs = /(healthpot.png|manapot.png| ...

What happen with this setting?
Have you cahnged the way usableAlert work or added this to it?

This post has been edited by Maharid: Aug 13 2017, 16:04
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 13 2017, 16:18
Post #4863
sickentide



sexromancer
*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
Level 500 (Ponyslayer)


QUOTE(Maharid @ Aug 13 2017, 16:57) *

CODE
alertBuffs = /(healthpot.png|manapot.png| ...

What happen with this setting?
Have you cahnged the way usableAlert work or added this to it?

that's simply a change to the default alert buffs so it keeps track of those as well as the others if you leave it unchanged. i plan to alter usableAlert some other time
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 13 2017, 18:49
Post #4864
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,369
Joined: 27-April 10
Level 500 (Ponyslayer)


Actually usableAlert is pretty good as it is, work great and is not intrusive.
Also, now it work properly and change if i cannot use a potion at full extent anymore.

I now have only to check if without AjaxRound the RiddleLimiter will work or i will revert this manually in MMM.

EDIT: Work like a charm.

Anyway, i'm still having problem with the server connection, hope the situation will become stable in short time, as it is now i'm really getting upset playing HV due to hangs that make me misclick too much (like clicking and not getting an effect cause of server hang and having to click again or even worse getting the action ongoing but stopped due to server hang so i click again ending casting two time the same spell... like casting two time Hearseeker with an huge loss of mana).

This post has been edited by Maharid: Aug 13 2017, 22:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 08:53
Post #4865
manga522



Azarashi Samurai
*****
Group: Gold Star Club
Posts: 517
Joined: 2-January 17
Level 411 (Godslayer)


a tiny suggestion for the RiddleLimiter

its working great but if it can disable the type box to make feel even much safer (IMG:[invalid] style_emoticons/default/happy.gif)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 15:17
Post #4866
Extiandr



Newcomer
**
Group: Members
Posts: 55
Joined: 23-July 15
Level 365 (Dovahkiin)


I made a small script that highlights equipment with specified settings.
Like legendary equipment, or something like this.

For example, my inventory looks like this:
(IMG:[i.imgur.com] http://i.imgur.com/ka41d2k.png)

With these settings:
CODE
addColoredEquipment('Power', 'darkgreen');
addColoredEquipment('Shade', 'darkgreen');
addColoredEquipment('Exquisite', '#5f7bd3');
addColoredEquipment('Magnificent', 'mediumpurple');
addColoredEquipment('Legendary', 'orange');


Feel free to add your own coloring settings and use them how you want to.

Attached File  hvequiphighlighter1.0.0.js.txt ( 1.07k ) Number of downloads: 54
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 16:46
Post #4867
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,369
Joined: 27-April 10
Level 500 (Ponyslayer)


It is decent but it have two problems:

- Low customization (it take only the quality in consideration, Power or so will come only after that).
It will be much better if filter will be used at cascade from the upper to the lower.

- It change the color of the words so a lot of combination are hard to see.
If it change the background it will be much more useful.
Even better if it can change both words and background so you can set a background to black and word in white and so on.

The first that can get me an highloghter that work this way will get the 500K of the prize.
(But i'm waiting to see HVUT first).

Anyway it can be good in combination with another one that will highlight the background, thanks for that.

This post has been edited by Maharid: Aug 14 2017, 17:35
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 17:02
Post #4868
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


it's a spontaneous contribution made by an user. appreciate his efforts. and thank you Extiandr for your work (IMG:[invalid] style_emoticons/default/smile.gif)

whether he wants to modify it in order to compete for the reward or he simply wants to submit something he made, it's a whole other story. of course, his call. but yep, i guess a bunch of ANDs and ORs should be a good and easy way to expand that script's functions.

This post has been edited by Scremaz: Aug 14 2017, 17:04
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 17:04
Post #4869
piyin



Reasons to love the IRS.
***********
Group: Gold Star Club
Posts: 10,794
Joined: 4-February 09
Level 500 (Ponyslayer)


QUOTE(Scremaz @ Aug 14 2017, 17:02) *

it's a spontaneous contribution made by an user. appreciate his efforts. and thank you Extiandr for your work (IMG:[invalid] style_emoticons/default/smile.gif)

whether he wants to modify it in order to compete for the reward or he simply wants to submit something he made, it's a whole other story. of course, his call.


100% true.
Good call.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 17:28
Post #4870
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,369
Joined: 27-April 10
Level 500 (Ponyslayer)


I was about to edit it because now that i think of it, it can be a good addition if it can be used with another one with backgorund effect.

It will be really useful expecially due to the fact that most highlighters come in one single form (background OR words, not both) and HVUT seem to have background only.

If this can be used in comination with it it will give an extreme way to costumize the highlighting in the shop.

I will download itand keep it for future tests.

This post has been edited by Maharid: Aug 14 2017, 17:34
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 17:31
Post #4871
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(Maharid @ Aug 14 2017, 17:28) *

I was about to edit it because now that i think of it, it can be a good addition if it can be used with another one with backgorund effect.

It will be really useful, expecially due to the fact that most highlighters come in one single form (background OR words, not both) and HVUT seem to have background only.

I will download this and keep it as an extra.

oh, i see the point. in case you'll use both, please give us a feedback whether they work fine together or not. it may be useful for other players.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 18:26
Post #4872
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,369
Joined: 27-April 10
Level 500 (Ponyslayer)


I will surely do.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 18:55
Post #4873
Extiandr



Newcomer
**
Group: Members
Posts: 55
Joined: 23-July 15
Level 365 (Dovahkiin)


QUOTE(Maharid @ Aug 14 2017, 17:46) *

*words*


Well, sounds pretty okay, so i added stuff.

Now, with:
CODE

addColoredEquipment('Power', 'darkgreen', null, 5);
addColoredEquipment('Shade', 'darkgreen', null, 0);
addColoredEquipment('Exquisite', '#5f7bd3', null, 10);
addColoredEquipment('Magnificent', 'mediumpurple', null, 15);
addColoredEquipment('Legendary', 'white', 'orange', 20);

Where 2nd param is font, 3d background, and 4th a priority. If multiple words were found, the one with higher priority applies.

It looks like that:
(IMG:[i.imgur.com] http://i.imgur.com/fnQBe8m.png)

QUOTE(Scremaz @ Aug 14 2017, 18:02) *

*words*


Happy to help (IMG:[invalid] style_emoticons/default/wink.gif)

Attached File  hvequiphighlighter1.0.1.js.txt ( 1.44k ) Number of downloads: 503


This post has been edited by Extiandr: Aug 14 2017, 19:51
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 19:44
Post #4874
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,369
Joined: 27-April 10
Level 500 (Ponyslayer)


Work like a charm, thanks.

For anyone using it, the priority is reversed, the highest number is the first used.

Now, i think you can have the 500K prize for highlights.
HVUT will already have a lot of other prizes so is not a great loss and you are surely the first that give me full highlike with simple fuctions.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 19:51
Post #4875
Extiandr



Newcomer
**
Group: Members
Posts: 55
Joined: 23-July 15
Level 365 (Dovahkiin)


QUOTE(Maharid @ Aug 14 2017, 20:44) *

For anyone using it, the priority is reversed, the highest number is the first used.


That's what i meant, but now changed to >> If multiple words were found, the one with higher priority applies.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 20:15
Post #4876
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,369
Joined: 27-April 10
Level 500 (Ponyslayer)


My current color set if someone want to try it:
CODE
addColoredEquipment('Average Phase', '#000000', '#C1D1FF', 25);
addColoredEquipment('Power', '#000000', '#C1D1FF', 25);
addColoredEquipment('Shade', '#000000', '#C1D1FF', 25);
addColoredEquipment('Peerless', '#FFFFFF', '#3333FF', 20);
addColoredEquipment('Legendary', '#000000', '#FF3333', 15);
addColoredEquipment('Magnificent', '#000000', '#CC99FF', 10);
addColoredEquipment('Exquisite', '#000000', '#FFCC99', 5);
addColoredEquipment('Superior', '#000000', '#EDEBDF', 0);
addColoredEquipment('Average', '#000000', '#EDEBDF', 0);
addColoredEquipment('Fair', '#000000', '#EDEBDF', 0);
addColoredEquipment('Crude', '#000000', '#EDEBDF', 0);

Lower quality are here only to make all text more vibile by turning it black but it work only with the base site background.

And it work with more than one word too! (IMG:[invalid] style_emoticons/default/wub.gif)

This post has been edited by Maharid: Aug 14 2017, 20:20
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 20:34
Post #4877
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


QUOTE(Maharid @ Aug 14 2017, 19:44) *

Now, i think you can have the 500K prize for highlights.

i'm sending it.


[edit]: sent.

This post has been edited by Scremaz: Aug 14 2017, 20:57
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 20:54
Post #4878
lololo16




********
Group: Gold Star Club
Posts: 2,836
Joined: 5-March 12
Level 500 (Ponyslayer)


QUOTE(Extiandr @ Aug 14 2017, 13:55) *


Happy to help (IMG:[invalid] style_emoticons/default/wink.gif)

Attached File  hvequiphighlighter1.0.1.js.txt ( 1.44k ) Number of downloads: 503



Thank you (IMG:[invalid] style_emoticons/default/happy.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 21:02
Post #4879
Extiandr



Newcomer
**
Group: Members
Posts: 55
Joined: 23-July 15
Level 365 (Dovahkiin)


QUOTE(Maharid @ Aug 14 2017, 21:15) *

My current color set if someone want to try it:


Setting priority to the same number is a strange idea. The first one in the for loop will be used, so basically,
if you add two settings with the same priority, first one you added always will be used, and the second never will be. Of course, only if it finds equipment that contains those both settings, but anyways.. Your current configs seems okay and it shouldn't do that, but for other users i say that.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 14 2017, 21:24
Post #4880
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,369
Joined: 27-April 10
Level 500 (Ponyslayer)


My setting work only because i set with the same number only things that are in different pages, otherwise it will work exactly as you say.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 242 243 244 245 246 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 13th January 2025 - 03:27