Welcome Guest ( Log In | Register )

2610 Pages V « < 733 734 735 736 737 > »   
Reply to this topicStart new topic
> The Official Hentaiverse Chat, Post your random thoughts or theorycrafts about HV

 
post May 19 2012, 22:07
Post #14681
Bunker Buster



Just a man who likes getting his dick wet
*******
Group: Gold Star Club
Posts: 2,220
Joined: 11-June 10
Level 346 (Godslayer)


In practice, drop rates are 78% of what they are purported to be.

Thanks, HV STAT.

This post has been edited by Bunker Buster: May 19 2012, 22:07
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2012, 22:20
Post #14682
Tenboro

Admin




CODE
    if( array_key_exists($mid, $monster_trophies) && ($always_trophy || (mt_rand(1, 10) == 1)) ) {
        $loot = array('loottype' => 'trophy', 'id' => $monster_trophies[$mid], 'name' => $HV->get_item_name($monster_trophies[$mid]));
        $HV->Player->itemcount_inc($loot['id'], 1);
        return $loot;
    } else {
        return loottable_random($qualityboost, $increase_drops ? 50 : 0, $increase_drops ? 1000 : 0, 0, $itemtype);
    }
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2012, 22:22
Post #14683
Bunker Buster



Just a man who likes getting his dick wet
*******
Group: Gold Star Club
Posts: 2,220
Joined: 11-June 10
Level 346 (Godslayer)


Upgrade your mersenne twister.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2012, 22:31
Post #14684
varst



Peerless perverted long-hair-con of the Hentaiverse
***********
Group: Gold Star Club
Posts: 11,561
Joined: 30-March 10
Level 478 (Godslayer)


Interesting code. The last sentence means we have better chance to get something and something? (IMG:[invalid] style_emoticons/default/unsure.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2012, 22:38
Post #14685
Bunker Buster



Just a man who likes getting his dick wet
*******
Group: Gold Star Club
Posts: 2,220
Joined: 11-June 10
Level 346 (Godslayer)


2nd and 3rd variables seem to determine drop chance and loot quality respectively
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2012, 22:45
Post #14686
Tenboro

Admin




*overall drop chance and equipment drop chance.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2012, 22:46
Post #14687
varst



Peerless perverted long-hair-con of the Hentaiverse
***********
Group: Gold Star Club
Posts: 11,561
Joined: 30-March 10
Level 478 (Godslayer)


I don't think it's drop chance, as this part of code should be present when the drop is confirmed. More likely to be something about loot tier.

Edit:
So I thought it in the wrong way...interesting.

This post has been edited by varst: May 19 2012, 22:51
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 19 2012, 22:53
Post #14688
Tenboro

Admin




Well no, that's the purpose of that fragment of code.. it's called whenever a monster dies to check if it should drop a trophy or not, and if it doesn't, it calls the general loot generator to roll on whether anything else should drop.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 03:24
Post #14689
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06
Level 496 (Godslayer)


Can we have a fragment of code for loot quality too (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 03:53
Post #14690
ChosenUno



A Legendary Collector
********
Group: Gold Star Club
Posts: 4,170
Joined: 23-February 10
Level 422 (Godslayer)


QUOTE(skillchip @ May 20 2012, 08:24) *

Can we have a fragment of code for loot quality too (IMG:[invalid] style_emoticons/default/smile.gif)


Being *just* a little greedy there skillchip (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 03:57
Post #14691
Kaosumx



(╯°□°)╯︵ ┻━┻
********
Group: Gold Star Club
Posts: 3,362
Joined: 20-February 12
Level 271 (Godslayer)


QUOTE(skillchip @ May 19 2012, 21:24) *

Can we have a fragment of code for loot quality too (IMG:[invalid] style_emoticons/default/smile.gif)

QUOTE(ChosenUno @ May 19 2012, 21:53) *

Being *just* a little greedy there skillchip (IMG:[invalid] style_emoticons/default/laugh.gif)


Heh, I bet Tenb actually gives us part of the code, but its either a totally useless part or a fragment thats impossible to understand without context.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 04:01
Post #14692
Slobber



On a Bounty Mission
**********
Group: Gold Star Club
Posts: 7,794
Joined: 4-February 11
Level 490 (Godslayer)


nah he's probably too busy killing diablo
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 04:27
Post #14693
LangTuTaiHoa



Because a creative title is too mainstream
*******
Group: Banned
Posts: 1,792
Joined: 8-June 10
Level 265 (Godslayer)


I demandz open-source (IMG:[invalid] style_emoticons/default/laugh.gif) (IMG:[invalid] style_emoticons/default/laugh.gif) (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 04:35
Post #14694
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06
Level 496 (Godslayer)


QUOTE(ChosenUno @ May 20 2012, 01:53) *

Being *just* a little greedy there skillchip (IMG:[invalid] style_emoticons/default/laugh.gif)


Na, just persistent
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 05:28
Post #14695
buktore



Skeleton Soldier
********
Group: Members
Posts: 4,353
Joined: 9-September 09
Level 414 (Dovahkiin)


In Tenb we trust. (IMG:[bbs.pramool.com] http://bbs.pramool.com/webboard/pic/20.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 06:08
Post #14696
Cronauron



Avatar of Apathy
********
Group: Members
Posts: 3,406
Joined: 29-November 06
Level 500 (Ponyslayer)


Is that what's on the back of a credit?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 06:27
Post #14697
buktore



Skeleton Soldier
********
Group: Members
Posts: 4,353
Joined: 9-September 09
Level 414 (Dovahkiin)


Not quite... It's from the writing beside the entrance to Snowflake's shrine. (IMG:[invalid] style_emoticons/default/tongue.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 06:32
Post #14698
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


More like Abadon all hope, ye who play.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 06:34
Post #14699
ChosenUno



A Legendary Collector
********
Group: Gold Star Club
Posts: 4,170
Joined: 23-February 10
Level 422 (Godslayer)


QUOTE(Tiap @ May 20 2012, 11:32) *

More like Abadon all hope, ye who play.


Shouldn't it be ye who pray? (IMG:[invalid] style_emoticons/default/laugh.gif)

I do that every time I shrine something (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post May 20 2012, 06:56
Post #14700
buktore



Skeleton Soldier
********
Group: Members
Posts: 4,353
Joined: 9-September 09
Level 414 (Dovahkiin)


Prayer only work in bazaar; basically you're praying for someone to do something stupid, which has 100% chance to happen.

And I have a very simple answer why praying to Snowflake won't work; just imagine yourself praying to her, then imaging her expression.

All I could imagine is a smug grin on her face...




BTW... My original post was a comment on skillchip being persistent. (IMG:[invalid] style_emoticons/default/heh.gif)

This post has been edited by buktore: May 20 2012, 07:00
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


2610 Pages V « < 733 734 735 736 737 > » 
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: 24th April 2025 - 05:44