Commit Graph

126 Commits

Author SHA1 Message Date
CodeForFame
da51213e62 Tons of updates/fixes. Closes issue #49. 2012-01-08 09:06:11 -06:00
xEnt22
4fef550b68 Merge pull request #45 from xEnt22/master
Alpha changes
2012-01-07 21:03:55 -08:00
xEnt22
6b162222f1 imthenull: remove the @ran@ message upon login, and add a MOTD
xEnt: new characters - all current stats start at 0.
xEnt: make dueling p2p
xEnt: add restriction for npcs dropping member items
xEnt: removed random npc talking text.
Rodgerwilco: change fletching and other messages to 'This feature is only available on a members server'
Rov: disable dart, arrow head & throwing knife smithing.
xEnt: telegrab block in certain areas needs to be removed
Rov: disallow alching of member items (if you happen to get one)
xEnt: disable lv 5 enchant
Rov: disable camelot teleport and other p2p magic spells
All day: disable entrana monks from taking you to entrana
hikkili: changed mining guild text to say 60, not 66
xEnt: champs guild door can not be opened right now (due to not having all quests)


-- ALPHA COMMANDS ONLY --
Added ::say <msg>
Added ::item <id>
Added ::goto <playername>
Added ::town <townname>
2012-01-08 15:30:34 +10:30
CodeForFame
4fcac6e6d4 This should fix the mining bug... 2012-01-07 16:09:36 -06:00
CodeForFame
ad023434c1 Fix mining glitch, where you can walk away. 2012-01-07 15:52:38 -06:00
CodeForFame
cce533680a Actually made it use baseDir... 2012-01-07 15:41:49 -06:00
CodeForFame
55775d0891 Player data is now saved in a different folder... 2012-01-07 15:22:51 -06:00
CodeForFame
d9d5da920b Cleared error logs. 2012-01-07 15:16:26 -06:00
CodeForFame
dd025770c0 Fixed bug with PacketThrottler, and made TileValues actual value objects. TileValues no longer have duplicate instances, which drastically reduces memory usage. 2012-01-07 15:11:45 -06:00
CodeForFame
eb9c5f6e85 Removed some custom content, and cleaned up the Player class. 2012-01-07 14:08:51 -06:00
CodeForFame
d20ca77221 Added PacketThrottler, fixed AFK message, and added the AFK timeout to the config. 2012-01-07 13:46:26 -06:00
CodeForFame
ff86ee7bfb Merge branch 'pre-beta' of github.com:Lothy/MoparClassic 2012-01-07 03:50:24 -06:00
CodeForFame
6eb8733a40 Updated bat and sh files. 2012-01-07 03:48:26 -06:00
Joe0
8370478d72 Gives experience for spells. Closes issue #37. 2012-01-07 16:50:30 +08:00
xEnt22
dacde161f1 Merge pull request #36 from xEnt22/master
SerializedStorageMedium
2012-01-06 22:53:26 -08:00
xEnt22
fa43f61cd3 Added new load/save method (SerializedStorageMedium), not intended for official use, just development as it's not perfect
Also defaulted the save/load method to this one.
2012-01-05 21:25:57 +10:30
CodeForFame
2227b6f09f Merge pull request #34 from xEnt22/master
smithing fix
2012-01-02 21:51:33 -08:00
xEnt22
7f0d0c4ca4 fixed smithing, lightly tested with bronze and works fine 2012-01-02 20:50:00 +10:30
CodeForFame
fde87bff45 Merge pull request #33 from Joe0/issue-24-example
Lots of Updates & Fixes
2011-12-19 06:40:54 -08:00
Joe0
b2f24bf611 Added NYI error. 2011-12-19 00:32:24 -06:00
Joe0
7629871bc7 Fixed various errors. 2011-12-19 00:27:59 -06:00
Joe0
0145a249a8 Closes issue #32. 2011-12-18 20:49:22 -06:00
CodeForFame
5d9f0d9d39 Merge pull request #31 from latifundio/patch-1
Update quest with more accurate Npc dialogues.
2011-12-18 18:22:27 -08:00
latifundio
5b347d3101 Update quest with more accurate Npc dialogues. 2011-12-18 15:02:00 -04:00
Joe0
46d13c60cf Closes issue #30. 2011-12-18 12:18:31 -06:00
Joe0
9fdce3aeba Resolves issue #26. 2011-12-16 16:36:55 -06:00
Joe0
5cf07057da Fixed compilation error. 2011-12-16 16:06:40 -06:00
Joe0
23d75a88e0 Updated Auth interface. Updated StorageMedium interface to allow
retrieval of passwords. Implemented PersistenceAuth.
2011-12-16 15:59:00 -06:00
Joe0
d4e040611f Abstracted auth system a bit. Worked on BUN implementation, 2011-12-16 08:36:37 -06:00
Joe0
7404c99962 Various updates to DataStore module. Begain implementing BinaryUsinNIO
implementation.
2011-12-05 16:13:21 -06:00
Joe0
bb1617202c Updated README 2011-12-05 09:38:17 -06:00
Joe0
c381918731 Added save methods to DataStore interface. Implemented save methods in
XMLUsingXStream DataStore.
2011-12-05 09:26:31 -06:00
Joe0
6634a8d22a Refactored DataStore and moved it into the Modules directory 2011-12-04 19:59:24 -06:00
Joe0
978de20d53 Framework to resolve issue #24 -- uses the DataStore interface and
DataStoreFactory to read data from a DataStore. A new DataStore needs to
be implemented to remove the XStream dependency. Methods to save each
type of data need to be implemented.
2011-12-04 16:38:08 -06:00
Joe0
1f064e322a Partial fix for issue #23. Objects that are still 'walkable' should be
excluded from the additional distance.
2011-12-02 09:13:22 -06:00
Joe0
03a200a1bb Removed random println 2011-12-01 21:19:40 -06:00
Joe0
cde9adddd5 Minor bug fixes and added DummyStorageMedium 2011-12-01 21:17:36 -06:00
Joe0
889835ae21 Fixed ambiguity issue 2011-12-01 16:53:33 -06:00
Joe0
6cea82a50f Removed depends on build from run 2011-12-01 16:43:44 -06:00
CodeForFame
cbe085c05c Merge pull request #22 from Joe0/master
Persistence, README, and Poison
2011-11-08 08:31:56 -08:00
Joe Pritzel
e270be95f9 Removed Processor class -- part of bad concurrency ideas
Added code from issue #18
2011-11-05 12:57:58 -05:00
Joe Pritzel
53ca73e8f9 Removed Hex library dependancy 2011-11-05 12:22:06 -05:00
Joe Pritzel
2a3bd3517e Updated dependancies, buildfile, and README
Added persistence package, and abstracted away the storage medium
Removed bad concurrency ideas
Made some other minor tweaks
2011-11-05 12:06:03 -05:00
CodeForFame
63bda8b6a8 Merge pull request #20 from Joe0/issue19
Fix for NPE caused by blocking connections
2011-11-03 21:07:44 -07:00
Joe0
f896f2df65 Fix for NPE caused by blocking connections
closes #19
2011-10-31 15:26:15 -05:00
CodeForFame
c8312b5298 Merge pull request #17 from CodeForFame/master
Bug Fixes
2011-07-22 12:27:45 -07:00
CodeForFame
824a54cc8f Removed a bunch of junk from the database that had nothing to do with the server itself
Changed some queries to reflect these changes
2011-07-21 20:06:52 -05:00
CodeForFame
e184117109 Fixed ConnectionFilter and IPBanning
Expanded the Cache class
Removed duplicate of Cache class
Added ability to config ban length when banned from ConnectionFilter
2011-07-21 18:12:19 -05:00
CodeForFame
d8f211d45d Added option to disable congrats on max level
Added option for wilderness standstill time
Closes #16
Added config for bonus xp in wild
2011-07-21 15:43:33 -05:00
CodeForFame
2b976a8041 Players are now destroyed once they hit the threshold (fixed an off by one bug). 2011-07-21 15:14:52 -05:00