Ethelior
New Member
Rellationship Status: Married
Posts: 37
inherit
235987
0
Dec 4, 2016 2:47:52 GMT -8
Ethelior
Rellationship Status: Married
37
August 2016
ethelior
|
Post by Ethelior on Sept 16, 2016 9:00:35 GMT -8
yes i will let me check * EDIT: I think i like it now. how about the option to auto start a creature hunt let's say in one category in every thread after *given option by me* posts ?Attachments:
|
|
Ethelior
New Member
Rellationship Status: Married
Posts: 37
inherit
235987
0
Dec 4, 2016 2:47:52 GMT -8
Ethelior
Rellationship Status: Married
37
August 2016
ethelior
|
Post by Ethelior on Sept 16, 2016 9:13:47 GMT -8
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 16, 2016 16:39:14 GMT -8
I assume you are 'attacking' the creature in the following replies? And assuming you are, are you seeing the pop-up on screen after you have made the attack?
|
|
Ethelior
New Member
Rellationship Status: Married
Posts: 37
inherit
235987
0
Dec 4, 2016 2:47:52 GMT -8
Ethelior
Rellationship Status: Married
37
August 2016
ethelior
|
Post by Ethelior on Sept 17, 2016 10:04:38 GMT -8
yes i see the popup
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 17, 2016 13:04:09 GMT -8
Did the attacks display before the update when they were in the wrong place?
|
|
Ethelior
New Member
Rellationship Status: Married
Posts: 37
inherit
235987
0
Dec 4, 2016 2:47:52 GMT -8
Ethelior
Rellationship Status: Married
37
August 2016
ethelior
|
Post by Ethelior on Sept 19, 2016 9:15:28 GMT -8
yes they do
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 19, 2016 11:53:35 GMT -8
OK.. Can you please try this...
Go back to the original version of the plugin, and add this to the FOOTER of the board the creature hunt is in, and see if that works.
It may display incorrectly after the attack is first made, but a refresh, and any 'normal' page views should be fine.
|
|
Ethelior
New Member
Rellationship Status: Married
Posts: 37
inherit
235987
0
Dec 4, 2016 2:47:52 GMT -8
Ethelior
Rellationship Status: Married
37
August 2016
ethelior
|
Post by Ethelior on Sept 19, 2016 21:50:35 GMT -8
try what? you forgot something ?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 20, 2016 8:46:36 GMT -8
LOL.. It seems I did...
Try putting this in the FOOTER of the board you have the Creature Hunt running on..
<script type="text/javascript"> $(document).ready(function(){ $('.beastie_data').each(function(){ $(this).parent().parent().parent().find('article').append(this); }); proboards.on('pageChange', function(){ $('.beastie_data').each(function(){ $(this).parent().parent().parent().find('article').append(this); }); }); }); </script>
Sorry about that.
|
|
Ethelior
New Member
Rellationship Status: Married
Posts: 37
inherit
235987
0
Dec 4, 2016 2:47:52 GMT -8
Ethelior
Rellationship Status: Married
37
August 2016
ethelior
|
Post by Ethelior on Sept 24, 2016 9:56:30 GMT -8
and what does this do ?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 24, 2016 14:46:27 GMT -8
That is meant to move the creature data in the posts on your forum, but you must be running the 'normal' plugin, not the updated one I gave you.
|
|
inherit
228367
0
Nov 1, 2018 6:15:17 GMT -8
Amata
34
January 2016
amata
|
Post by Amata on Sept 26, 2016 5:21:59 GMT -8
Oh my goodness! This is such an amazing plugin!! Definitely going to be implementing this in the future, as it seems like so much fun! I do have a couple questions, for the damage aspects if we put multiple ones under the same [TITLE]Creaturename, with different attacks/damages received, does it randomize or is it not a function? (I've tried but it looks like those posts if I make a second [TITLE]samecreaturename it just shows up as empty space where the text should be)
Also, I thought I may have seen it mentioned but I can't find it now, but, Does this work with the awards plugin? To be able to give awards after it's defeated would be amazing.
But this is an amazing plugin regardless, and I will definitely be using it in the future! Thanks so much for your time/effort/hard work into making it! ?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 26, 2016 8:13:15 GMT -8
Oh my goodness! This is such an amazing plugin!! Definitely going to be implementing this in the future, as it seems like so much fun! I do have a couple questions, for the damage aspects if we put multiple ones under the same [TITLE]Creaturename, with different attacks/damages received, does it randomize or is it not a function? (I've tried but it looks like those posts if I make a second [TITLE]samecreaturename it just shows up as empty space where the text should be) Also, I thought I may have seen it mentioned but I can't find it now, but, Does this work with the awards plugin? To be able to give awards after it's defeated would be amazing. But this is an amazing plugin regardless, and I will definitely be using it in the future! Thanks so much for your time/effort/hard work into making it! ? Thank you, I'm glad you like it, and just to let you know that I'm in the middle of rewriting this plugin from the ground up, so hopefully V2 will look better, be easier to edit/understand, and has a couple of extra functions too. But as for this version.... I assume you are talking about the damage notifications? If so, if you list the group more than once in the damage notes, the code will take the first one and disregard the rest, but you can have more than one notification for each group, just leave a blank space between them, and the plugin will choose them from that group randomly. If I' not making myself clear enough, just yell, and I'll try to explain it better. And yes, this plugin works fine with the Awards Plugin, but you'd have to award your members manually.
|
|
inherit
228367
0
Nov 1, 2018 6:15:17 GMT -8
Amata
34
January 2016
amata
|
Post by Amata on Sept 26, 2016 12:29:22 GMT -8
Thank you, I'm glad you like it, and just to let you know that I'm in the middle of rewriting this plugin from the ground up, so hopefully V2 will look better, be easier to edit/understand, and has a couple of extra functions too. But as for this version.... I assume you are talking about the damage notifications? If so, if you list the group more than once in the damage notes, the code will take the first one and disregard the rest, but you can have more than one notification for each group, just leave a blank space between them, and the plugin will choose them from that group randomly. If I' not making myself clear enough, just yell, and I'll try to explain it better. And yes, this plugin works fine with the Awards Plugin, but you'd have to award your members manually. :) You explained perfectly, thank you! I'm excited to see the v2 update so I'll be bookmarking this thread to keep an eye on this masterpiece! ?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Oct 17, 2016 9:04:17 GMT -8
I'm looking for one or two people to test this plugin if either of the above posters are willing.. If you PM me I will PM reply with a link to the current version 2. It is unfinished, but is functional. I would just like your opinions on how it works, and if it's self explanatory.
Thanks.
|
|