Movement Speed?
Collapse
X
-
- Fail to find an empty floor grid (18 attempts)
- Monster is unique
- There are too many monsters already on the level
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
This shouldn't matter. I've tested this too, and it seems to be working fine. The reasons for it not working are:- Fail to find an empty floor grid (18 attempts)
- Monster is unique
- There are too many monsters already on the level
I ran up to the kobold. I woke it up with bright lights. It was moving at high velocity. I hit it with the Clone Monster wand again, with 1-less square available. Now I had 2 kobolds. I repeated and got 3 more just like it.
Version 4.2.2 --- The Clone wand doesn't work when the mob is generated post-dungeon level creation (i.e., after you've spent some time on the level and mobs begin to repopulate the area) and is asleep. The code forbids it.Comment
-
Partially correct. I'm complaining about how the YesMen often resort to it's always been like wxyz, go split off yer own code and stick a Fork in it!. But, when I give counter arguments destroying the It's-Always-Been-That-Way argument, I suddenly get the rebuttal you just pushed -- "Yer an old foggie who can't accept change!" -- argument.
You cannot have it both ways. Either you accept that you've made changes and I can therefore critique them, or you look extremely weak otherwise. And it's the entourage of YesMen that push you into these weak positions.
I would rather hear you come back and say, "hmmm.. that point has some merit, let's look into this", "yeah, I might have over committed on that one", or, "no, I don't agree - here's why ... ", and discuss the points logically.
But, no, immediately, the YesMen circle like Time Hounds and defend the Commander with trite quips and uninspired back-talk. All-in-all a weak showing.
Mage's are too powerful moan the cliche'd crowd of YesMen. Followed quickly with the uneducated reasoning of, Dimension Door has wrecked the game!.
I recant the real reason behind what has "wrecked" the game and I see nothing but belly-aching and rants about how I don't know jack-Moria. Fine. Sit in your cubicles of Yes-ness and believe that Dimension Door is why the game is where it is.
For what it's worth I also think mages are well-balanced and not at all overpowered in the current version.Comment
-
It was a kobold. I plain simple, lonely kobold in a hallway. Squares north & south were completely open. I nailed that thing 6 or 7 times with a wand of Clone Monster. The log said the kobold was Moving Faster, but stayed fast asleep.
I ran up to the kobold. I woke it up with bright lights. It was moving at high velocity. I hit it with the Clone Monster wand again, with 1-less square available. Now I had 2 kobolds. I repeated and got 3 more just like it.
Version 4.2.2 --- The Clone wand doesn't work when the mob is generated post-dungeon level creation (i.e., after you've spent some time on the level and mobs begin to repopulate the area) and is asleep. The code forbids it.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
This is quite puzzling. Since the call to place_new_monster() in multiply_monster() doesn't depend on whether the monster is sleeping or not, there must be something else going on. If it moved between unsuccessful and successful uses, and there were ignored objects on the available grids before it moved, that might explain it.
Like I said, the mob was successfully Hastened (while fast asleep) each time I zapped it; it just didn't replicate.
In versions past, a Clone Monster wand would disturb the mob and wake it up. This time, it did not have that affect.Comment
-
Since the call to place_new_monster() in multiply_monster() doesn't depend on whether the monster is sleeping or not, there must be something else going on. If it moved between unsuccessful and successful uses, and there were ignored objects on the available grids before it moved, that might explain it.Comment
-
Just attempted again with a mob in an open room, sleeping, generated as a mob post level creation. I could not repeat the issue. Now I'm flummoxed.Comment
-
Finally replicated the No Clone Event.
Hopefully, my uploads worked and you can see empty hallway before / after the guardian naga, but it is now impervious to spawning while in the hallway. I'm now of the opinion that the spawn code is not looking very hard to find an open grid to place a replicate mob. 75% of the time it fails when it only finds wall...?Comment
-
Okay, sleep has nothing to do with it. My bad.
Hopefully, my uploads worked and you can see empty hallway before / after the guardian naga, but it is now impervious to spawning while in the hallway. I'm now of the opinion that the spawn code is not looking very hard to find an open grid to place a replicate mob. 75% of the time it fails when it only finds wall...?
If both grids were available and the cap on the number of monsters on the level hasn't been reached, the probability of the monster cloning with one wand activation is 1 - (7/9)^18 or 98.9%. If only one grid is available and the cap on the number of monster on the level hasn't been reached, the probability of the wand activation cloning the monster is 1 - (8/9)^18 or 88.0%. With the former, getting one clone in four attempts is highly improbable (.00051% chance of happening). With the latter, it's a bit more believable though still unlikely (.61% chance of happening). Without more information, I would say the code is working as expected (I would guess one of those other factors is coming into play for one or more of the attempts).
Could the code be better? Likely yes, though the current implementation has an advantage of being very simple; something that would work more reliably and more efficiently would be somewhat more complicated.Comment
-
If both grids were available and the cap on the number of monsters on the level hasn't been reached, the probability of the monster cloning with one wand activation is 1 - (7/9)^18 or 98.9%. If only one grid is available and the cap on the number of monster on the level hasn't been reached, the probability of the wand activation cloning the monster is 1 - (8/9)^18 or 88.0%.
I don't know how else to explain 4 failed attempts in a fairly empty hallway. No, no extra ignored-items in the hallway.Comment
-
Using standarts Ive only found one item with movement speed: Boots of wormtongue. I pretty much didnt use them, but left it sitting in my home, thinking at the end game I might find them useful, but then even after I found 2x +15 speed rings, I still felt maxing out speed is best: its very nice to have 4.1 speed when facing a speed 3.0 or especially 3.8 monster (like wiruin)--the last bits of regular speed are a big deal.
Are there other items that have Movement speed flag that might be better than womtongue?Comment
Comment