Welcome Guest ( Log In | Register )

291 Pages V « < 76 77 78 79 > »   
Reply to this topicStart new topic
> HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd)

 
post Jul 15 2014, 09:06
Post #1536
LostLogia4



Translating Miku's Yuri Nikki for the heck of it~~
********
Group: Gold Star Club
Posts: 2,716
Joined: 4-June 11
Level 362 (Godslayer)


QUOTE(nihilvoid @ Jul 15 2014, 14:28) *
I don't have a name for this script yet.
I hereby name it "The Berserker". Because you might as well be one whenever you fight blindfolded in melee after all. Also, care to make it work with Mousemelee and Hoverplay?

This post has been edited by LostLogia4: Jul 15 2014, 09:07
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 15 2014, 10:31
Post #1537
simrock87



<('.'<) (>'.')> (^'.')>
*****
Group: Members
Posts: 647
Joined: 12-June 11
Level 399 (Godslayer)


QUOTE(eovcoo5 @ Jul 15 2014, 07:40) *

so great it works

i really appreciate you work this out (IMG:[invalid] style_emoticons/default/wub.gif)

and would you mind update the Script can change monster bar color in what color we like ?

please (IMG:[invalid] style_emoticons/default/smile.gif) it will be so nice


Version 1.1
Monster bars have colors corresponding to player bars.
Attached File  hvbcc.user.js.zip ( 804bytes ) Number of downloads: 56


QUOTE(nihilvoid @ Jul 15 2014, 08:28) *

Original Post

Introducing another way of maximizing your APM! That is, don't wait for the results, just keep clicking!

I don't have a name for this script yet:
Attached File  Suicider.txt ( 4.93k ) Number of downloads: 156


Like my previous script, this one also uses partial page loading to reduce loading times. However, instead of waiting for the POST to reach the server and come back, this script immediately allows you to click again, sending another POST to HV. Keep clicking and the POSTs keep being sent.
When the response(s) are recieved, the logs are kept and all but the last page are thrown away. If you stop clicking for about half a second, the page will fill the game screen with the latest information available.

Disclaimer: This does not prevent you from overkilling monsters (beating dead horses) and otherwise wasting your turns doing invalid actions. This also does not guarantee that the order of your clicking is the order of the actions you take (that depends on routing).

I would only use this if you are confident that your character can survive multiple turns of mindlessly smacking monsters without caring about skills, your HP, combat efficiency, etc.

Suicider is an apt name ;P

Also you might want to consult varst or Tenboro if that kind of script is legal.
In any case, imho this could get you flagged for potential bot use, since you're potentially sending a lot of artificial/invalid requests, that are usually not possible. Who knows what kind of automatic safeguards are in place for that (IMG:[invalid] style_emoticons/default/biggrin.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 15 2014, 16:38
Post #1538
nihilvoid



Regular Poster
*****
Group: Members
Posts: 534
Joined: 9-August 11
Level 420 (Godslayer)


QUOTE(simrock87 @ Jul 15 2014, 01:31) *

Suicider is an apt name ;P

Also you might want to consult varst or Tenboro if that kind of script is legal.
In any case, imho this could get you flagged for potential bot use, since you're potentially sending a lot of artificial/invalid requests, that are usually not possible. Who knows what kind of automatic safeguards are in place for that (IMG:[invalid] style_emoticons/default/biggrin.gif)


I personally would not use it to send more than say, 5 actions at once (my character is weak!). Also, the server does prevent you from doing invalid actions. In return, you essentially forfeit your turn (i.e. you lose some time performing the action and monsters hit you a few times).

How do I go about contacting varst/Tenboro? PM?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 18 2014, 17:46
Post #1539
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


HV Item Manager 1.3.1
Attached File  HVItemManager_1.3.1_public.user.zip ( 6.96k ) Number of downloads: 176

Stable release

This is the spiritual successor of both HVItemFilter and MoogleSpam (unreleased). If you have installed HVItemFilter please uninstall it to avoid conflict.

Bazaar, Moogle, Salvage, Repair, Reforge, Filter and Manage multiple items with ease. Works in inventory, shop, forge and moogle page.

New Major Feature:
- multi-reforge
- item world
- filter syntax
- notification system
- more tag

