090603dec4Force 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.sigonasr22014-02-16 10:05:23 -07:00
42355d475aFix typo with commandBankEconomysigonasr22014-02-16 05:52:31 -07:00
fdb753b9c7Disable lv30 buff selection reminder messages for now.sigonasr22014-02-16 05:52:05 -07:00
aa4167f61aPowered mobs fix. Added a few more item drops.sigonasr22014-02-16 05:29:56 -07:00
abada6ded4NullPointerException Fix for no null check on custom mob name.sigonasr22014-02-16 02:00:47 -07:00
e4bfcc023aCompatibility with 1.7.3. ProjectileShooter instances handled.sigonasr22014-02-16 01:50:17 -07:00
8f97b8b94bPrevent jobs from earning players money. Add temporary revenue source. Add bug report announcement message.sigonasr22014-02-16 01:32:02 -07:00
e3e199c1e3Finalized 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)sigonasr22014-02-16 00:49:52 -07:00
f43440b680A per-layer regeneration algorithm for refreshing chunks.sigonasr22014-02-15 11:54:55 -07:00
772b28ff95Charge Zombie behavior refined yet again. Removed all possibilities of caves turning into air. This is undesired and unwanted.sigonasr22014-02-15 11:42:40 -07:00
dd8eff7ab3Swords 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.sigonasr22014-02-02 04:42:44 -07:00
f9b2fb23d9Fix typos, mob head properties, add in Airborne effect for Blaze heads.sigonasr22014-02-02 04:20:21 -07:00
950b85cf34Add in Ignite duration for Blaze Heads. Fixed Charge Zombie II spawning algorithm rules. (Missed something earlier)sigonasr22014-02-02 03:45:56 -07:00
56bcfde492Add in custom poison functionality to allow all mobs to be poisoned via mob heads.sigonasr22014-02-02 02:45:59 -07:00
d74ae124c3A much much better cave renewal system without screwing over people's stuff. Should've done this first.sigonasr22013-12-24 06:52:57 -07:00
3082887b1fMob Heads now bug-free (Crafting + looting + identification all work perfectly now). Cave filler code added.sigonasr22013-12-24 04:33:27 -07:00
2b40b15d50Mob 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'sigonasr22013-12-18 08:37:55 -07:00
0e81c98b05Add ability to open a bookshelf's inventory by right-clicking. Made the wither effect more deadly.sigonasr22013-12-12 14:27:12 -07:00
4a9ee5da19Added new enchantments functionality.sigonasr22013-12-12 12:46:37 -07:00
6942dbfaddRemoved 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.)sigonasr22013-12-12 07:48:20 -07:00
ca45f2a673Added 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.sigonasr22013-12-11 06:41:09 -07:00
21cff3cb51Ender 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.sigonasr22013-12-11 06:14:48 -07:00
eef59e0d35Rename name tag functionality. Fix Ender Cubes.sigonasr22013-12-10 23:28:54 -07:00
9781185282Fix sortEnchantments() so it works in all situations. Fixed issue with Enchanter A buff creating inventory desyncs.sigonasr22013-12-10 11:31:49 -07:00
e6e0fd9df2Fix run-time error. bonus_enchantment_list was not initialized.sigonasr22013-12-10 11:08:11 -07:00
88990bdb43getGoodie() updated to latest bonus enchantment system. Added hasBonusEnchantment() and getBonusEnchantmentLevel() methods. Misc. bugfixes.sigonasr22013-12-10 10:56:05 -07:00
350f818c77Fixes to Charge Zombie spawning. Verify blocks are natural blocks and the logic for checking was corrected.sigonasr22013-12-10 09:57:19 -07:00
97417c7280Forgot to add oldamt to amt for Roman Numeral adding in addBonusEnchantment().sigonasr22013-12-10 09:45:14 -07:00
0eb06c137aMerge branch 'dev' into devbranchsigonasr22013-12-10 09:31:12 -07:00
7ec51d2453Misc. bugfixes. Made a BonusEnchantment class for easier handling of BonusEnchantments. Added helper functions for getting bonus enchantments. (getBonusEnchantments(), getBonusWeaponEnchantments(), getBonusArmorEnchantments())sigonasr22013-12-10 09:30:43 -07:00
eb6816277eMiner 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.
Nonoriri
2013-12-09 00:44:23 -05:00
d775a20155Witherless 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.
Nonoriri
2013-12-08 21:54:43 -05:00
29b743a142Implement all Hunter job buffs.sigonasr22013-11-30 08:26:30 -07:00
25795c00f9Implement all Digger job buffs. Add in artifact crafting / identifying system. Modify arrow shooters to allow for customizable speed and spread settings. Remove unnecessary spawn calls for mobs (also causes server slowdowns). Add in Sturdy buff.sigonasr22013-11-29 07:26:00 -07:00
4bc85772daMinor fixes to crafting recipes.sigonasr22013-11-28 22:52:37 -07:00
a901466361Fix Mythical drop rate. Added in toString() debug output command for PlayerBuffData. Added debug output to PlayerBuffData.txt every time it updates.
master_event
sigonasr22013-11-28 21:08:30 -07:00
8846e32a31Added witherless rose recipe. For each rose you own, wither damage taken is halved. Orb of Distortion is also added to allow players some privacy. Hold onto the item and other players cannot telport to them.
Nonoriri
2013-11-27 23:57:20 -05:00
c0c2321a7cMerge branch 'master_event2' into master_event
Nonoriri
2013-11-27 17:12:14 -05:00
a6725ff100Fixed comments to be consistent with code, added chaos chests, several fishing changes during event, event XP doubling now occurs.
Nonoriri
2013-11-27 17:09:59 -05:00
12967289c8Fix slowdowns with new fire mechanic system with Fire Resistant targets.sigonasr22013-11-27 13:07:29 -07:00
51d12f53e7Added in DiabloDropsHook patch.sigonasr22013-11-27 12:06:32 -07:00
9e8c7b9a91Add in more test commands for DiabloDropsHook. Added comments detailing how they work. Added more details on the tiers in DiabloDropsHook.java.sigonasr22013-11-27 12:03:21 -07:00
ee564d496dMore Digger changes. Add in DiabloDropsHook API first implementation.sigonasr22013-11-27 11:46:59 -07:00
0d0d08d03cMinor changes to teleportation formula. Still not solved.sigonasr22013-11-26 23:05:41 -07:00
25f10a7a46Fix major crash issue with '/jobs members'. Added Scaling health with the teleporting command. Baby zombies are much less frequent and now drop loot sometimes.sigonasr22013-11-26 22:10:22 -07:00
9819405e9dAdd toLowerCase() to Pick up notifications.sigonasr22013-11-26 17:08:23 -07:00
b977e080beAdded four types of loot chests. Loot chest probabilities slightly increased. Fixed a nullpointerexception caused by a missing toLowerCase() call.
Nonoriri
2013-11-26 17:46:41 -05:00
485bbf930bFixed places where toLowerCase() was not needed/ was missing.sigonasr22013-11-26 13:41:17 -07:00
65263a474eUse offline version of getJobLv().sigonasr22013-11-26 12:31:52 -07:00
0e1fe37493Fix to /jobs members. Meant to sort by level, not name.sigonasr22013-11-26 12:23:33 -07:00
0b98c8c74bFixes to '/jobs members' before official release.sigonasr22013-11-26 11:17:29 -07:00
9fdb87addbAdd in '/jobs members' command.sigonasr22013-11-26 10:47:26 -07:00
70a92aeaacRemove all saveAccountsConfig() calls. Add in 30 second account save config. Should reduce a lot of stress on the server when players are grinding jobs. There should be no reason to write to a file so often.sigonasr22013-11-26 10:17:23 -07:00
6f05142cc6Merge branch 'master' into masterdevsigonasr22013-11-26 06:54:32 -07:00