Welcome Guest ( Log In | Register )

71 Pages V « < 33 34 35 36 37 > »   
Reply to this topicStart new topic
> [SHOP][SCRIPT][IW] HolyDemon Shop (0.82 update 13/07), Legendaries, IW Service@15c/pxp, lv5/4 potencies, Crystal pack@40k(500) Figurine@60k Leg Savage Power Slaughter, Peerless Frugal Mjolnir Phase

 
post Aug 25 2014, 18:10
Post #681
Veince



Casual Poster
***
Group: Gold Star Club
Posts: 118
Joined: 2-October 11
Level 332 (Godslayer)


QUOTE(holy_demon @ Aug 25 2014, 10:54) *

Sent,thanks (IMG:[invalid] style_emoticons/default/smile.gif)
1. Cannot reproduce the 1st one. Though, just to make sure, is Imperil on cooldown by any chance, cos that's also condition fail, and the script will not stop the default behavior (context menu). If that's not the case, can you open CTRL+SHIFT+J and copy out the content of the new Window so I can debug?


Nah it's not on CD. I've sent the content via pm. I'm not sure if it's because of other script or not. I will try disable them and check again.


BTW did someone else bought [rapier15] ? I haven't got any MM on it yet (IMG:[invalid] style_emoticons/default/tongue.gif).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 26 2014, 01:44
Post #682
holy_demon



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


QUOTE(파르톤 @ Aug 25 2014, 21:13) *

[Shield-16]Exquisite Cobalt Force Shield of Protection 40k
[Rapier26]Exquisite Tempestuous Rapier of Slaughter 20k

[ExqPowSla10]Exquisite Power Armor of Slaughter 100k
[ExqPowSla7]Exquisite Power Helmet of Slaughter 100k

Send over with COD, thank you


sent, thanks (IMG:[invalid] style_emoticons/default/smile.gif)

QUOTE(Veince @ Aug 26 2014, 02:10) *

Nah it's not on CD. I've sent the content via pm. I'm not sure if it's because of other script or not. I will try disable them and check again.
BTW did someone else bought [rapier15] ? I haven't got any MM on it yet (IMG:[invalid] style_emoticons/default/tongue.gif).


Replied in PM

Yeah that one was bought a long time ago +_+
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 27 2014, 04:42
Post #683
holy_demon



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


SpellSpam 3.5.1b
[removed]

This post has been edited by lestion: Aug 2 2020, 13:58
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 29 2014, 16:38
Post #684
Owyn



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


QUOTE(holy_demon @ Aug 8 2014, 16:41) *

HV Item Manager 1.4.2
Attached File  HVItemManager_1.4.2.user.zip ( 8.78k ) Number of downloads: 1118


bug report: - nothing works (IMG:[invalid] style_emoticons/default/rolleyes.gif)

Firefox latest stable, GM latest stable, console shows nothing.


Attached Image

In chrome stable - works fine.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2014, 05:07
Post #685
holy_demon



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


QUOTE(Owyn @ Aug 30 2014, 00:38) *

bug report: - nothing works (IMG:[invalid] style_emoticons/default/rolleyes.gif)

Firefox latest stable, GM latest stable, console shows nothing.
Attached Image

In chrome stable - works fine.


I had to update firefox to 31 to test, still working fine.

If this is your first time using, enter
CODE
delete localStorage.HVItemHelper
into the console and refresh the page, see if the problem is fixed

If you're updating from older version, enter
CODE
localStorage.HVItemHelper
and give me what's showing
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2014, 09:38
Post #686
hentai_fusion



Nyo
************
Group: Gold Star Club
Posts: 33,599
Joined: 14-August 09
Level 500 (Ponyslayer)


a few suggestions for spellspam...


1. check if the effects of SoL are active.

i.e. check if the hp bar is silver in colour.


2. check if certain debuffs are present on the monster.

e.g. do spell rotation only when imperil is active on monster.
CODE

hover => $imperil;lost-paradise;banish;smite



3. if else conditions.

e.g.
CODE
if imperil = true
hover: lost-paradise;banish;smite

else
hover: imperil



