Commit Graph
1926 Commits
Author SHA1 Message Date
Treeku dd2afae373 Fixed various problems that occur after rebooting.
Fixes SWGMap objectMutex issues.

Fixes this buff error received after rebooting the server:

java.lang.NullPointerException
at resources.objects.SWGMap.values(SWGMap.java:284)
at services.BuffService.clearBuffs(BuffService.java:376)
at services.object.ObjectService$7.handlePacket(ObjectService.java:1149)
at engine.resources.service.NetworkDispatch$1.run(NetworkDispatch.java:216)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2014-08-20 19:31:40 +01:00
Treeku ac982e2e8b Fixed various problems that occur after rebooting.
Fixes SWGList objectMutex issues.
2014-08-20 19:15:18 +01:00
Treeku 9c488122a1 Fixed various problems that occur after rebooting.
Fixes SWGMultimap objectMutex issues.
2014-08-20 19:11:10 +01:00
Treeku 8f7d84bc35 Fixed various problems that occur after rebooting.
Fixes SWGSet objectMutex issues.
2014-08-20 19:05:58 +01:00
Treeku 6eaa6fcd14 See extended for update notes...
- Fixed issue where player couldn't stop watching an ent.

Dev info:

ConnectionService:disconnect(): Error disconnecting client.
java.lang.NullPointerException
at resources.objects.creature.CreatureObject.setPerformanceWatchee(CreatureObject.java:1076)
2014-08-20 04:57:21 +01:00
Treeku 5eb0ee8465 Fixed issue where health and skills didn't update.
Fixed:

1: Player and creature/npc HAM does not update.
2: On initial character zone in, you do not receive HAM for level 5. you are stuck at 1000/308. I believe that is for level 1. A relog will fix this. You also do not receive your starter commands, unless you relog.
3: During combat player and target HAM do not update but you do give and receive damage via the combat log (and the target can be killed) If you logoff and back in again during combat you can see the HAM changes to that point but they will not move again unless you relog again.
4: if you use the travelService (teleport, shuttle, etc) everything will update once as well. Will not update again unless you travel again.
2014-08-20 02:29:38 +01:00
Treeku 246d51b4ac See extended for update notes...
- Fixed issue where player couldn't stop listening to an ent.

Dev info:

ConnectionService:disconnect(): Error disconnecting client.
java.lang.NullPointerException
at resources.objects.creature.CreatureObject.setPerformanceListenee(CreatureObject.java:1092)
2014-08-20 02:02:33 +01:00
Viaron 0498aceb0e Merge pull request #1179 from zingzing175/master
Fixed Some Admin commands not working on file systems other than windows. Added blocks to admin commands with godLevel of 0.
2014-08-17 21:34:42 -04:00
CharonInferar 557764bc50 Merge pull request #1180 from CharonInferar/Fixes2
Fixed AI-consideration in command service
2014-08-17 14:39:32 +02:00
CharonInferar cb6bbe37ea Removed debug messages 2014-08-17 14:35:17 +02:00
Waverunner ae9126ad75 Merge pull request #1178 from ProjectSWGCore/TacefEntertainer
Entertainermissions
2014-08-17 07:59:23 -04:00
CharonInferar 400a72eb7c Merge remote-tracking branch 'origin/master' into Fixes2 2014-08-17 13:30:28 +02:00
CharonInferar a52d01652c Fixed broken command service 2014-08-17 13:28:23 +02:00
Zing 6de085b3da Fixed Admin commands part2 2014-08-17 01:18:34 -07:00
tacef f34a950b29 Merge pull request #1177 from tacef/EntertainerMissions
Fixed some minor things in EntertainerMissionsObjective
2014-08-17 09:09:36 +02:00
tacef 745ee6d2eb Fixed some minor things in EntertainerMissionsObjective 2014-08-17 09:08:44 +02:00
tacef f2f4a7e1a6 Merge pull request #1176 from tacef/EntertainerMissions
Changed EntertainerMissionObjective
2014-08-17 08:37:06 +02:00
tacef 41406703b1 Changed EntertainerMissionObjective 2014-08-17 08:36:01 +02:00
Waverunner dcb9ee561c Removed canceling of postZoneIn threads for null obis temporarily
Possible that creature object / session / client is null at some parts
2014-08-16 23:27:35 -04:00
Waverunner 810a80cc24 Forgot to add this - part of previous commit 2014-08-16 23:15:07 -04:00
Waverunner 40ea74e03d Changed postZoneIn scheduleList to a Map and added null checks 2014-08-16 23:11:21 -04:00
Waverunner b7280cd138 Removed console print spam 2014-08-16 22:51:45 -04:00
Waverunner 02e9ddd3a5 Fixed attribute names 2014-08-16 22:37:32 -04:00
Waverunner f5bfb50e51 Merge pull request #1172 from ProjectSWGCore/CreatureObjectRefactor
Creature object refactor
2014-08-16 22:21:15 -04:00
Treeku 231a476441 Fixed some merge issues with creature refactor. 2014-08-16 23:02:01 +01:00
Treeku e5d4a633bf Merge remote-tracking branch 'origin/master' into CreatureObjectRefactor
Conflicts:
	src/resources/objects/creature/CreatureMessageBuilder.java
	src/resources/objects/creature/CreatureObject.java
	src/services/PlayerService.java
	src/services/ai/AIActor.java
	src/services/ai/states/AttackState.java
