Commit Graph
358 Commits
Author SHA1 Message Date
CharonInferar a85ea0f4e8 Merge remote-tracking branch 'origin/master' into NPCUpdate 2014-06-30 00:17:52 +02:00
CharonInferar 5e94fd024c Fix for #952
- Weapons, armor and clothing are now correctly equipped again
serverside.
This also re-ensures armor buffs etc
- Vehicles spawn correctly again
2014-06-30 00:15:43 +02:00
Ziggeh 0025e2787c Changed Kneel command script
Now uses the Posture datatable
2014-06-29 23:58:50 +02:00
CharonInferar b563e67186 Master Merge 2014-06-29 17:04:56 +02:00
CharonInferar 0e33ad7c22 Added 2 Pets for AI Tests
- Added Follow State to AI
- Pets get attacked by enemies and do attack damaging enemies
- Some QA fixes
2014-06-29 16:51:35 +02:00
Treeku 459f83f8a8 Merge pull request #951 from tacef/master
Preliminary Work for ITV's
2014-06-29 15:21:22 +01:00
Zing 9d0bf56efe Rebel rank reward system 2014-06-28 20:23:39 -07:00
tacef 99adba7402 Preliminary work for ITV's
Added collision detection for buildings in set proximity
Added callforrattletrappickup command
Added Despawn threads so the ITV despawns after 60 seconds or when you
are out more then 50 meter(needs tweeking)
Added Radial for ITV
Altered Ticketpurchasemodemessage so the ITV Window would popup(not
fully working yet)
Fixed more Level problems with NPC's
Added Wayfar camp manually until buildouts are fixed
2014-06-28 22:15:47 +02:00
CharonInferar e363a316a2 Nightsister Stronghold NPCs added
Patrols done
NS Quest NPCs added
Mobile template alternate naming option considered
Tool functions for easier static spawn creation written
Client POI nobuild error fixed
Client POI custom radius datatable added
2014-06-28 04:08:33 +02:00
Seefo dd39f1617c Fixed several equipment bugs where stats wouldn't be properly removed or added
Updated engine must be committed for this fix to work - please wait
2014-06-21 03:35:28 -04:00
Light2 058edfad4f Added city maintenance report, added zoning rights 2014-06-20 02:29:27 +02:00
Treeku e5f78de757 Fixed issue where you could ID non-players 2014-06-17 18:27:01 +01:00
Treeku 2e363e720f Fixed import error with Position Secured 2014-06-17 17:02:22 +01:00
Treeku 90e762bc6e Added some getPermissions null checks
This needs fixing properly, it's been throwing a null error for a long
time in transferitemmisc.
2014-06-16 20:28:09 +01:00
Light2 6aa4229994 Refactored creation of player cities 2014-06-11 23:37:49 +02:00
CharonInferar 5e8180c5fd Advancement towards PUP Application
A few PUPS can now be applied.
Some effect names do not match the buff.iff table yet
2014-06-11 16:44:29 +02:00
CharonInferar fdcf8a1058 fix 2014-06-10 15:14:22 +02:00
CharonInferar be06751035 Merge remote-tracking branch 'origin/master' into ReverseEngineering 2014-06-10 14:40:44 +02:00
CharonInferar 08e2ac69a3 RE Factory Crates, PUP procs, Multi-color junk
- Factory crate correctly implemented for REing
- PUPs proc initial steps, needs to be further developed
- Multi-colored junk items name handling added
2014-06-10 02:53:49 +02:00
Light2 dd48daaca1 Refactored Building and Harvester Permission Lists, fixed AI pathing into cells 2014-06-09 19:05:58 +02:00
Light 6245de711d /move and /rotate fixes 2014-06-07 20:58:36 +02:00
Treeku e67fc1235f Added attack script 2014-06-06 09:55:36 +01:00
CharonInferar 2d8836e1b6 Loot icon disappears now after all items have been looted 2014-06-06 00:28:49 +02:00
Seefo 0fe051021e RLS light beam now shows on the corpse instead of yourself like it did on Live 2014-06-05 14:17:50 -04:00
Waverunner bac9d43593 Added Inside Information Smuggler ability, null check for sending tells 2014-05-30 09:19:26 -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
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
Light2 c7e41a83e9 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
Conflicts:
	src/services/bazaar/BazaarService.java
2014-05-21 19:16:21 +02:00
Light2 4e8a9ae47c bit more work on vendors 2014-05-21 19:02:12 +02:00
Waverunner 8b5e3100fb Fixed attribute error, added missing guildchat scripts from last commit 2014-05-20 19:01:50 -04:00
Light b3ae56e37d Added Group Kick command 2014-05-18 01:09:38 +02:00
Light c990690726 Implemented PvP Zones 2014-05-18 00:40:45 +02:00
Treeku f25055710d Corrected mistake 2014-05-17 09:59:53 +01:00
Treeku 2f7ffd634f Merge pull request #671 from xbang21/master
Fixed some buffs and commands
2014-05-16 08:55:30 +01:00
xbang21 5ebfaa6759 Fixed minor bug in stasis 2014-05-15 23:17:00 -04:00
xbang21 3585889208 Fixed minor type error 2014-05-15 23:15:50 -04:00
xbang21 ff004e8848 Fixed some buffs and commands
- Fixed all buffs and commands to work with proper format.
2014-05-15 23:08:50 -04:00
Treeku ecd5a54ea9 Fixed error with transferring items 2014-05-15 04:57:11 +01:00
Treeku 7f88fefe2e Fixed force run 2014-05-13 09:22:30 +01:00
Light2 b8927c9677 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-05-12 17:35:30 +02:00
Light2 119e58318c More work on vendors 2014-05-12 17:35:19 +02:00
Seefo c47ddf77df Fixed a container limit bug 2014-05-11 12:42:40 -04:00
Seefo 3218803ecb Updated lightsaber system messages, changed EquipmentService.canEquip to report why the actor cannot equip the item 2014-05-11 01:45:00 -04:00
Seefo d182fea6eb Loot System changes, see extended
* Added /setgodmode genloot <lootTemplate> command
* Added the option to have a 'custom setup' of a looted object template
(see scripts/loot/lootItems/veryrareloot/rare_ankarres_sapphire.py),
procedure is same as object scripts
* Looted items no longer need custom names in order to not have an empty
name (most scripts containing a custom name can now have that method
removed)
2014-05-07 22:11:18 -04:00
Seefo 2285378ad7 Fixed a bug where people could spam-equip items with bonus sets and obtain a bonus buff without wearing the required number of items 2014-05-07 22:08:20 -04:00
tacef ca5134bf13 Fixed Forcethrow exception 2014-05-07 21:54:16 +02:00
Seefo bd9db1c0c8 Added container limit checks 2014-05-06 18:40:19 -04:00