Main Features:
- (textfield at top left, hotkey CTRL+F) Filter item, fully support [developer.mozilla.org] regular expressions, and boolean conditionals (details below)
- (checkbox/textfield next to each item) Checkboxs let you select items for subsequent multi-action. The checkboxes next to consumable/trophies become textfield so you can specify number. Textfield let you mark the unit price for your items. These prices will carry over next session. On top of each pane, there's a checkbox/textfield to select/set price for all selected items of that pane (note: this behaviors change from 1.2.0, if you want tag all, you have to select all, then tag)
- (repair button) multi-repair: repair all selected items
- (salvage button) multi-salvage: salvage all selected items
- (bazzaar button) multi-bazaar: sell all selected items to bazzaar. Only works with equips
- (moogle button) multi-moogle: moogle all selected items to a recipient prompted in a popup. Works with both equips and items, does not support COD.
- (reforge button) multi-reforge all selected equips
- (itemworld button) go into item world of the first selected equips
- (lock/unlock button) multi-lock/unlock: self-explained
- (list button): will prompt you to type in a template to generate an items like of all selected items. This function is inspired by ctxl's HVMiniShopHelper, so it will have a similar syntax. Currently only support equips.
- accessible in the moogle, inventory, shop and forge pages
- press right click anywhere to move the toolbox around (if you want to see the normal right click, hold CTRL)
- Notification: when an action is chosen, the item's name will be changed to "Sent to <action>". When the action is finished, you will be given either the result (salvage), "Task Done" for generic successful action, "In Battle" if you are stuck in battle, or any relevant error message given by Hentaiverse.

Filter syntax:
- You can include type in multiple conditional groups, separated by ',' (comma). These conditionals will be related to each other by logical AND.
- There's 2 type of conditional group:
+ Regexp type (the one in 1.2.0).Ex: Mag|Leg|Peer
+ Boolean type: you can use ||,&&,! logical operand (and, or, not respectively), basic algorithmic operands (+,-,*,/,==,>=,<=,>,<), and tag as variable (eg:$price, $pxp - details in tag section). Ex: $pxp>=320&&$level==0&&!locked => pxp more or equal to 320, level equals 0, not locked
- '-' (minus) at the beginning of the a conditional group to get negation


Filter Example:

CODE
-$locked,average|crude|fair|fine|artifact|crysal|token|energy|figurine

=>show unlocked equips (and items, as items are considered unlocked) that contains average, crude, fair, fine, artifact, crystal, toekn, energy, figurine in their drink (aka my filter after grindfest)

CODE
Power|Phase|Shade|Force, $pxp<320

=>only display equips that contain Power/Phase/Shade/Force in name and pxp must be <320

CODE
-$locked, $cond<75

=>only display unlocked items with condition < 75

CODE
$locked, -Slaughter|Destruction, level==10

=>only display locked equips that don't contain Slaughter/Destruction in their name and level 10

CODE
binding, slaughter|destruction

=>only display binding of slaughter or binding of destruction.


