TheBlizWiz

Last active 8 years ago

  1. 8 years ago
    Thu Dec 29 00:24:28 2016

    Ok guys here is some (Pseudo) Minecraft Code for ya

    The game saves something called 'Local Difficulty'

    TLDR The longer you stay in a specific area, the more mobs spawn. You can view this in F3. IE when you first come to an area, not much will spawn. After more than 50 hours in one area, the difficulty will suddenly begin to rise quickly.

    To quote the Minecraft Wiki:

    The “inhabited time" of a chunk increases for each tick a player spends with the chunk loaded. This is a cumulative measure of time—if 50 players spend a single hour in a chunk, it counts the same as if one player spent 50 hours there. The effect of inhabited time on regional difficulty is capped at 50 hours.

    Total play time in the world also contributes to regional difficulty. This effect doesn't begin until after the first hour of play time and is capped at 21 hours.

    TotalTimeFactor, ChunkFactor, and RegionalDifficulty are floating-point variables
    MoonPhase is as in the table above.
    
     if ( TotalPlayTime > 21 hours )
         TotalTimeFactor = 0.25
     else if ( TotalPlayTime < 1 hour )
         TotalTimeFactor = 0
     else
         TotalTimeFactor = ( TotalPlayTimeInTicks - 72,000 ) / 5,760,000
    
     if ( ChunkInhabitedTime > 50 hours )
         ChunkFactor = 1
     else
         ChunkFactor = ChunkInhabitedTimeInTicks / 3,600,000
     if (difficulty is not Hard)
         multiply ChunkFactor by 3/4
    
     if ( MoonPhase / 4 > TotalTimeFactor )
         add TotalTimeFactor to ChunkFactor
     else
         add MoonPhase / 4 to ChunkFactor
    
     if ( difficulty is Easy )
         divide ChunkFactor by 2
    
     RegionalDifficulty = 0.75 + TotalTimeFactor + ChunkFactor
    
     if (difficulty is Normal)
         multiply RegionalDifficulty by 2
     if (difficulty is Hard)
         multiply RegionalDifficulty by 3
    
     return RegionalDifficulty
  2. Wed Dec 28 18:34:47 2016
    TheBlizWiz started the conversation Food Bank.

    Hi everyone! I'm back.

    I've begun to look at the new players that have come by, and quite a lot of them are lacking in food supply. In fact, even some of the longer players have ran low of food. While voting does give you half a stack of steak a day, sometimes one needs more than meat. Villagers m8

    I'm starting a food bank. While I do not have a current location set up, if anyone ever wants food, while supplies last, anyone is more than welcome to drop by and restock on food. Emphasis on while supplies last.

    I currently have wheat, (and by extension, bread), potatoes, carrots, beetroots, and cooked chicken.

  3. Wed Dec 28 03:31:16 2016
    CraftyMyner changed TheBlizWiz's group to .
  4. Fri Dec 23 02:12:12 2016
    CraftyMyner changed TheBlizWiz's group to Suspended.
  5. Fri Dec 23 00:51:19 2016
    TheBlizWiz posted in Soviet's Art Challenge 2.0.

    -image-

    Yes, this is what my skin is based off of.

  6. Fri Dec 23 00:43:54 2016
    TheBlizWiz started the conversation Final Grades.

    The results are (almost) in:

    Semester Grades:

    Tennis : 97.88%
    English : 90.24% (Considering I struggle with English, that's pretty legit.)
    Algebra 2: 90.16% (LIVIN' ON A PRAYER)
    Honors Biology: 93.16%
    Honors Spanish 3: 92.41%
    History: Come on Mr Gonzales, post the grades already!

  7. Thu Dec 22 01:32:15 2016

    @HaloNest that's faithfull...

    It is but with the pixelation gone. Faithful looked fine to me, so there was no point fixing something that wasn't broken

  8. Thu Dec 22 01:26:36 2016
    TheBlizWiz started the conversation Why am I NOT Banned?.

    Funny question, I know.
    https://forum.craftymynes.com/4356-reporting-myself-because-it-is-finals-week
    -image-
    -image-

    I dont wanna fail ;_; I just wanted to see if Dawn wrote my ban message ;_;

    (Yes, I am kidding, I passed English and Spanish 3 both with As.)

  9. Sun Dec 18 15:32:04 2016

    I fixed it.
    -image-

  10. Sat Dec 17 19:38:31 2016
    TheBlizWiz started the conversation Reporting Myself Because It Is Finals Week.

    Sooooooo..... It's that magical time of the semester!

    I request to be banned at ~11:59 on 12/18/16 GMT -7 so that I can't play and am instead forced to study. I usually do a good job at this anyway, but I want more chances to study.

    I would then like to be unbanned on 12/23/16 as soon as possible.

    Thanks,
    ~TBW

View more