91b8f4d0fc
Start Cook job buffs.
2013-11-30 17:09:56 -07:00
5b11795dce
Fisherman job buffs completed.
2013-11-30 11:15:05 -07:00
25795c00f9
Implement 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.
2013-11-29 07:26:00 -07:00
9f4978751b
Merge branch 'master' into dev
...
Conflicts:
BankEconomyMod/src/me/kaZep/Base/Main.java
BankEconomyMod/src/me/kaZep/Base/PlayerListener.java
BankEconomyMod/src/me/kaZep/Commands/commandBankEconomy.java
2013-11-29 01:53:35 -07:00
Nonoriri
8846e32a31
Added 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.
Thanksgiving event finalized.
2013-11-27 23:57:20 -05:00
Nonoriri
a6725ff100
Fixed comments to be consistent with code, added chaos chests, several
...
fishing changes during event, event XP doubling now occurs.
2013-11-27 17:09:59 -05:00
8e0c9aee38
Merge branch 'master' into dev
2013-11-27 14:39:34 -07:00
b242bfd49b
Forgot a DiabloDropsHook import.
2013-11-27 13:20:01 -07:00
a6b848777a
Merge branch 'master' into dev
2013-11-27 13:08:11 -07:00
51d12f53e7
Added in DiabloDropsHook patch.
2013-11-27 12:06:32 -07:00
9e8c7b9a91
Add in more test commands for DiabloDropsHook. Added comments detailing
...
how they work. Added more details on the tiers in DiabloDropsHook.java.
2013-11-27 12:03:21 -07:00
ee564d496d
More Digger changes. Add in DiabloDropsHook API first implementation.
2013-11-27 11:46:59 -07:00
1ac4c6ea1a
Fix double '/jobs members' commands.
2013-11-27 10:40:24 -07:00
e05cdbe5cf
Merge branch 'master' into dev
2013-11-27 10:28:10 -07:00
bb0060b0ed
Add in ability to teleport to Town spawn locations.
2013-11-27 07:17:28 -07:00
b6a692c058
Fix to teleportation cost.
2013-11-26 23:35:56 -07:00
0d0d08d03c
Minor changes to teleportation formula. Still not solved.
2013-11-26 23:05:41 -07:00
25f10a7a46
Fix major crash issue with '/jobs members'. Added Scaling health with
...
the teleporting command. Baby zombies are much less frequent and now
drop loot sometimes.
2013-11-26 22:10:22 -07:00
bfeb976e89
Fix teleport issues.
2013-11-26 16:10:56 -07:00
60b158cede
Merge remote-tracking branch 'origin/master_event'
2013-11-26 16:07:47 -07:00
Nonoriri
b977e080be
Added four types of loot chests. Loot chest probabilities slightly
...
increased. Fixed a nullpointerexception caused by a missing
toLowerCase() call.
2013-11-26 17:46:41 -05:00
485bbf930b
Fixed places where toLowerCase() was not needed/ was missing.
2013-11-26 13:41:17 -07:00
65263a474e
Use offline version of getJobLv().
2013-11-26 12:31:52 -07:00
0e1fe37493
Fix to /jobs members. Meant to sort by level, not name.
2013-11-26 12:23:33 -07:00
0b98c8c74b
Fixes to '/jobs members' before official release.
2013-11-26 11:17:29 -07:00
9fdb87addb
Add in '/jobs members' command.
2013-11-26 10:47:26 -07:00
70a92aeaac
Remove 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.
2013-11-26 10:17:23 -07:00
ac7fb86fb1
Merge branch 'master' into dev
...
Conflicts:
BankEconomyMod/src/me/kaZep/Base/Main.java
BankEconomyMod/src/me/kaZep/Base/PlayerListener.java
2013-11-26 06:53:42 -07:00
00fc5c4baa
Apply Thanksgiving / Crafting Items Patch
2013-11-26 03:41:14 -07:00
Nonoriri
53267fadcf
Thanksgiving event added. Use /event thanksgiving to toggle. Eggs give a
...
small amount of XP when thrown and generate a random item. Cooked
chicken (turkey) gives speed, saturation, and health boost for 15
minutes. Monsters have a small (0.5%) chance of dropping loot chests.
Loot chests contain a single random item equivalent to boss loot.
2013-11-26 02:11:34 -05:00
a59c956c81
Starting Builder job buff updates.
2013-11-23 02:09:20 -07:00
979e0c497d
Implement all Woodcutter job buffs.
2013-11-21 20:17:31 -07:00
6c5729447a
All irrelevant old job buffs have been removed and are inactive.
2013-11-21 04:23:29 -07:00
6387e121a2
Whoops, missed a few things. Now Farmer is officially gone. Mwahaha.
2013-11-21 03:58:43 -07:00
4f2fd3f962
Added Lv30 A & B Buff listings.
2013-11-21 03:53:25 -07:00
8d2fb9268c
Merge branch 'newjobs' into dev
2013-11-21 03:40:07 -07:00
0588c76871
Finished all job descriptions. Farmer is not a valid job anymore.
2013-11-21 03:39:18 -07:00
999788db6e
Added '/jobs members' function.
2013-11-21 02:59:07 -07:00
2898e12506
Fixed all references of string names for account configs to have
...
.toLowerCase() so that everything is consistent and the functions come
out properly.
2013-11-21 01:28:39 -07:00
c5a992c418
Forgot to add new invulnerability code to reviving.
2013-11-20 03:31:33 -07:00
c46c4e52df
Add a fix to prevent players from teleporting to others and being below
...
them when riding vehicles. This would usually cause them to fall through
blocks in for example rail systems that are suspended.
2013-11-20 03:26:04 -07:00
0c4e92f710
Fix issues with leaving the game with an open inventory not properly
...
saving/dropping unused items.
2013-11-20 03:14:21 -07:00
f2ef2c9c88
Add in an inventory refresh for using Polymorph Wands so they still
...
appear correctly in the client.
2013-11-19 18:36:01 -07:00
b315a5a3eb
Fix Revive bug. Make boss healthbar less glitchy, hopefully fixing
...
random disconnecting as well. Fix issues with boss not spawning
immediately.
2013-11-19 12:31:15 -07:00
c935896d60
Added is_PermanentProperty() to contain all lore phrases where the
...
property should not be removed in cases where items need to remove other
lore "bonuses".
2013-11-19 04:04:46 -07:00
482e1814dd
Add 5 seconds of invincibility for the reviving player.
2013-11-18 22:46:51 -07:00
76b2ece1d0
Fix removing mobs on revive. Did not remove mobs with nametags (That
...
weren't important)
2013-11-18 22:46:07 -07:00
6cea6022c3
Add in proper unenchanting. Make sure Weak armor does not lose its
...
properties via enchanting / unenchanting.
2013-11-18 00:57:46 -07:00
ea3b087fe6
Placed "ticktime" command back in. Fixed double length days and nights.
...
Separate tick time from game tick. Added temporary Chainmail values to
EnchantLevelDatabase until real values are added.
2013-11-17 05:07:31 -07:00
903dbfa91a
r261. Propogating changes.
2013-11-11 14:28:42 -07:00