Commit Graph
1187 Commits
Author SHA1 Message Date
IrishDarkshadow 3fcfcfc106 Merge branch 'master' of https://github.com/SWG-Source/dsrc 2019-12-23 19:26:52 -05:00
IrishDarkshadow 9b5cd88c07 allows Master Officer to wear Mandalorian armour 2019-12-23 19:25:53 -05:00
CekisSWG 4443afc9dc Added Overhead air Traffic to Major Starports
commit b0dc6c97e04780ec8b2448fb7ead1ffa77899fa4
Merge: a90ca60cd 7d60e3304
Author: CekisSWG <[email protected]>
Date:   Tue Nov 26 16:06:08 2019 -0800

    Merge branch 'master' into traffic

commit a90ca60cd6499b3d17707c13bd1aed5a4e46c2f3
Author: Cekis <[email protected]>
Date:   Mon Nov 11 17:59:56 2019 -0500

    Added overhead traffic to large starports on Naboo, Corellia and Tatooine
2019-11-26 16:06:58 -08:00
CekisSWG 42aaad1104 Added potential memory saver. 2019-11-18 15:51:13 -05:00
Cekis d57564a717 Missed one! 2019-11-04 20:56:24 -08:00
Cekis 1eeac441fd Backpacks can now be sold - thanks Elour and Legends! 2019-11-04 20:52:55 -08:00
Dark d76021eefb Fixed Syntax
Added Missing Closing Quotations to Line 54.
2019-10-22 10:05:38 -05:00
Dark 92a6d9d8db Fixed Bug with GCW Banner.
Fixed Bug where Entertainer and Trader Buffs wouldn't activate from the GCW "Captain" Banner.
2019-10-18 18:39:27 -05:00
Cekis f5f3675f20 Fixed: A saber with a Cunning of Tyranus crystal will now display its damage and element correctly after adding pearls. 2019-10-09 23:13:21 -07:00
IrishDarkshadow 81ec37dcaa Merge branch 'master' of https://github.com/SWG-Source/dsrc
merging new files
merging new files
2019-10-09 18:10:55 -04:00
IrishDarkshadow db4bd018c9 allows beast dye to reduce stack size by 1 upon use...added because Elour dropped a hint and threatened to dump more senate resolutions on me if using the dye depleted the entire stack. 2019-10-09 17:19:07 -04:00
Cekis 250d9fcb1e Merge branch 'master' of github.com:SWG-Source/dsrc 2019-10-09 17:07:29 -04:00
Cekis f911a68277 Fixed Mos Eisley Harassment 2019-10-09 17:06:49 -04:00
Dark 9774583ecb Continued Adding Perfect Crystals
Added to jedi.java
2019-10-09 11:59:24 -05:00
Cekis 69b53a74c6 Added custom distance check object var for some bugged quest items 2019-09-25 01:10:57 -04:00
CekisSWG 1a6e980968 Fixed issue with Arena (and other instances) kicking players out when they enter. 2019-09-18 23:06:48 -04:00
Cekis 759580d58c Fixed G9 Outrigger ITV 2019-09-11 22:50:42 -07:00
V0idCipher 69af8f4b91 bugfix: fixed CD timer on instance lockout reset terminal 2019-09-03 10:13:22 +04:30
Gene Pressinger 0b1970625d Minor change from Cekis' previous commit
The COL_RESOURCE_TYPE param may be null or empty, so we want to check it first before modifying the resourceType variable.
2019-05-19 15:56:04 -04:00
Cekis 8260b2fc85 Fixed fish filet issue where it gives you resources from other planets 2019-05-13 16:12:34 -07:00
Cekis 6c7bf814d4 Comparison d'oh 2019-05-08 14:09:41 -07:00
Cekis 049d1b93e7 Made a few minor changes to improve performance 2019-05-08 09:57:50 -07:00
IrishDarkshadow d8748d3786 improved vorpal durni dna drop rate as per GU 16.10 2019-05-08 12:04:26 -04:00
IrishDarkshadow 9ece6eb689 adds the shock collar to the loot table of the undead rancor 2019-05-08 11:31:48 -04:00
Tekaoh 5c2e112349 Java 11.0.2 migration (#32)
* Code compiles - execution NOT tested

* updating gitignore

* Removed intellij settings files

* Removed more intellij files

* Added exclusion for JDK classes.

* Fixed purchasing script for vendors that have listed coin types.

* Updated script to not kick off until the entire preload is complete.

* adds static name entry for Solo movie poster and tcg9 vendor entry

* clean up empty and orphaned object templates

* adds placeholder black market (static) spawns

* corrects entries for the video game table to correctly set it in tcg series 2 and remove series 1 console errors

* Updated gitignore and removed intellij project files

* Fixed appearance reference for thranta payroll and kashyyyk door, added skipLosCheck objvar due to cannit see issue. Requires updated src

* Fixed appearance and template for terminal (#2)

* Fixed appearance and template for terminal (#3)

* Fixed appearance and template for terminal (#4)

* Deleted another faulty/orphaned object template

* Fixed gcw ranks option on frog. Only issue is that it doesn't award the officer commands or badges.

* Fixed some unneeded java 11 changes
2019-04-18 18:31:52 -05:00
Cekis 956eaed2f9 Fixed some issues with the Restuss Event 2019-04-18 06:47:12 +01:00
Cekis 6ea82db9c3 Fixed issue where Restuss PvP zone would not be created if starting in third stage of the Restuss event. 2019-04-16 06:28:28 +01:00
TyroneSWG 80b6fe8f3a Chronicler Skills to the frog 2019-04-03 15:18:01 -05:00
Elour 0a902bff72 Prevent duplicating subcomponents via Chronicles
Items could be dropped in to a chronicle quest reward box while also being used as a crafting subcomponent. Finishing the craft and also creating the reward cube would result in the component being duplicated inside the reward box.
2019-03-30 10:53:58 -07:00
Elour b358dfe356 Prevent over-capped powerups
Higher than possible RE chance can lead to powerups created outside the possible realm.
With the formula: ( ( (skillMod * rand(randomRollMin, 1.25f) ) / 100) + rand(1.0f, 1.25f)) * power;
skillMod is a possible max of 169:
100	level 90
10	expertise
5	arm
11	pup
11	pup
11	pup
4	wep
4	chest
3	shirt
10	tool
169	total
rolling the max for both randoms (1.25 and 1.25), we end up with
( ( (169 * 1.25) / 100) + 1.25) * 35 (where power = the power bit = 35 max)
= a max of 117.6875 power
2019-03-30 10:44:35 -07:00
Elour dcdb80f8ff Prevents picking up storyteller objects placed in houses
Players were able to pick up storyteller objects, which broke the timer and prevented them from being automatically destroyed. This prevents the initial pickup.
2019-03-30 10:39:11 -07:00
Elour 9eaf8af328 Prevent players from receiving tokens from another instance
Using client side modifications could allow players to move between instances, being in "range" of the next instance would provide the reward without ending the exploting player's timer
2019-03-30 10:31:42 -07:00
seefo 42585bc909 Fixed issue with faction frog option not granting bandges/specials 2019-03-25 21:58:34 -04:00
seefo b88af594c5 Fixed gcw ranks option on frog. Only issue is that it doesn't award the officer commands or badges. 2019-03-14 21:12:00 -04:00
Cekis ef2bdb40f4 Updated script to not kick off until the entire preload is complete. 2019-02-23 18:48:07 -05:00
Cekis 1b2050aacd Fixed purchasing script for vendors that have listed coin types. 2019-02-23 01:52:41 -05:00
Cekis 3f2831d37d Love Day Matchmaker bug fix 2019-02-22 07:57:57 -08:00
CekisSWG 72212a4979 Enhanced control of the Restuss Event 2019-02-20 21:02:41 -08:00
Alec Harley 07be4e75b4 fix TIE/LN requirements - library.space_utils 2018-10-10 16:43:17 +00:00
CekisSWG 7f30064531 Put in a fix (slight hack) to handle negative location changes when using the homing beacon. 2018-10-07 06:59:12 +01:00
CekisSWG 2756d77594 Merge branch 'master' of https://bitbucket.org/theswgsource/dsrc-1.2 2018-07-25 06:18:19 +01:00
CekisSWG c240203222 Fixed issue where Space GCW fighters were not awarding GCW points. 2018-07-25 06:17:56 +01:00
erusman 3caf78884f update frog TCG House pack now generates all TCG houses and Jabba's sailbarge 2018-07-01 14:32:14 -07:00
erusman c373d19ef6 add additional wookiee vendor to celebration plus randomize the lifeday gifts so players could have chance to receive items from previous years 2018-06-28 17:23:00 -07:00
erusman 35399d3480 add 2011 Lifeday gifts/badge to lifeday_tree.java Changed default player eligibility to receive Lifeday gifts from 10 to 5 days 2018-06-28 16:24:57 -07:00
theswgsource 0685be9c56 initial commit for missing vet rewards 2018-06-27 01:04:53 -07:00
erusman 385f9bec5a another fix for Empire Day converstaion string Rebel Capt. Derlin 2018-06-26 15:00:21 -07:00
erusman 952357422b fix Empire Day conversations Imperial Kaythree and Rebel Capt. Derlin 2018-06-26 13:49:29 -07:00
theswgsource 0f39af4b88 Merge branch 'master' of https://bitbucket.org/theswgsource/dsrc-1.2 2018-06-25 16:40:50 -07:00
theswgsource 84851dcd7d removes Mustafar / Kashyyyk travel restrictions from the Flight Of The Veteran reward item 2018-06-25 16:38:39 -07:00