220 Commits

Author SHA1 Message Date
762b127548 Brewer job buffs almost completed. 2013-12-01 06:33:59 -07:00
5fe020b68a Cook job complete. 2013-11-30 23:12:39 -07:00
27deec38e0 Fix Digger job. 2013-11-30 19:32:43 -07:00
dae2daba04 Fixes to Woodcutter. 2013-11-30 19:25:57 -07:00
295f748961 More fixes. 2013-11-30 19:17:39 -07:00
4eca8c6574 Woodcutter fixes 2013-11-30 19:00:21 -07:00
91b8f4d0fc Start Cook job buffs. 2013-11-30 17:09:56 -07:00
24aec85f85 Weaponsmith jobs buffs implemented. 2013-11-30 14:07:24 -07:00
5b11795dce Fisherman job buffs completed. 2013-11-30 11:15:05 -07:00
29b743a142 Implement all Hunter job buffs. 2013-11-30 08:26:30 -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
8a362a0e6a Fix PlayerBuffData entry removal. (toLowerCase() mismatch issue) 2013-11-28 23:09:43 -07:00
4bc85772da Minor fixes to crafting recipes. 2013-11-28 22:52:37 -07:00
a901466361 Fix Mythical drop rate. Added in toString() debug output command for
PlayerBuffData. Added debug output to PlayerBuffData.txt every time it
updates.
2013-11-28 21:08:30 -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
4f8ceaea49 Work on artifact conversion. 2013-11-27 15:13:28 -07:00
Nonoriri
c0c2321a7c Merge branch 'master_event2' into master_event 2013-11-27 17:12:14 -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
191c2c183f Add a Thanksgiving check for eating cooked chicken. 2013-11-27 14:14:51 -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
12967289c8 Fix slowdowns with new fire mechanic system with Fire Resistant targets. 2013-11-27 13:07:29 -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
5f2bc1310f Add missing generateLootChest() function. 2013-11-27 10:31:17 -07:00
972d217589 Remove duplicate openLootChest() function. 2013-11-27 10:29:56 -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
9819405e9d Add toLowerCase() to Pick up notifications. 2013-11-26 17:08:23 -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
1a70610120 Make Mob Spawners extremely difficult again. 2013-11-26 12:41:58 -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
6f05142cc6 Merge branch 'master' into masterdev
Conflicts:
	BankEconomyMod/src/me/kaZep/Base/Main.java
2013-11-26 06:54:32 -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
3ff7004716 Make anvil sounds play globally. 2013-11-26 06:41:42 -07:00
cbbbd87f15 Added '\n' to ItemSet descriptions to differentiate new lines. 2013-11-26 06:39:00 -07:00