Treeku
29a07b1b54
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-06-04 01:38:12 +01:00
Treeku
e8104467a3
Minor movement changes for vehicles
2014-06-04 01:00:28 +01:00
Treeku
e1a02b477d
Caught exception in lootService temporarily
2014-06-04 00:56:44 +01:00
Treeku
d1bae969c7
Fixed arrayOutOfBounds error with bounties
2014-06-03 20:08:39 +01:00
CharonInferar
1886b6ca93
Fixed animal hide rack, added Bio-Linking for all objects
...
Dropping schematics is prevented by :
https://github.com/projectswg/engine/blob/master/src/engine/resources/objects/Baseline.java#L446
All objects can be bio-linked now
2014-06-03 20:48:53 +02:00
Treeku
7674198e59
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-06-02 21:24:50 +01:00
Treeku
1f18e8c585
Combat ends if no defenders
...
Some commands put you in combat even without a defender, so this will
end that combat after a few seconds.
2014-06-02 17:58:13 +01:00
CharonInferar
5687471ff4
Merge remote-tracking branch 'origin/master' into RLS_Update
2014-06-02 16:23:26 +02:00
Light2
c3ad54ac8f
more work on bazaar categories
2014-06-02 00:08:22 +02:00
CharonInferar
515410703a
Fix
2014-06-01 22:21:38 +02:00
CharonInferar
0bbe63e760
Master merge
2014-06-01 20:53:37 +02:00
CharonInferar
b768272ef2
Biolinking and buff item procs added
...
Rare buff items now have a working proc
2014-06-01 20:29:36 +02:00
Light2
e8b6a46701
fixed item categories
2014-06-01 01:49:48 +02:00
Light2
69238ffddb
fixed cast error
2014-05-31 22:53:44 +02:00
Treeku
da7f7c1f2c
Fixed NumberFormatException
2014-05-31 21:32:40 +01:00
Treeku
76b5f7e4d5
Fixed minor error
2014-05-31 21:14:41 +01:00
Treeku
8910f726d1
Added reuseTime cooldowns for objects not in table
2014-05-31 21:09:51 +01:00
Treeku
04d152fa4a
More exception checking for disconnect operations
...
Should reduce the chance of one exception screwing up the whole disconnect process
2014-05-31 20:04:46 +01:00
Treeku
90fc465c56
Added exception checking for disconnect operations
2014-05-31 19:43:59 +01:00
Light2
58385aeb4c
fixed waypoint mail attachments
2014-05-31 20:22:57 +02:00
Light2
5912c76987
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-05-31 19:17:15 +02:00
Light2
6a54b68bee
fixed waypoint crash
2014-05-31 19:17:05 +02:00
Treeku
4d51a64c6c
Added exception catching for disconnect()
2014-05-31 16:28:55 +01:00
Treeku
7744f43d66
Fixed clear() in SWGSet
2014-05-31 13:50:12 +01:00
Treeku
f8dd851629
Fixed another cast error
2014-05-31 13:46:42 +01:00
Treeku
4fa08a623f
Fixed cast error
2014-05-31 13:45:40 +01:00
Treeku
72e8b2ad61
Fixed Color Crystal crash
2014-05-31 08:24:46 +01:00
CharonInferar
7859d24583
Added legendary and exceptional loot chest contents
...
Many templates need to be corrected, verified still
2014-05-31 03:34:30 +02:00
Treeku
7d26b7ec13
Fixed null error
2014-05-30 21:59:12 +01:00
Treeku
0dd35d898f
CellNumber now prints for gms (to help scripting)
2014-05-30 20:17:05 +01:00
Treeku
d548e18335
Fixed fatal static errors when buildouts disabled
2014-05-30 19:07:46 +01:00
Light2
2bbcf69a1e
fixed #736
2014-05-30 20:07:13 +02:00
Light2
b2d3be0486
fixed initialisation of auction items, fixed loading of building signs after server restart
2014-05-30 19:49:52 +02:00
Light2
bd8d05001f
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-05-30 19:38:29 +02:00
Light2
5c0297c2fc
Minor vendor fixes
2014-05-30 19:38:13 +02:00
Waverunner
5850595721
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-05-30 09:19:39 -04:00
Waverunner
bac9d43593
Added Inside Information Smuggler ability, null check for sending tells
2014-05-30 09:19:26 -04:00
Treeku
3683242752
Added clearGuildRanks() to PlayerObject
2014-05-30 02:27:02 +01:00
CharonInferar
b19cb4c6db
rare loot chest contents added
2014-05-30 03:12:57 +02:00
Treeku
19c0d81249
Fixed trader_1a IO error
2014-05-30 02:06:00 +01:00
CharonInferar
9146576061
Loot chest filling attempts
2014-05-29 22:28:36 +02:00
Waverunner
c8600b2cba
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-05-29 13:51:46 -04:00
Waverunner
45c91104e0
Added more guild features, fixed re-joining chat channels on relog
...
Changed guilds to be saved to a TreeMap instead of solely the SWGSet.
Fixed uses string
Added UnknownAbilityPacket (was sent for every new ability, doesnt seem
to do anything)
Lots of guild improvement/features added.
2014-05-29 13:51:40 -04:00
Treeku
c9b848e997
Added getGuildRank
2014-05-29 16:12:01 +01:00
Treeku
4777cf1b1f
Added guildRank toggle to PlayerObject
2014-05-29 16:04:04 +01:00
Waverunner
ce88128c2d
Refactored Junk Dealer script, Selling junk items will now place "buy back" device in datapad
...
Moved the SUI Windows into Java so no need for global variables, updated
conversation messages for the changes to ProsePackage, added the "buy
back" control device - this contains the latest 10 items you sold to the
junk dealer.
2014-05-27 18:13:00 -04:00
Waverunner
32d2b18725
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-05-26 18:58:33 -04:00
Waverunner
6d28ac9cd5
Fixed mission strings, fixed multiple bounty hunting bugs, added stacks for tracking droids from CBT
...
Fixed bugs for BHing include:
Bounty not being removed from bountyMap (they were still removed from
the db though)
Bounty success/defeat messages were wrong
Seeker not being destroyed from world
Completing bounty mission would not remove it from log (Allowing you to
keep on killing the player and potentially collecting the reward)
Fixed conversation messages on Arakyd Droid to use new ProsePackage
format
2014-05-26 18:58:16 -04:00
Light2
b21b40ab98
more work on vendors
2014-05-26 20:41:51 +02:00
Waverunner
38441e069e
Refactored guild creation, enabled access to guild creation device, guild disband, guild kick, guild members, moved server motd to motd.txt
2014-05-26 12:43:06 -04:00