2014-08-16 22:19:19 +01:00
Obique 00413a1157 Merge pull request #1170 from Obique/master
Fixed crashing bug related to teleporting
2014-08-16 15:22:25 -05:00
CharonInferar d13afe6489 Merge pull request #1169 from CharonInferar/Fixes
Fixed KBT #65, 182 and AI-related commandService bug
2014-08-16 21:48:07 +02:00
CharonInferar 09cce93f8a Reset goon spawn 2014-08-16 21:46:35 +02:00
Waverunner abdb1c9373 Merge pull request #1168 from zingzing175/master
Added (re added) access level print
2014-08-16 15:45:57 -04:00
Zing 9add8a6862 Added (re added) access level print
enabled for a test to make sure server is reading DB and accesslevels
folder correctly
2014-08-16 12:44:26 -07:00
CharonInferar e61ced824b Merge remote-tracking branch 'origin/master' into Fixes 2014-08-16 21:41:55 +02:00
CharonInferar 1c676d8ddd Fixed KBT #65, 182 and AI-related commandService bug 2014-08-16 21:39:26 +02:00
Treeku 0175a6716e Refactored CreatureObject 2014-08-16 20:35:06 +01:00
Waverunner 9f1e473984 Added sound when completing a quest
Fixed error when completing a quest
Removed some debug code
2014-08-16 15:30:30 -04:00
Obique 912be980fa Changed CharacterService to reset CmdSceneReady to verify it is always false before zoning in 2014-08-16 14:20:35 -05:00
Obique 88056a0714 Added additional logging to determine what could go wrong with re-loading characters 2014-08-16 14:19:55 -05:00
Waverunner 01fa5ccbf7 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-16 11:42:31 -04:00
Waverunner d33d5adbf2 Changed QuestJournal to use SWGMap, Added counter to retrieve_item task types 2014-08-16 11:42:11 -04:00
tacef f7aa9d5166 Merge pull request #1167 from tacef/EntertainerMissions
Entertainer missions
2014-08-16 16:12:09 +02:00
tacef 1fe8e1409b Changed Entertainermissions
They now check for distance to waypoint, if player is performing, in our
case dancing, and have a hardcoded 10 minutes timer.

Entertainermissions now have payout after 10 minutes.
TODO: test if crash, make the endlocation a Cantina or theater
2014-08-16 16:08:08 +02:00
Zing cbcb28e00a Added blocked admin commands 2014-08-16 03:43:36 -07:00
Obique 36190aefe4 Merge branch 'experimental'
Conflicts:
	src/resources/objects/waypoint/WaypointObject.java
2014-08-16 00:59:18 -05:00
Viaron dbec5fd321 Merge pull request #1161 from zingzing175/master
Added getStationName admin command.
2014-08-15 23:36:03 -04:00
Zing cbe7372c95 Added getStationName admin command. 2014-08-15 20:03:46 -07:00
Waverunner 5cf7367e61 Fixed buildouts besides buildings and their children not being added to quadtree
Fixed some bugs with retrieving quest items
Changed quest service's next task method to temporarily not auto-advance
to next quest if it's defined - will be re-enabled when most of task
types are done
Changed buildout objects to load server templates (unsure why they were
not loaded before)
Fixed SpawnPoint odb save error
2014-08-15 18:04:47 -04:00
Waverunner ffbe209207 Added handling of retrieve item quests, Added handling of giving quest rewards
Note: All changes may not be listed! Please view changes to get a better
idea, lots of changes compared to what I had before!
Changed ShowLootBox to use object id's instead of SWGObject
Added "A Speeder For Me" quest
Fixed quests so they advance to the next step properly and complete
properly
2014-08-15 11:34:58 -04:00
Ziggeh d25286a3c7 Renamed kills in PlayerObject to killMeterPoints 2014-08-14 09:05:54 +02:00
Ziggeh 7650b6dcb4 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-14 07:18:54 +02:00
Ziggeh b88a399e54 Added isFatal boolean to ErrorMessage
Last unknown in ErrorMessage was a boolean for fatality.
2014-08-14 07:18:41 +02:00