sigonasr2
3c08b366ae
Mob spawn rates above ground reduced. Zombie Ninja fixes. Diablodrops
...
socket conversion.
11 years ago
sigonasr2
0e1bc2320e
Resolved Issues 114-119 (-118).
...
Mob Levels now based on player gear instead of job levels.
Zombie Ninjas have less Health. Zombie Ninjas have carry no enchanted
weapons anymore.
Critical attacks only last 5 seconds at a time now.
11 years ago
sigonasr2
090603dec4
Force players to exit minecarts correctly. (Override 1.7 default
...
behavior) Clear SPEED_CONTROL list correctly. Remove ability to drop
items in item cubes directly due to 1.7 inventory desync issues.
11 years ago
sigonasr2
42355d475a
Fix typo with commandBankEconomy
11 years ago
sigonasr2
fdb753b9c7
Disable lv30 buff selection reminder messages for now.
11 years ago
sigonasr2
aa4167f61a
Powered mobs fix. Added a few more item drops.
11 years ago
sigonasr2
abada6ded4
NullPointerException Fix for no null check on custom mob name.
11 years ago
sigonasr2
e4bfcc023a
Compatibility with 1.7.3. ProjectileShooter instances handled.
11 years ago
sigonasr2
8f97b8b94b
Prevent jobs from earning players money. Add temporary revenue source.
...
Add bug report announcement message.
11 years ago
sigonasr2
e3e199c1e3
Finalized changes to regen_chunk generator. Disabled new mobs +
...
bookshelf inventories due to game-breaking glitches. Prep for release
onto main server. (Albeit with many bugs+incomplete features, but
doesn't matter at this point)
11 years ago
sigonasr2
f43440b680
A per-layer regeneration algorithm for refreshing chunks.
11 years ago
sigonasr2
772b28ff95
Charge Zombie behavior refined yet again. Removed all possibilities of
...
caves turning into air. This is undesired and unwanted.
11 years ago
sigonasr2
9b8b26fb41
Add in new upgrade recipes.
11 years ago
sigonasr2
dd8eff7ab3
Swords as a weapon has been nerfed. In place for the 'upgrading' patch
...
for swords. (Makes swords more costly and weapons more valuable)
Sharpness (and critical strikes in general) are now very valuable.
11 years ago
sigonasr2
f9b2fb23d9
Fix typos, mob head properties, add in Airborne effect for Blaze heads.
11 years ago
sigonasr2
950b85cf34
Add in Ignite duration for Blaze Heads. Fixed Charge Zombie II spawning
...
algorithm rules. (Missed something earlier)
11 years ago
sigonasr2
56bcfde492
Add in custom poison functionality to allow all mobs to be poisoned via
...
mob heads.
11 years ago
sigonasr2
8eadef2e35
Minor fixes.
11 years ago
sigonasr2
d74ae124c3
A much much better cave renewal system without screwing over people's
...
stuff. Should've done this first.
11 years ago
sigonasr2
3082887b1f
Mob Heads now bug-free (Crafting + looting + identification all work
...
perfectly now). Cave filler code added.
11 years ago
sigonasr2
2b40b15d50
Mob Heads are added, MobHead class implemented. Just need to add
...
functionality. All possible head combinations can be obtained via mobs
or obtained via '/event cheatheads'
11 years ago
sigonasr2
8cbffd75e1
Wither difficulty increased.
11 years ago
sigonasr2
0e81c98b05
Add ability to open a bookshelf's inventory by right-clicking. Made the
...
wither effect more deadly.
11 years ago
sigonasr2
4a9ee5da19
Added new enchantments functionality.
11 years ago
sigonasr2
6942dbfadd
Removed Hound Caller functionality (May be the cause of glitches), Set
...
limits on new mobs, Finished up Powered mobs functionality. (Added a
wait time before true damage activation so players had a chance to
recognize the powered up effect, lowered true damage of arrows.)
11 years ago
sigonasr2
959064b983
Modifications to Powered mobs.
11 years ago
sigonasr2
9688c1b34f
Add in Powered Mobs.
11 years ago
sigonasr2
ca45f2a673
Added shapeless versions of flint & steel and sticky pistons. Sticky
...
pistons can be converted back into regular pistons simply by putting
them in the crafting grid.
11 years ago
sigonasr2
21cff3cb51
Ender Item Cubes functioning 99.9%. All synchronization issues + duping
...
issues fixed, without the closeInventory()/openInventory() silly lazy
fix. Also made Item Cubes able to be opened inside of other Item Cubes.
11 years ago
sigonasr2
eef59e0d35
Rename name tag functionality. Fix Ender Cubes.
11 years ago
sigonasr2
9781185282
Fix sortEnchantments() so it works in all situations. Fixed issue with
...
Enchanter A buff creating inventory desyncs.
11 years ago
sigonasr2
e6e0fd9df2
Fix run-time error. bonus_enchantment_list was not initialized.
11 years ago
sigonasr2
88990bdb43
getGoodie() updated to latest bonus enchantment system. Added
...
hasBonusEnchantment() and getBonusEnchantmentLevel() methods. Misc.
bugfixes.
11 years ago
sigonasr2
350f818c77
Fixes to Charge Zombie spawning. Verify blocks are natural blocks and
...
the logic for checking was corrected.
11 years ago
sigonasr2
97417c7280
Forgot to add oldamt to amt for Roman Numeral adding in
...
addBonusEnchantment().
11 years ago
sigonasr2
0eb06c137a
Merge branch 'dev' into devbranch
11 years ago
sigonasr2
7ec51d2453
Misc. bugfixes. Made a BonusEnchantment class for easier handling of
...
BonusEnchantments. Added helper functions for getting bonus
enchantments. (getBonusEnchantments(), getBonusWeaponEnchantments(),
getBonusArmorEnchantments())
11 years ago
Nonoriri
eb6816277e
Miner level 20 buff moved to right click, debug equipment repository
...
added (/event cheat). Currently a bug where taking damage reduces health
to zero and glitches player, not sure of cause.
11 years ago
Nonoriri
d775a20155
Witherless Rose mechanic reworked from halving wither damage to having a
...
25% chance (multiplicative) of negating the damage tick. This makes the
effect more noticeable to the player (previously the player still took
damage from every single wither tick no matter how many roses they had),
and also reduces the diminishing returns effect from holding multiple
roses.
11 years ago
sigonasr2
7db09a34a1
Random fixes. Durability, fishing, digger(?), nullpointerexceptions, fix
...
Powersurge Zombie damage calculation, more debug commands.
11 years ago
sigonasr2
26d4b33a83
Logic fixes, minor typos to durability system.
11 years ago
sigonasr2
a53cfaf67b
Changes and fixes to durability. Proper dye/wool color references.
11 years ago
sigonasr2
4ee2ad5f3b
Add in Powersurge Zombie.
11 years ago
sigonasr2
f38755b7bf
Remove unnecessary imports.
11 years ago
Nonoriri
d6f8ab1270
Chaos chest buffed.
11 years ago
sigonasr2
41fb9bda5f
Suicidal Creeper, Powersurge Zombie, Fish Caller fixes.
11 years ago
sigonasr2
4b99beaef8
'Hound Caller' fixes.
11 years ago
sigonasr2
9d6428d58e
Brewer job buffs + The start of new mobs.
11 years ago
sigonasr2
762b127548
Brewer job buffs almost completed.
11 years ago
sigonasr2
5fe020b68a
Cook job complete.
11 years ago