holding down the shift key in order to imperil every monster at the start of every round is such a chore. (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2014, 12:02
Post #687
Owyn



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


QUOTE(holy_demon @ Aug 30 2014, 07:07) *

I had to update firefox to 31 to test, still working fine.

If this is your first time using, enter
CODE
delete localStorage.HVItemHelper
into the console and refresh the page, see if the problem is fixed

If you're updating from older version, enter
CODE
localStorage.HVItemHelper
and give me what's showing

didn't have to, It suddenly started working after I reinstalled the script and restarted the firefox
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2014, 12:08
Post #688
Colman



Where is the loli?
*********
Group: Gold Star Club
Posts: 7,333
Joined: 15-November 10
Level 500 (Ponyslayer)


QUOTE(hentai_fusion @ Aug 30 2014, 15:38) *

a few suggestions for spellspam...
1. check if the effects of SoL are active.

i.e. check if the hp bar is silver in colour.
2. check if certain debuffs are present on the monster.

e.g. do spell rotation only when imperil is active on monster.
CODE

hover => $imperil;lost-paradise;banish;smite

3. if else conditions.

e.g.
CODE
if imperil = true
hover: lost-paradise;banish;smite

else
hover: imperil

holding down the shift key in order to imperil every monster at the start of every round is such a chore. (IMG:[invalid] style_emoticons/default/tongue.gif)

It is dangerous to be too powerful. (IMG:[invalid] style_emoticons/default/rolleyes.gif)
shift + left click is not too hard. In fact, I only use imperil on boss+ nowadays. And I do not even use hover mode. (IMG:[invalid] style_emoticons/default/duck.gif)

This post has been edited by Colman: Aug 30 2014, 12:10
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2014, 13:32
Post #689
holy_demon



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


QUOTE(hentai_fusion @ Aug 30 2014, 17:38) *

a few suggestions for spellspam...
1. check if the effects of SoL are active.

i.e. check if the hp bar is silver in colour.
2. check if certain debuffs are present on the monster.

e.g. do spell rotation only when imperil is active on monster.
CODE

hover => $imperil;lost-paradise;banish;smite

3. if else conditions.

e.g.
CODE
if imperil = true
hover: lost-paradise;banish;smite

else
hover: imperil

holding down the shift key in order to imperil every monster at the start of every round is such a chore. (IMG:[invalid] style_emoticons/default/tongue.gif)


1. Use the $SparkofLife, $MP and $SP checks

2. Will think about it =_=

3. semi-automation.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2014, 14:35
Post #690
hentai_fusion



Nyo
************
Group: Gold Star Club
Posts: 33,599
Joined: 14-August 09
Level 500 (Ponyslayer)


won't checking if the hp bar is silver be more efficient than $SparkofLife, $MP and $SP?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 30 2014, 15:03
Post #691
holy_demon



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


QUOTE(hentai_fusion @ Aug 30 2014, 22:35) *

won't checking if the hp bar is silver be more efficient than $SparkofLife, $MP and $SP?


It's redundant and it makes code messy. Messy code is not efficient
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 31 2014, 17:16
Post #692
seal00



Regular Poster
******
Group: Members
Posts: 781
Joined: 11-February 10
Level 386 (Godslayer)


[MagWill46]Magnificent Willow Staff of Focus 20k

CoD plz thx.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 1 2014, 15:15
Post #693
Jibunwo



Casual Poster
****
Group: Members
Posts: 302
Joined: 3-July 10
Level 293 (Godslayer)


10x Precursor Artifact @13k

130k cr sent
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 2 2014, 06:31
Post #694
Dead-ed



Niten = 我が両刀に断てぬもの無し。
********
Group: Members
Posts: 3,577
Joined: 4-March 14
Level 500 (Godslayer)


MagEsto24 with cod please

c sent anyway

This post has been edited by Dead-ed: Sep 2 2014, 16:27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 3 2014, 05:51
Post #695
KJacket



Lazy Eats
***
Group: Gold Star Club
Posts: 159
Joined: 5-February 09
Level 417 (Dovahkiin)


[LegLeat16]Legendary Ruby Leather Boots of Deflection 100k

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

 
post Sep 3 2014, 09:25
Post #696
Zack_CN



Regular Poster
******
Group: Catgirl Camarilla
Posts: 829
Joined: 28-April 12
Level 500 (Godslayer)


Precursor Artifact 100 13k
Please CoD all of them, thanks~
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 3 2014, 14:27
Post #697
Colman



Where is the loli?
*********
Group: Gold Star Club
Posts: 7,333
Joined: 15-November 10
Level 500 (Ponyslayer)


QUOTE(holy_demon @ Aug 27 2014, 10:42) *

SpellSpam 3.5.1b
[attachmentid=49471]

Not sure is it considered bug. Iron v27 do not accept the b in the version number (3.5.1b).
You may want to use odd number for beta and even number for stable version.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 5 2014, 01:41
Post #698
holy_demon



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


QUOTE(Colman @ Sep 3 2014, 22:27) *

Not sure is it considered bug. Iron v27 do not accept the b in the version number (3.5.1b).
You may want to use odd number for beta and even number for stable version.

Well that'd be too confusing for me, I won't include b in future version, but mention it in the release note (not that it matters, apparently my beta is more stable than my stable +_+ )

Also bump for shop restocking with legs and mags

This post has been edited by holy_demon: Sep 5 2014, 01:42
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 5 2014, 09:57
Post #699
Valkrey



Regular Poster
*****
Group: Gold Star Club
Posts: 578
Joined: 23-January 11
Level 486 (Dovahkiin)


[Phase15]Exquisite Phase Cap of Freyr, 3PAB
[Phase54]Exquisite Phase Robe of Freyr, 3PAB
[Phase82]Exquisite Phase Gloves of Freyr, 3PAB
[Phase116]Exquisite Phase Shoes of Freyr, 3PAB

How are the items charged? 30k each? I'll moogle 30,000 x 4 =120,000 credits first. Please CoD if there are any extra costs.


Note: Following items show as 'No such Item'
[Phase10]Exquisite Onyx Phase Cap of Freyr
[Phase46]Exquisite Zircon Phase Robe of Freyr
[Phase65]Exquisite Ruby Phase Gloves of Freyr
[Phase90]Exquisite Phase Pants of Freyr
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Sep 5 2014, 10:00
Post #700
chjj30



🦘跳海魔女🧙王世坚🌊
***********
Group: Catgirl Camarilla
Posts: 10,914
Joined: 5-January 14
Level 500 (Ponyslayer)


[MagKite9]Magnificent Agile Kite Shield of Protection 40k
Buying this, thanks!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


71 Pages V « < 33 34 35 36 37 > » 
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: 16th May 2025 - 16:47