#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jan 6, 2017 10:03:51 GMT -8
It's currently missing at least 10 in a row. I'm never using a swarm again. I'll try to fix it.. No worries.. There's obviously something going on, all I have to do is find it.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jan 6, 2017 15:06:35 GMT -8
More testing done, with a 2000 strong swarm.. I had one battle that had a run of 15 misses, but the others weren't too bad, 6 straight misses was the next worst, so the code is running as expected. It seems that you have had some bad luck is all. the chances of hitting your swarm is currently 18%.. A little under a 1 in 5 chance of a hit, so 10 straight misses is not THAT unusual. It's possible, though unlikely, that you could get 10 straight misses even if the hit rate was at 50%.
If you wish, I'll add an option where you can set the minimum hit rate that a swarm can achieve..
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jan 7, 2017 8:24:44 GMT -8
mikemcd, can you please try version 0.0.9.. I have added an option for you to set a minimum hit ratio for swarms, currently your swarm has a ratio of 18%, so anything above that will help.
|
|
inherit
223366
0
Jun 20, 2024 5:38:45 GMT -8
mikemcd
176
July 2015
mikemcd
|
Post by mikemcd on Jan 8, 2017 14:09:32 GMT -8
It appears it has cleared out the swarm creature upon updating.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jan 8, 2017 14:36:15 GMT -8
All you have done is update the Creature Hunt plugin?
Looking at your forum, there are still 52 DECARABIA remaining, but the code is not functioning...
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jan 9, 2017 15:20:10 GMT -8
It appears it has cleared out the swarm creature upon updating. Can you try installing the version in the library please. Hopefully you have a corrupt download.
|
|
inherit
240869
0
Jan 12, 2017 12:37:33 GMT -8
malzianxiv
1
January 2017
malzianxiv
|
Post by malzianxiv on Jan 12, 2017 12:37:33 GMT -8
Might it be possible to add in a feature where one member can use a small bit of their HP to 'heal' another member? I think it would make it into better group activity if members could assist each other in the fight, though I'm not sure how much coding would be required to do this.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jan 12, 2017 13:41:15 GMT -8
Might it be possible to add in a feature where one member can use a small bit of their HP to 'heal' another member? I think it would make it into better group activity if members could assist each other in the fight, though I'm not sure how much coding would be required to do this. Yup, that is certainly possible. When I add extra functions to this plugin it will be via 'add-ons', or other plugins that add to the main one. This one should be relatively easy, so I'll try to rustle something up over the coming weekend.
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Jan 23, 2017 10:24:52 GMT -8
Hello, Todge. I'd really like this plugin, but I've got a problem: both text and background are white (just like in an attachment below), so I can't read it without marking. Is it possible to change the colour of the text and/or background? Thank you in advance.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jan 23, 2017 14:22:08 GMT -8
Hello, Todge. I'd really like this plugin, but I've got a problem: both text and background are white (just like in an attachment below), so I can't read it without marking. Is it possible to change the colour of the text and/or background? Thank you in advance. View AttachmentYup.. Add this to your forums CSS.. #beastie_pop { background-color: #123456!important; color: #098765; } Red being the background color and blue being the text color.
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Jan 24, 2017 8:35:26 GMT -8
Hello, Todge . I'd really like this plugin, but I've got a problem: both text and background are white (just like in an attachment below), so I can't read it without marking. Is it possible to change the colour of the text and/or background? Thank you in advance. Yup.. Add this to your forums CSS.. #beastie_pop { background-color: #123456!important; color: #098765; } Red being the background color and blue being the text color. Thank you! It works fine. If you just could tell me how to change the border's color...
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Jan 24, 2017 14:53:52 GMT -8
Yup.. Add this to your forums CSS.. #beastie_pop { background-color: #123456!important; color: #098765; border-color: #567765; } Red being the background color and blue being the text color. Thank you! It works fine. If you just could tell me how to change the border's color... Sure.. add the green to the line of code I gave you above....
|
|
inherit
187956
0
Apr 15, 2023 4:09:23 GMT -8
Eclipse
59
January 2013
hariukazzz
|
Post by Eclipse on Jan 25, 2017 10:13:40 GMT -8
Thank you! It works fine. If you just could tell me how to change the border's color... Sure.. add the green to the line of code I gave you above.... It's not working
|
|
inherit
241323
0
Jan 26, 2017 17:57:59 GMT -8
maddogg91
3
January 2017
maddogg91
|
Post by maddogg91 on Jan 25, 2017 17:00:04 GMT -8
First off great plugin, but im having errors with the position of the monster spawn. The image loads above the post and obscures the initial post... anyway to fix?
|
|
inherit
241025
0
May 29, 2017 7:15:53 GMT -8
sean1m
10
January 2017
sean1m
|
Post by sean1m on Jan 26, 2017 5:54:11 GMT -8
|
|