Are drops created when a mob spawns, or when you kill them?
I remember noticing a few times during blitz-bee grinding that I went over 200kills with no sting (based on xp gained), and figured over the course of getting 2 sets of boots, I know I averaged something closer to 150 per stinger.
Now I'm grinding against Huntress for a swamp bow, and a couple times was swarmed and had to clear by running off map. That got me thinking.......If drops are created when the Mob spawns, then I could basically be clearing the successful "1/1000" random every time you flee a swarm.
Code Question: When Are Drops "Created"
Moderator: Game Administrators
-
- Posts: 54
- Joined: Sat Apr 11, 2015 1:39 am
- Gandalf
- Site Admin
- Posts: 1081
- Joined: Thu Feb 21, 2013 1:00 am
- Location: Heidelberg, Germany
Re: Code Question: When Are Drops "Created"
when you kill the monster. so you can save/reload in the offline version to save time 

Forum Admin and Gamemaster
Useful links: Forum Rules | Game Rules | Items | Quests | Monsters
Spoken languages: English, German
Useful links: Forum Rules | Game Rules | Items | Quests | Monsters
Spoken languages: English, German
-
- Posts: 51
- Joined: Sun Nov 09, 2014 4:29 pm
Re: Code Question: When Are Drops "Created"
Correct me if I'm wrong, but your 1/1000 chance is not a static, linear figure. It resets after every kill. You have that chance every single time you kill the monster. You could get the drop on your first kill. You could just as easily get it on your 500th, 1000th, or go 2000 before getting the drop. If you kill in the tens of thousands, you would begin to see the average come into play, but not when you are only killing a few thousand. So running off the map wouldn't hurt your chances of getting a drop.
-
- Posts: 3032
- Joined: Fri Oct 18, 2013 12:00 am
- Location: United States of America
Re: Code Question: When Are Drops "Created"
you are not wrong... this is exactly correct 

Beeware the Spiral Blitzbees...

-
- Posts: 54
- Joined: Sat Apr 11, 2015 1:39 am
Re: Code Question: When Are Drops "Created"
I assumed the random gen was like this, just didn't know when it was applied. years ago I was a mod on the MUD "Aalynors Nexus", and drops filled when the encounter was created, but much different formatblitzcraig wrote:you are not wrong... this is exactly correct
That was required because we also had Rogue class and they could peek (to see if mob had a drop), and pick-pocket to try stealing it. It sounded great....but was a high risk move, since failure = Mob_Crit Attack, which could kill outright.
- Gandalf
- Site Admin
- Posts: 1081
- Joined: Thu Feb 21, 2013 1:00 am
- Location: Heidelberg, Germany
Re: Code Question: When Are Drops "Created"
we will increase drop chances in offline game soon. same we did with crafting chance already. no need to wait hours maybe
but not so soon, in summer bigger reviewing of the rpg game.

Forum Admin and Gamemaster
Useful links: Forum Rules | Game Rules | Items | Quests | Monsters
Spoken languages: English, German
Useful links: Forum Rules | Game Rules | Items | Quests | Monsters
Spoken languages: English, German
-
- Posts: 54
- Joined: Sat Apr 11, 2015 1:39 am
Re: Code Question: When Are Drops "Created"
Sweet! ....of course I'll probably get a Swamp or Diamond Bow by pulling an all-nighter the day before that update is released.Gandalf wrote:we will increase drop chances in offline game soon. same we did with crafting chance already. no need to wait hours maybebut not so soon, in summer bigger reviewing of the rpg game.
-
- Posts: 18
- Joined: Sun Apr 26, 2015 8:13 am
Re: Code Question: When Are Drops "Created"
thanx gandalf....Gandalf wrote:we will increase drop chances in offline game soon. same we did with crafting chance already. no need to wait hours maybebut not so soon, in summer bigger reviewing of the rpg game.