Commit Graph
3035 Commits
Author SHA1 Message Date
CharonInferar 6d91b28eb9 Fixed #0000063
- Fixed: Incap timer reset to 10s
-Fixed NPC AI not deathblowing when it should
- Added: NPCs now engage factional enemies
2014-07-12 03:04:32 +02:00
CharonInferar 3cf0f610e9 Fixed several AI bugs, listed in description
Fixed #0000061 : Houses can now be destroyed, even when not redeeding
- Added AI action regeneration when in combat
- Fixed NPC self-buffing null pointer exception
2014-07-11 23:17:08 +02:00
CharonInferar 808e6eedf7 Added MobilTemplate conversation file assignment option
NPCs can now have the conversation file assigned via mobile template
rather than the creature spawn script.
2014-07-11 23:17:08 +02:00
Waverunner 667b9161d2 Removed getObjectByFirstName from ChatService (deprecated), Changed getting object by names methods to account for all type cases
These changes should fix a lot of issues (mainly chat related like
mails, tells, chat channels) for anything that was using the out-dated
getObjectByFirstName() in chatservice. Also it'll allow us to not have
to go through uppercase and lowercase versions every time we try and
pull an object by names.
2014-07-11 23:17:07 +02:00
Waverunner 1b6ad100f3 Fixed compile errors 2014-07-11 23:17:07 +02:00
Ziggeh a633e237db Changed ServerStatus to GalaxyStatus
In-game "servers" are refered to as galaxies - not servers. The
datatable has been renamed to reflect that.
2014-07-11 23:17:06 +02:00
Ziggeh 184fe7b950 Added a datatable of galaxy statuses 2014-07-11 23:17:06 +02:00
Ziggeh f267bf3814 Added a way to prevent servers from booting
They will also not boot if the port is set to 0.
2014-07-11 23:17:05 +02:00
Bronco69 d6be7a7604 Fixed typo error in creature mobile (Endor)
(Wrong value prevents server from booting up)
2014-07-11 23:17:05 +02:00
Bronco69 7627cb9b65 Added missing creature mobile to Endor 2014-07-11 23:17:04 +02:00
Bronco69 0b543bc155 Added BM attacks for all creatures (Endor) 2014-07-11 23:17:04 +02:00
Bronco69 1e3ca4fcc8 Added some more house deeds 2014-07-11 23:17:03 +02:00
Bronco69 074ae4a058 Added some more ITVs
Terminals (ship) + command
2014-07-11 23:17:03 +02:00
Bronco69 b671a2c00c Fixed mobile templates for vehicles 2014-07-11 23:17:02 +02:00
CharonInferar 09f6266cc7 Fixes #0000061 Houses can't be deleted 2014-07-07 21:31:06 +02:00
CharonInferar 997033851a Merge remote-tracking branch 'origin/master' into NPCUpdate 2014-07-07 18:08:25 +02:00
CharonInferar a10711bdf3 Merge pull request #994 from CharonInferar/SpawnAreaRefactor
- Added collidableBox implementation
2014-07-07 16:57:28 +02:00
CharonInferar b68b83f995 - Added collidableBox implementation 2014-07-07 16:52:54 +02:00
Waverunner 86e37dccbf Fixed 0000022: Most persistent buffs being removed on soft-relog 2014-07-07 09:30:56 -04:00
CharonInferar 49b44931b5 Fixed treasure chest item drop issues
- Fixed creature loot permissions
2014-07-07 15:06:47 +02:00
CharonInferar 2d58b70284 Merge pull request #992 from CharonInferar/NPCUpdate
Fix for 0000005: Vehicles not generating unless player moves
2014-07-07 01:23:48 +02:00
CharonInferar ee2941581a Fix for 0000005: Vehicles not generating unless player moves 2014-07-07 01:20:01 +02:00
CharonInferar 0a00fc9d0b Merge pull request #991 from CharonInferar/NPCUpdate
Fixed several AI bugs, added log system
2014-07-07 00:22:05 +02:00
CharonInferar 837de12841 Added gitignore for folder 2014-07-07 00:18:38 +02:00
CharonInferar 14561ded92 Adding debuglogs folder 2014-07-07 00:17:32 +02:00
CharonInferar 44a1208931 fix merge conflict 2014-07-07 00:01:37 +02:00
CharonInferar 3ab650fdef Merge remote-tracking branch 'origin/master' into NPCUpdate
Conflicts:
	src/main/NGECore.java
