Commit Graph
49 Commits
Author SHA1 Message Date
cdmpse e1b62d63df Added Underworld Smuggler Tatooine Quests 2014-09-19 20:06:16 -05:00
cdmpse b778c81ebf Updates to "Tasty Dried Critters" Quest 2014-09-09 13:21:04 -05:00
cdmpse 0b5cb550a3 Added "Tasty Dried Critters" Quest 2014-09-05 20:59:24 -05: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
Waverunner 5026b9ee92 Added item count for retrieve tasks, Fixed wrong opcode for QuestAccept packet, Changed name of a couple methods in QuestService 2014-09-01 16:25:02 -04:00
Waverunner 5cd90a4cec Added "Bib's Offer" Quest 2014-08-27 20:24:44 -04:00
Waverunner 298fb1f59a Added quest completion window, Changed sui service to not need conversation npcs to need conversation radial attached, Changed goToLocation event to check all of players quests instead of active one 2014-08-25 17:44:22 -04:00
Waverunner 1190e7b1fe Added quest signal scrpts, Added Pall conversation 2014-08-24 15:07:37 -04:00
tacef 989028932e Fixed Cloning Droid Conversation is now using the new Prose Package code
Changed Moved Cloning Droids to the Cloning building scripts
Added Cloning droids to naboo and corellia
Added Cloning droid to Mos Eisley Medical center
2014-07-12 13:49:34 +02:00
Zing 6f7744845b Added Imperial Rank reward setup
Added Imperial Spec Ops Armor (need to find a way to FORCE primary
color, it is only allowed to be white. Secondary color can be changed to
black.)
Added Imperial Command BARC
Added Factional Weapons
Added Painting
Added Nova Necklace and Colonel Ring
Changed Factional Recruiter script to allow Rewards.
Added Imperial Comm Link (Does not call a pet)
2014-06-30 22:02:49 -07:00
Zing be9650db6b Fixed a few rebel rank reward items
Rebel recruiter rewards can now be called by conversing with the
recruiter again.
Exceptional pistol is now deposited in inventory
Binocular buff now adds to player
Rebel Command Barc now generates correct vehicle
2014-06-29 20:47:13 -07:00
Zing 9d0bf56efe Rebel rank reward system 2014-06-28 20:23:39 -07:00
Waverunner ac9d0e41bf Refactored delivery missions to use pre-spawned commoners
Scripters should change any commoners being spawned to use
core.staticService.spawnCommoner instead of spawnObject (see
mos_eisley.py in static_spawns\tatooine for an example). The
spawnCommoner method will add required attachments and set the proper
options bitmask in order for the missions to function properly.

Note that delivery missions won't work unless you have spawned buildouts
on the planet you are requesting the missions on due to this change.
2014-06-18 14:00:24 -04:00
Waverunner 7b7f1ed5bc Fixed #740 - Mission on wrong planets, Fixed delivery mission conversations 2014-06-12 19:03:05 -04: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 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
tacef a64119e96a Fixed Rebel recruiter Conversation 2014-05-22 19:06:01 +02:00
tacef a431ff53a1 Updated Imperial Recruiter Convo to support recent changes to the Factionservice
Updated Factionservice, you weren´t combatant when joining faction
2014-05-22 19:04:24 +02:00
Treeku 0050dfdc7e Minor fix 2014-05-15 04:11:19 +01:00
Treeku 737b24d3b9 Changed guildList to a Set, changed STAO 2014-05-14 20:39:03 +01:00
tacef 283e4d694d Updated Cloningfee formula
to be more accurate to live
2014-05-09 17:07:48 +02:00
tacef e4c682e958 Updated Cloning Conversation
Cloning now deducts fee according to level
2014-05-09 16:58:45 +02:00
Ziggeh 835cd5a9be Merge pull request #614 from tacef/master
Fixed Typo in Junkdealer conversation
2014-05-05 18:33:18 +02:00
tacef 90ded46f68 Fixed Typo in Junkdealer conversation 2014-05-05 17:42:08 +02:00
Treeku 541bffa942 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-05-04 18:56:34 +01:00
Treeku 6b50c6082b Fixed some recruiter stuff 2014-05-04 18:42:15 +01:00
Waverunner db80ef2d7c Credits given on completion of bounty mission, added cap for bounties, can no longer take your own bounty 2014-05-04 12:39:44 -04:00
Waverunner 44678d8c18 Merge 2014-05-03 18:10:55 -04:00
Waverunner 7860a8b668 Added Tracking Droids, refined Bounty Missions
A few things need to be done like the stacks for the droids. Right now
they won't be destroyed from inventory until this is implemented.
2014-05-03 18:03:00 -04:00
tacef 47da295c00 Altered recruiters to fit faction changes 2014-05-02 22:27:40 +02:00
tacef 45dd5bc9e5 Fixed little error in Rebel Recruiter conversation 2014-05-01 20:54:53 +02:00
tacef 3b3c9bd6ef Fixed Typo in Reimos conversation script 2014-05-01 19:50:03 +02:00
tacef 7043f6a159 Updated NPC Scripts with conversations 2014-05-01 19:38:12 +02:00
Waverunner b0e2a490f6 Changes to MissionObjective, started working on player bounties 2014-04-28 17:37:23 -04:00
tacef ac776668b8 Added Rebel Recruiter Conversation
Fixed error in Imperial recruiter Conversation
2014-04-27 21:11:32 +02:00
tacef 34f726f037 Updated Imperial Recruiter again 2014-04-27 19:57:47 +02:00
tacef 4849a16e38 Updated Imperial Recruiter Conversation again
- Join military
- go Combatant
- go SF
- leave Military
2014-04-27 17:43:41 +02:00
tacef bc7b2f02cc Updated Imperial Recruiter Conversation
You are now able to resign from military
2014-04-27 17:10:03 +02:00
tacef b6693334fe Added Medical Cloning Droid Conversation 2014-04-27 11:14:17 +02:00
tacef 983c94c692 Started Work on Imperial Recruiter 2014-04-26 21:46:32 +02:00
Waverunner 5e240b00fa Added aborting for missions, finished delivery missions, cleaned up code 2014-04-25 17:26:48 -04:00
Waverunner 8e481be783 Added accepting for missions, added first phase for delivery missions 2014-04-24 17:46:28 -04:00
CharonInferar 4f60260e53 Menu functionality improved
Lootkit implemented
Loot price and further stats considered
2014-04-18 20:57:56 +02:00
CharonInferar 2b4527e165 Conversation menu improvements
SUI window functionality
storage of items in collections
2014-04-18 04:45:12 +02:00
CharonInferar e911eebdce Junk Dealer Conversation menu added 2014-04-17 04:10:58 +02:00
TreekuandCharonInferar 5f1022543e godLevel is now set and used 2014-04-13 14:50:21 +02:00
Treeku 2a9988847f Script syntax error 2014-04-07 10:37:11 +01:00
Treeku e4d676f43d Added example conversation script
Made a simpler script that uses less code, so it's easier to grasp.

In most cases there will only be one ProsePackage.

Copy-paste friendly.
2014-04-07 10:08:41 +01:00
Light2 b245efdce6 Finished NPC conversations, fixed disconnect bug, fixed AI atk speed check 2014-04-02 18:12:08 +02:00