TyroneSWG and Tekaoh
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 and GitHub
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
erusman
3ac02b2187
fix broken Major Tantor conversation strings, Empire Day
2018-06-24 18:19:51 -07:00
erusman
345e784cd2
fix broken Mara Jade conversation strings, Empire Day
2018-06-24 18:08:33 -07:00
erusman
38d82c8f1c
more updates to frog with holoshrouds spawn options for costume testing
2018-06-24 17:01:31 -07:00
erusman
6f4e434a16
update frog with token spawn options for event testing
2018-06-24 16:41:24 -07:00
theswgsource
e16c0a2d68
Merge branch 'master' of https://bitbucket.org/theswgsource/dsrc-1.2
2018-06-24 10:36:22 -07:00
theswgsource
8c5ac72b4e
restores missing mounts (snorbal / reptilian flier / binjinphant / whisper bird
2018-06-24 10:35:47 -07:00
erusman
b107ca6e59
fix for null pointer exception trick_or_treater.java
2018-06-24 01:28:33 -07:00
erusman
2b7f41e718
another fix for 2011 GMF badge
2018-06-23 23:18:07 -07:00
erusman
bd1f84437c
add Galactic Moon Festival 2011 badge
2018-06-23 23:04:47 -07:00
erusman
29d59f4742
fix some broken converstaion strings on halloween vendor
2018-06-23 19:06:32 -07:00
erusman
3b5226b27d
another typo, ok all costumes are now updated to final day live
2018-06-23 17:27:51 -07:00
erusman
c31e0661d7
add costumes to player_utility.java
2018-06-23 16:00:42 -07:00
erusman
ce35e9d1c8
update frog for live usage, reenable ability to turn options on/off in server configs
2018-06-22 17:10:27 -07:00
theswgsource
748a459a9c
restores stuffed pets, syncs all mutations, updates bm vendors for qa testing
2018-06-22 12:25:09 -07:00
erusman
449b2449b5
Cunning of Tyranus crystal restoration complete and shows correct name already in client stf v1.2
2018-06-21 15:23:32 -07:00
erusman
48ceaaf1b2
add traveling to Mustafar via space terminals
2018-06-17 16:41:00 -07:00
theswgsource
17f97fafd0
final set of beast restorations, spawns and loot scripts
2018-06-17 09:19:32 -07:00
erusman
6f5674afd2
add entertainer buff tick fix credit Iosnowore
2018-06-16 14:27:12 -07:00
erusman
81990c619a
add warps to frog for kashyyyk poi's
2018-06-16 13:01:04 -07:00
erusman
ccd87d9f96
frog overhaul, current testing, items, weapons, more pets, buffs, warp locations
2018-06-16 08:54:46 -07:00
theswgsource
0752719ceb
adds bane back spider / urnsor'is / uwari beetle pets and make the wild spawns extractable
2018-06-15 05:53:08 -07:00
theswgsource
d9d2c7d720
restores nexu / reek / cracktooth / hawkbat incl. geo bunker & warren spawns with DNA loot tables
2018-06-13 11:24:37 -07:00
seefoe
63e0782181
Added vehiclesEnabled cfg option to frogs
2018-06-08 14:23:39 -04:00
theswgsource
db68f76fb7
Merge branch 'master' of https://bitbucket.org/theswgsource/dsrc-1.2
2018-06-07 17:11:23 -07:00
theswgsource
1cbbc7ed76
tcg refactor and addition of tcg vendors
2018-06-07 17:10:38 -07:00
CekisSWG
ef199e7883
How many developers does it take to break a light bulb? One. If his name is Cekis.
2018-06-08 00:36:16 +01:00
CekisSWG
9a7e27d1a6
Last round of import optimizations.
2018-06-07 01:44:05 +01:00