Commit Graph
2059 Commits
Author SHA1 Message Date
Treeku c45a04c286 Fixed a potential issue with equipping. 2014-09-07 21:45:24 +01:00
Treeku b318d17956 Fixed issue with equipping appearance items. 2014-09-07 21:24:27 +01:00
Treeku 4ec682ae01 See extended...
- Fixed issue where old item wasn't correctly unequipped when equipping another item of the same type.
2014-09-07 20:01:55 +01:00
CharonInferar 4d8e37c029 Merge remote-tracking branch 'origin/master' into LairFixes 2014-09-06 16:45:56 +02:00
CharonInferar f538c274c0 Several Fixes for lairs
- Fixed staying in combat with a lair
- Fixed lairs spawning under ground
- Fixed vehicle spawn bug
- Fixed lair to spawn more waves
- Fixed data type error in calculation for lair damage
- Fixed some lairs not having health due to incorrect level
2014-09-06 16:43:51 +02:00
Ziggeh 09a64b615b Fixed potential exploit with respecing 2014-09-06 11:01:44 +02:00
Ziggeh 75f227108a Changed the name of two methods to be more conventional 2014-09-06 10:30:54 +02:00
Ziggeh ca0a586788 Changed SUIEventNotification to use StandardCharsets 2014-09-05 23:05:16 +02:00
Ziggeh 7b2cfc2b6a Changed ChatPersistentMessageToServer to use StandardCharsets 2014-09-05 22:56:40 +02:00
Ziggeh a5c9af55a6 Changed GetMapLocationsMEssage to use StandardCharsets 2014-09-05 22:54:40 +02:00
Ziggeh 4d910cec6a Refactored ObjectMenuRequest 2014-09-05 22:52:29 +02:00
Ziggeh f23ddeeb99 Added optionNum field to RadialOptions 2014-09-05 22:47:15 +02:00
Ziggeh 04c4d8819b Refactored ResourceListForSurveyMessage
Also updated the survey_tool radial accordingly.
2014-09-05 22:41:13 +02:00
Ziggeh 5f63ec0074 Removed unused mutator methods from SetWaypointColor 2014-09-05 22:05:29 +02:00
Ziggeh e054a4bbd9 Changed ClientCreateCharacter to use StandardCharsets 2014-09-05 21:55:59 +02:00
Ziggeh 2cf0f0b59b Changed respec code to get the objectId from SetProfessionTemplate 2014-09-05 21:48:30 +02:00
Ziggeh 1fd0d662ed Added characterId field to SetProfessionTemplate 2014-09-05 21:39:14 +02:00
Ziggeh fcdd7d4184 Changed CommandEnqueue to use StandardCharsets 2014-09-05 16:05:02 +02:00
Ziggeh 9821d92a71 Added EnterTicketPurchaseModeMessage to Opcodes table
https://github.com/ProjectSWGCore/NGECore2/commit/359972cf2acd8b47c801b799a06c6c7b9fc5b696
won't work without this commit.
2014-09-05 15:54:45 +02:00
Ziggeh 359972cf2a Fixed an issue where the ITV window would behave like a ticket window 2014-09-05 15:53:02 +02:00
Ziggeh 0a6a88a1f5 Fixed method name issue in BazaarService
The method getPremium() was replaced with isPremium() here:
https://github.com/ProjectSWGCore/NGECore2/commit/7517486bc94691cebe20b88bae5534974c1aee57
2014-09-05 15:35:07 +02:00
Ziggeh 7517486bc9 Refactored CreateAuctionMessage 2014-09-05 14:46:22 +02:00
Ziggeh 909684ceb4 Refactored CreateImmediateAuctionMessage 2014-09-05 14:36:54 +02:00
Ziggeh a2430681b9 Fixed syntax error in CreatureObject 2014-09-05 14:22:56 +02:00
Ziggeh 6d7b1c7a9f Refactored AuctionQueryHeadersMessage 2014-09-05 13:48:20 +02:00
Treeku 9b2689fcbc Fixed syntax errors. 2014-09-05 06:48:05 +01:00
Treeku 1b03e013eb Fixed notification issue for some player variables 2014-09-04 22:51:47 +01:00
Treeku 77a2070791 See extended...
Fixed issue where creature variables don't get set while offline or while an NPC.
2014-09-04 22:30:39 +01:00
Treeku 604dd4dd6c Deprecated ObjController_448
StartTask already exists and is used.
2014-09-03 21:17:38 +01:00
Zing edf3c2d102 Added starter credits 2014-09-03 09:55:44 -07:00
Zing 082a1c6917 Fixed syntax errors 2014-09-03 08:56:45 -07:00
Zing 7d6b1effff Fixed missing ) 2014-09-03 08:50:21 -07:00
Treeku da447cc464 Changed Sui Windows to behave more like live. 2014-09-03 14:09:23 +01:00
Treeku cfe6e63e47 Deprecated SUICreateTimerBar 2014-09-03 14:06:07 +01:00
Treeku 4b77684818 Changed Sui Windows to behave more like live. 2014-09-03 13:21:50 +01:00
Treeku c9dc4575fa Changed effect transforms to have specific size.
Since some of the issues seem to involve effects playing and abilities being granted.
2014-09-03 12:49:28 +01:00
Treeku 27c3dc64c1 Changed location effects to work in buildings. 2014-09-03 12:36:26 +01:00
Treeku 33c9617430 Fixed a potential entertainer effect crash. 2014-09-03 12:17:26 +01:00
Treeku 99448e05a9 Changed weather to update every 15 minutes. 2014-09-03 11:41:36 +01:00
Treeku ed15803004 Fixed potential time sync issues. 2014-09-03 09:18:55 +01:00
Waverunner b085fb6009 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-09-02 14:49:32 -04:00
Waverunner 81cd458849 Added quest task completion system messages, Changed auto-advancing to next quest so it's more accurate to how it was in live, Fixed Vourk end conversation messages 2014-09-02 14:49:11 -04:00
Treeku 90bd319359 Added isWearingAppearance() check. 2014-09-02 07:43:34 +01:00
Treeku 0592d4679a Added equipAppearance to equipmentService.
Various other improvements for potential issues.
2014-09-02 07:40:22 +01:00
Zing c235b97633 Merge pull request #1204 from zingzing175/experimental
Experimental
2014-09-01 22:49:38 -07:00
Zing 47719ea5ad Merge branch 'experimental'
Conflicts:
	src/services/command/CommandService.java

merge conflict
2014-09-01 22:35:38 -07:00
Zing 65d48d9a42 Merge pull request #1202 from zingzing175/master
Fixed Appearance Item Client Crash. See notes
2014-09-01 22:24:40 -07:00
Zing 24da9f9f07 Fixed Appearance Item Crash. See notes
Currently multiple items can be assigned to the appearance item tab when
radial then equip appearance.
2014-09-01 18:14:34 -07:00
Waverunner 93c54874ba Fixed unknown Quest CRC error from prior commit 2014-09-01 16:45:49 -04:00
Waverunner 6e6221c771 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-09-01 16:27:00 -04:00