2014-07-06 23:59:25 +02:00
CharonInferar 81a811a425 Fixed several AI bugs, added log system
- Fixes 0000031: Incap is not working correctly
- NPC AI now considers deathblow values correctly
- AI state transition further debugged
- Pet now follows owner after killing attacker
- Added debug log system
- Cleaned up system console from system.out messages
2014-07-06 23:47:56 +02:00
Waverunner 2c45fbe6ab Fixed waypoint not updating for Arakyds, Fixed waypoint not updating on first run of seekers, Added Identify Target 2014-07-06 13:14:48 -04:00
tacef 7eca666dbe Fixed Some Level Issues with NPC's
Min and Maxlevel not required if setLevel() is used
2014-07-06 14:17:08 +02:00
Ziggeh 99da73c26f Changed the location of some packet opcodes 2014-07-06 14:17:07 +02:00
Ziggeh 8d8cfaf792 Added a description to the browser service 2014-07-06 14:17:07 +02:00
Ziggeh e7c277c183 Added a service for opening browser windows 2014-07-06 14:17:06 +02:00
Ziggeh 65072425af Merge pull request #987 from tacef/master
Fixed Some Level issues with NPC's
2014-07-06 12:24:58 +02:00
tacef d56d5d147e Fixed Some Level Issues with NPC's
Min and Maxlevel not required if setLevel() is used
2014-07-06 07:52:54 +02:00
Ziggeh 9ff88b5934 Changed the location of some packet opcodes 2014-07-06 06:02:35 +02:00
Ziggeh 9e9afd6c0b Added a description to the browser service 2014-07-06 05:29:13 +02:00
Ziggeh aec50d5cc5 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-07-06 01:30:22 +02:00
Ziggeh a35d707c78 Added a service for opening browser windows 2014-07-06 01:30:18 +02:00
CharonInferar 2fa510f41a Merge pull request #985 from CharonInferar/NPCUpdate
Fix for #958, #959
2014-07-05 18:22:41 +02:00
CharonInferar e87f478e33 Fix for dropped item 2014-07-05 18:19:52 +02:00
CharonInferar 5c66aec560 Merge remote-tracking branch 'origin/master' into NPCUpdate 2014-07-05 18:14:19 +02:00
CharonInferar 0985451d7d Fix for #958, #959
- Added a way to obtain a pet without BEing
- Attempted to figure out how to bring up the pet tool bar
2014-07-05 18:10:39 +02:00
tacef a80832db6e Merge pull request #22 from ProjectSWGCore/master
Fork update
2014-07-05 17:37:26 +02:00
Treeku 116f7c2fd2 Merge pull request #984 from Mesagoppinmypants/patch-7
Removed un-used and un-needed file
2014-07-05 16:10:58 +01:00
Mesagoppinmypants dd7d93b916 Removed un-used and un-needed file
This was useful before we had the services built up to what they are now.
2014-07-05 11:06:50 -04:00
Waverunner 2f60c960c0 Merge pull request #976 from tacef/master
[Changed] Tweaked Despawn code.
2014-07-04 23:58:34 -04:00
tacef 1ee196ee44 Changed Only one ITV can be called at a time now 2014-07-03 21:11:50 +02:00
tacef 077d252d89 Changed ITV Despawn code to just despawn after 30 seconds
Removed distance despawn
2014-07-03 19:49:13 +02:00
Ziggeh 46a36badad Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-07-03 06:42:41 +02:00