Currently supported tags: (case insensitive)
$NAME, $PRICE, $COUNT, $LEVEL, $PXP, $URL, $ID, $KEY,
$COND (between 0 and 100 - for equip's condition)
$LOCKED (true/false - use this for filter; will return false for non-equip items)
$QUALITY (Exquisite, Peerless, etc...)
$AQUALITY (Exq, Peer, Leg, etc...)
$TYPE (One-handed, Staff, Cloth, etc..),
$ATYPE (1H, 2H, ST, CL, etc...)
$STYPE (Axe, Oak, Phase, etc..),
$PREFIX (Ethereal, Hallowed,etc...),
$SUFFIX (Slaughter, Destruction, etc...),
$PART (Leggings, Gloves, Helmet, etc...) (it's empty on weapon/shield)


Template (for List function) example:
CODE
[$ID][url=$URL]$NAME[/url] PxP$PXP Price:$PRICE

=>[39640402]Superior Ethereal Axe of Slaughter PxP302 Price:200k
CODE
[B]$QUALITY[/B] $PREFIX $STYPE $PART of [I]$SUFFIX[/I]

=> Magnificent Tempestuous Axe of Slaughter
Magnificent Hallowed Willow Staff of Curse-weaver


Future features: future features will be based on donations, the features that reach its donation goal will be guaranteed to be included in the next released version. Here are the features that I have in plan:
  1. multi-COD - 500Hath or 4.5m
  2. mult-shrine - 500Hath or 4.5m
  3. better feedback system to notify you when multi-actions are completed - 500 Hath or 4.5m
  4. list works with items, more tags support such $# $TYPE $STRIKE, etc... (suggest to have more, but I won't do $STATS since scaling function is a lot of work, deserving a separate project)- 500Hath
  5. customizable filter tickbox, so you don't have to type into the filter field all the time, strong search function, such as search by level/PxP -500Hath
  6. other custom features you want - 500Hath or 4.5m each
Once the total donation reaches 2000 Hath (or 18m - Hath is valued at 9k/hath), I will finish up all the main features without further donation. Custom features will need donation to be included, unless I find useful enough to be included in the main features.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 19 2014, 01:02
Post #1540
pooofer



Casual Poster
****
Group: Members
Posts: 308
Joined: 19-September 13
Level 297 (Godslayer)


nvm, another script was interfering.

This post has been edited by pooofer: Jul 19 2014, 01:13
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 19 2014, 17:47
Post #1541
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 491 (Godslayer)


QUOTE(LostLogia4 @ Jul 15 2014, 09:06) *

I hereby name it "The Berserker". Because you might as well be one whenever you fight blindfolded in melee after all. Also, care to make it work with Mousemelee and Hoverplay?

I wouldn't advise it. Use the Reloader script instead and paste the mousemelee script in the OnPageReload() function.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 19 2014, 18:15
Post #1542
nihilvoid



Regular Poster
*****
Group: Members
Posts: 534
Joined: 9-August 11
Level 420 (Godslayer)


I agree. Even I wouldn't use the Berserker script (fun concept, but way too risky (IMG:[invalid] style_emoticons/default/laugh.gif) ).

Partial Page Loader v0.1
Attached File  Reloader.txt ( 3.84k ) Number of downloads: 171

Minor improvement on the previous version. Page elements are more selectively replaced (better performance + preserves more custom styles, if you have other scripts enabled). Plus a few more code comments.

Also added specific code for reloading the logs. Instead of being replaced, the logs are simply appended. Technically, this makes it possible to wait until the round is complete to do any log parsing, which may shave time off some page load time.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 19 2014, 23:35
Post #1543
something



Expressionless Lolicon
*******
Group: Members
Posts: 1,106
Joined: 14-January 07
Level 355 (Godslayer)


QUOTE(nihilvoid @ Jul 19 2014, 12:15) *

I agree. Even I wouldn't use the Berserker script (fun concept, but way too risky (IMG:[invalid] style_emoticons/default/laugh.gif) ).

Partial Page Loader v0.1
Attached File  Reloader.txt ( 3.84k ) Number of downloads: 171

Minor improvement on the previous version. Page elements are more selectively replaced (better performance + preserves more custom styles, if you have other scripts enabled). Plus a few more code comments.

Also added specific code for reloading the logs. Instead of being replaced, the logs are simply appended. Technically, this makes it possible to wait until the round is complete to do any log parsing, which may shave time off some page load time.


glitch: whenever i make it to the end of a round, pop-up does not show and it doesn't give you the option to skip it. i have to reload the page to get to next round, even with no pop-up on. no idea what could be done about it though.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 21 2014, 12:47
Post #1544
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 491 (Godslayer)


QUOTE(something @ Jul 19 2014, 23:35) *

glitch: whenever i make it to the end of a round, pop-up does not show and it doesn't give you the option to skip it. i have to reload the page to get to next round, even with no pop-up on. no idea what could be done about it though.

I have that problem, but only with random encounters.

Oh, and another problem with the new version: whenever I use an item or a skill/magic from the skill/magic tab, the battle log disappears.

This post has been edited by Dan31: Jul 22 2014, 00:15
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 23 2014, 07:10
Post #1545
Diamond Perfume



polyrhythm&Mix
****
Group: Gold Star Club
Posts: 491
Joined: 3-January 12
Level 500 (Ponyslayer)


hoverplay does not work on firefox31 (IMG:[invalid] style_emoticons/default/cry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 23 2014, 13:32
Post #1546
Owyn



Casual Fapper
*****
Group: Members
Posts: 692
Joined: 12-May 10
Level 354 (Godslayer)


MouseMelee Lightning++ / HoverPlay 1.7

Attached File  HoverPlay.user.js.zip ( 2.67k ) Number of downloads: 183


- Hover over monsters to (spell)-attack them (uses first available spell from the Spell_List if list is not empty - no rotation\spellcycle) (number-keys spellspam too)(when you have a spell or debuff charged\hovered - it would normal attack then)

- before attacking checks for hp, mp, sp and if it's too low - shows icons for fixing that (heals, pots etc) instead of attacking

- for spirit stance - shows icon (of protection scroll) if it's 250%

- for gems - includes gem script (works as previously + hoverable) - so you should remove\turn off separate show gem script if you have it

- for buffs - moves expiring buffs to "gem-bar" & makes those click-hoverable to rebuff + stops attacking if enabled in options. (You must have those buffs in your Quickbar for rebuff to work)

- shift hotkey - disables hover-attacking (alert bars and rebuff icons would still be shown)

- Space \ RightClick hotkey - consumes first item from left at the "gem-bar" (e.g. heal, spirit stance, potion, rebuff)

- MiddleClick hotkey - a spell \ skill hotkey (can be either any Spell or any Skill in the list, not just offensive\deprecating)

- Spell to cast in new round - a spell \ skill that would be cast once (one cast of one spell\skill at the new round) (can be either any Spell or any Skill in the list, not just offensive\deprecating)

- options - by default options are set for holy-mage-play, you must edit options at the top of the script before installing it to better suit your needs (if you aren't a holy mage)! :
= choose spells to spam (or make var Spell_list = []; to not spam any spells and just normal-attack)
= you can only use offensive & deprecating spells for Spell_List (ones affecting enemy)

Recommended settings for melee players (not mages):
CODE
//// settings:
var Spell_list = [];
var Spell_list_on_new_round = [];
var Spell_middle_click = ['Imperil'];
// thresholds for stop
var HP_T = 0.40;
var MP_T = 0.11;
var SP_T = 0.1;
var stop_on_rebuffs = true;


new in this release:
- Made a new spell_list to cast first available spell from it once after each new round (a good place for either Imperil or Tier3 spell)
- Fixed for FireFox 31
- Fixed haste buff rebuffing

in next versions:
- probably a debuffer to cycle-debuff monsters before (spell)-attacking. (soon... or not - pretty complex and no idea if it's much usefull)

Previous ver changelog: see in old post - https://forums.e-hentai.org/index.php?showt...p;#entry3333085
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 25 2014, 14:38
Post #1547
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


Seeing as I need to mass-download gallery to backup for more future wipe, I'm thinking about writing a script to automate baggie download of galleries by tags. Would such scripts be allowed here?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 25 2014, 14:47
Post #1548
malkatmp



┬─┬ ︵ /(.□. \)
********
Group: Gold Star Club
Posts: 4,102
Joined: 30-April 12
Level 408 (Godslayer)


QUOTE(holy_demon @ Jul 25 2014, 14:38) *

Seeing as I need to mass-download gallery to backup for more future wipe, I'm thinking about writing a script to automate baggie download of galleries by tags. Would such scripts be allowed here?


mass downloading stuff might get your IP banned. so it depends. imo, nothing uploaded on the internet is gone forever & my backlog is too big for me to care about this. (IMG:[invalid] style_emoticons/default/mellow.gif)

QUOTE(cnrkitten @ Jun 24 2014, 04:59) *

Ok look, I've been through the forums but didn't find what I was looking for.

Your IP address has been temporarily banned for using automated mirroring/harvesting software and/or failing to heed the overload warning. The ban expires in 41 Hours...

this ban has been going on for over 2 weeks now! I don't use any harvest software or have received a overload warning. When I try to open the page, all I get is a white screen with no text, like it just refuses to open... I've run multiple virus scans to see if it would catch something blocking me from the site but nothing turns up. (IMG:[invalid] style_emoticons/default/cry.gif) HELP PLZ!

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

 
post Jul 25 2014, 15:12
Post #1549
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(malkatmp @ Jul 25 2014, 22:47) *

mass downloading stuff might get your IP banned. so it depends. imo, nothing uploaded on the internet is gone forever & my backlog is too big for me to care about this. (IMG:[invalid] style_emoticons/default/mellow.gif)


That ban is temporary as long as you get the warning and temporarily stop clogging the bandwidth.

Not a hard thing to restrict the downloader's limit.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 30 2014, 05:27
Post #1550
watisthis



Active Poster
*******
Group: Members
Posts: 1,310
Joined: 20-April 10
Level 335 (Godslayer)


Is it just me or did firefox 31.0 break spellspam?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jul 31 2014, 11:20
Post #1551
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


Wrong place

This post has been edited by holy_demon: Jul 31 2014, 11:20
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 2 2014, 01:20
Post #1552
That Man 2



Newcomer
**
Group: Members
Posts: 66
Joined: 3-April 10
Level 203 (Destined)


QUOTE(holy_demon @ Jul 25 2014, 08:38) *

Seeing as I need to mass-download gallery to backup for more future wipe, I'm thinking about writing a script to automate baggie download of galleries by tags. Would such scripts be allowed here?


I ran a script for a while that downloads all the archives off the front page and uploads them as torrents every ~50 seconds and I've never run into any trouble for that. I imagine you'd have to do something pretty silly for it to ban you.

wow late reply

This post has been edited by That Man 2: Aug 2 2014, 01:21
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 2 2014, 14:02
Post #1553
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


HV Item Manager 1.4.0
HV Item Manager 1.4.1
Attached File  HVItemManager_1.4.1.user.zip ( 8.53k ) Number of downloads: 153


This is the spiritual successor of both HVItemFilter and MoogleSpam (unreleased). If you have installed HVItemFilter please uninstall it to avoid conflict.

Bazaar, Moogle, Salvage, Repair, Reforge, Filter and Manage multiple items with ease. Works in inventory, shop, forge and moogle page.

New Major Feature:
- Customizable moogle form
- COD feature
- More tag and syntax to learn!
- Change of look and feel

Bug fix:
- filter breaks on custom equip name, or unidentified. This update will just ignore them and keep doing the filtering
- filter supports obsolete item like Dragon Hide, Silk, and Chainmail

Main Features:
- (textfield at top left, hotkey CTRL+F) Filter item, fully support [developer.mozilla.org] regular expressions, and boolean conditionals (details below)
- (checkbox/textfield next to each item) Checkboxs let you select items for subsequent multi-action. The checkboxes next to consumable/trophies become textfield so you can specify number. Textfield let you mark the unit price for your items. These prices will carry over next session. On top of each pane, there's a checkbox/textfield to select/set price for all selected items of that pane (note: this behaviors change from 1.2.0, if you want tag all, you have to select all, then tag)
- modal pop-up box for confirmation and template, Ok button is preselected so you can press enter to quickly proceeds. You can also press Esc to close this popup box.
- (repair button) multi-repair: repair all selected items
- (salvage button) multi-salvage: salvage all selected items
- (bazzaar button) multi-bazaar: sell all selected items to bazzaar. Only works with equips
- (moogle button) multi-moogle: moogle all selected items to a recipient prompted in a popup. Multiple recipient can be submitted but must be separated by comma/semi-colon (used for item, equips will be sent to only the first person on the list). The template of subject and body uses the same tag as filter.
Now support COD, using the price enter.
- (reforge button) multi-reforge all selected equips
- (itemworld button) go into item world of the first selected equips
- (lock/unlock button) multi-lock/unlock: self-explained
- (list button): will prompt you to type in a template to generate an items like of all selected items. This function is inspired by ctxl's HVMiniShopHelper, so it will have a similar syntax. Currently only support equips.
- accessible in the moogle, inventory, shop and forge pages
- press right click anywhere to move the toolbox around (if you want to see the normal right click, hold CTRL)
- Notification: when an action is chosen, the item's name will be changed to "<action> <item name>". When the action is finished, you will be given either the result (salvage), "Done" for generic successful action, "In Battle" if you are stuck in battle, or any relevant error message given by Hentaiverse.

Filter syntax:
- You can include type in multiple conditional groups, separated by ',' (comma). These conditionals will be related to each other by logical AND.
- There's 2 type of conditional group:
+ Regexp type (the one in 1.2.0).Ex: Mag|Leg|Peer
+ Boolean type: you can use ||,&&,! logical operand (and, or, not respectively), basic algorithmic operands (+,-,*,/,==,>=,<=,>,<), and tag as variable (eg:$price, $pxp - details in tag section). Ex: $pxp>=320&&$level==0&&!locked => pxp more or equal to 320, level equals 0, not locked
- '-' (minus) at the beginning of the a conditional group to get negation


Filter Example:

CODE
-$locked,average|crude|fair|fine|artifact|crysal|token|energy|figurine

=>show unlocked equips (and items, as items are considered unlocked) that contains average, crude, fair, fine, artifact, crystal, toekn, energy, figurine in their drink (aka my filter after grindfest)

CODE
Power|Phase|Shade|Force, $pxp<320

=>only display equips that contain Power/Phase/Shade/Force in name and pxp must be <320

CODE
-$locked, $cond<75

=>only display unlocked items with condition < 75

CODE
$locked, -Slaughter|Destruction, level==10

=>only display locked equips that don't contain Slaughter/Destruction in their name and level 10

CODE
binding, slaughter|destruction

=>only display binding of slaughter or binding of destruction.


Currently supported tags: (case insensitive)
$NAME, $COUNT, $LEVEL, $PXP, $URL, $ID, $KEY,
$APRICE (200k, 1.1m - price as you entered in tag)
$PRICE (eg: 200000, 1100000 - number form)
$COND (between 0 and 100 - for equip's condition)
$LOCKED (true/false - use this for filter; will return false for non-equip items)
$QUALITY (Exquisite, Peerless, etc...)
$AQUALITY (Exq, Peer, Leg, etc...)
$TYPE (One-handed, Staff, Cloth, etc..),
$ATYPE (1H, 2H, ST, CL, etc...)
$STYPE (Axe, Oak, Phase, etc..),
$PREFIX (Ethereal, Hallowed,etc...),
$SUFFIX (Slaughter, Destruction, etc...),
$PART (Leggings, Gloves, Helmet, etc...) (it's empty on weapon/shield)
$<tag name><number> - showing a the first <number> letter of tag.(eg: $quality3 => Leg/Sup/Mag, $prefix2 =>Et/Ha/Hi)


Template (for List function) example:
CODE
[$ID][url=$URL]$NAME[/url] PxP$PXP Price:$APRICE

=>[39640402]Superior Ethereal Axe of Slaughter PxP302 Price:200k
CODE
[$#][B]$QUALITY3[/B] $PREFIX $STYPE $PART of [I]$SUFFIX[/I]

=> [1]Mag Tempestuous Axe of Slaughter
[2]Mag Hallowed Willow Staff of Curse-weaver

GIF Tutorial:

General Navigation
Attached Image
Filter basic
Attached Image
Filter advanced
Attached Image
List
Attached Image
Bazzaar
Attached Image
Salvage
Attached Image
Moogle item with COD
Attached Image
Moogle equip for auction using template
Attached Image

Special Thanks:
StonyCat for his donation to this project (1000 Hath so far)
Cats Lover (I must have a thing for cat people (IMG:[invalid] style_emoticons/default/tongue.gif) ) for his feedback on a bug. Several people have also reported, but his detailed report really helped me in pinpointing the problems.


Future features: future features will be based on donations, the features that reach its donation goal will be guaranteed to be included in the next released version. Here are the features that I have in plan:
  1. multi-COD - 500Hath or 4m
  2. mult-shrine - 500Hath or 4m
  3. better feedback system to notify you when multi-actions are completed - 500 Hath or 4m (donated by StonyCat)
  4. list works with items, more tags support such $# $TYPE $STRIKE, etc... (suggest to have more, but I won't do $STATS since scaling function is a lot of work, deserving a separate project)- 500Hath or 4m
  5. customizable filter tickbox, so you don't have to type into the filter field all the time, strong search function, such as search by level/PxP -500Hath or 4m
  6. input history to remember the last 10 input of each categories (filter, moogle recipient, list template, etc...) and modal input box (because prompt() is very limited)
  7. other custom features you want - 500Hath or 4m each
  8. more customizable moogle (StonyCat suggestion)
The idea of donation is to steer development in a direction you want, and to give me motivation to speed things up. Otherwise I will just add more feature when I feel like it.

This post has been edited by holy_demon: Aug 7 2014, 19:43
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 7 2014, 19:21
Post #1554
Dan31



Chilling around
********
Group: Members
Posts: 4,399
Joined: 26-March 12
Level 491 (Godslayer)


I'm just putting here the Reloader I'm currently using, for self-use and whatnot. Feel free to use it as well. Works in Firefox 30.0.

Note: It includes Mousemelee, No Blinking, Show gems, No Popup.

Feel the power of AJAX reducing your rendering time!

Attached File  Reloader.txt ( 12.22k ) Number of downloads: 154


This post has been edited by Dan31: Aug 8 2014, 02:29
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 8 2014, 00:22
Post #1555
something



Expressionless Lolicon
*******
Group: Members
Posts: 1,106
Joined: 14-January 07
Level 355 (Godslayer)


speaking of reloader, it says i need something from ajax.googleapis.com. how do i know i have whatever this is installed?

tried googling it with no real answer on how to install it or see if it's already there. i'm using pale moon if that means anything

EDIT: not sure if i need this info anymore since it's working now. still, i guess it would be nice to know.
also, kinda sucks that this doesn't work with HP warning from HVMA

This post has been edited by something: Aug 8 2014, 00:48
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


291 Pages V « < 76 77 78 79 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 23rd September 2025 - 04:10