Luke Robles
|
e2ed085afd
|
Switch to cache endpoint
|
2023-12-28 21:37:38 -08:00 |
|
Luke Robles
|
ba64cc5215
|
Fix check for if someones in an org
|
2023-12-25 13:07:02 -08:00 |
|
Luke Robles
|
d499f9627d
|
Fix check for if someones in an org
|
2023-12-25 13:06:41 -08:00 |
|
|
613dc4c9e3
|
Fix how i find the locations taht a ship is sold at
|
2023-12-24 17:28:52 -08:00 |
|
|
f7a37861ad
|
Account for no ship pricing on finder.cstone's site
|
2023-12-24 14:54:35 -08:00 |
|
|
afdd85a89f
|
Adding buy location back to the /ship command
|
2023-12-23 14:11:23 -08:00 |
|
|
04e75697a7
|
Print player name in error message for rsi_find
|
2023-12-22 23:52:04 -08:00 |
|
Luke Robles
|
e24dba3201
|
Fix pricing information for ships
|
2023-12-22 13:34:30 -08:00 |
|
Luke Robles
|
e6f0f3a913
|
Initial pass at a /rsifind command
|
2023-12-22 10:53:40 -08:00 |
|
Luke Robles
|
454b27cbc7
|
Adding quantumfuel to the /ship command
|
2023-12-21 21:51:54 -08:00 |
|
|
8311bd2006
|
Add ship health to /ship command
|
2023-11-30 08:10:06 -08:00 |
|
Luke Robles
|
c18cb992ab
|
Chagne loaner to loaner(s) for the /ship command
|
2023-11-27 08:44:15 -08:00 |
|
Luke Robles
|
fcb4ffd318
|
adding sim racing role to server
|
2023-11-26 11:15:41 -08:00 |
|
|
eb3b94a539
|
Add loaner to /ship command if it exists on the page
|
2023-11-25 10:26:54 -08:00 |
|
Luke Robles
|
d92b9514cc
|
Move description of a ship to the top of the embed
|
2023-11-25 08:07:06 -08:00 |
|
Luke Robles
|
e6fdaef2e5
|
Add length/width/height to /ship
|
2023-11-21 09:47:19 -08:00 |
|
Luke Robles
|
a50d7eec53
|
Add ship image back to the embed, im dumb
|
2023-11-06 15:26:14 -08:00 |
|
Luke Robles
|
417ddf6e04
|
Add ship description to the /ship command
|
2023-11-04 23:43:03 -07:00 |
|
Luke Robles
|
d5feaf516a
|
Add a print just so i can catch this in the future
|
2023-11-02 14:54:33 -07:00 |
|
|
d9feebfc25
|
update readme
|
2023-10-30 14:35:38 -07:00 |
|
Luke Robles
|
1f0965bb62
|
Adding item uuid to /ship
|
2023-10-18 22:00:49 -07:00 |
|
Luke Robles
|
654f40db38
|
Another re-write of the monitoring code for starcitizen. This time taking advantage of the cstate API
|
2023-10-13 11:35:12 -07:00 |
|
Luke Robles
|
f5a375e9f2
|
Cleaning up some stuff and also adding the items uuid as a variable when using /ship, not sure what to do with it yet
|
2023-10-13 10:18:44 -07:00 |
|
Luke Robles
|
42980f29bd
|
Fixing the incdient code and also /ship
|
2023-10-12 11:54:06 -07:00 |
|
Luke Robles
|
92747bbc0b
|
Re-doing the star citizen incident alert logic, it will now alert us to changes in the incident status
|
2023-10-10 11:22:44 -07:00 |
|
Luke Robles
|
00e1fdee8d
|
fix stock
|
2023-09-29 09:05:01 -07:00 |
|
Luke Robles
|
9a1937a846
|
Dont mess with the commodity string, its fucking up the logic when searching for commdities with awkward spellings (slam, e'tam, widow)
|
2023-09-29 08:34:19 -07:00 |
|
Luke Robles
|
15204f55ca
|
Add request caching + autocomplete to the /trade function
|
2023-09-29 08:26:21 -07:00 |
|
Luke Robles
|
f6ee1be447
|
Fix issue with un-buyable ships causing the bot to error
|
2023-07-09 16:35:41 -07:00 |
|
|
ec451d206f
|
Changing /wolfram to /ask
|
2023-07-08 21:09:23 -07:00 |
|
Luke Robles
|
fb3646f134
|
Fixing code if a ship is buyable at multiple locations, it was returning all locations you could rent at instead
|
2023-07-05 18:24:15 -07:00 |
|
Luke Robles
|
a275e22468
|
Fix issue of nowhere to buy a material (mainly for mineables)
|
2023-06-17 09:40:45 -07:00 |
|
Luke Robles
|
a8d77ab227
|
format
|
2023-06-16 15:19:43 -07:00 |
|
Luke Robles
|
9e5519c110
|
Getting rid of the try except and re-wording some things
|
2023-06-16 15:16:22 -07:00 |
|
Luke Robles
|
5e84edc81a
|
fix issue if you typo a commodity name
|
2023-06-16 08:05:59 -07:00 |
|
|
913e5ef054
|
Fixing how we're searching for commodities on the api by using string.title()
|
2023-06-15 22:54:30 -07:00 |
|
Luke Robles
|
1296d72250
|
Fix missing %s
|
2023-06-15 16:31:55 -07:00 |
|
Luke Robles
|
1233e07421
|
Fix edge case of a commodity not actually being sold anywhere, but it still being able to be bought (Bexalite)
|
2023-06-15 12:10:18 -07:00 |
|
Luke Robles
|
235de533e7
|
Change net_gain to Net_profit so it makes sense
|
2023-06-14 14:03:18 -07:00 |
|
Luke Robles
|
b0862fe81a
|
Add a break to the price calculation loop to save sweet sweet cpu cycles
|
2023-06-14 13:50:50 -07:00 |
|
Luke Robles
|
e19e9b4b47
|
remove unnessary variable assignemtn when calculating costs/profies
|
2023-06-14 13:30:53 -07:00 |
|
Luke Robles
|
3a23c3d46f
|
Add some comments to the code
|
2023-06-14 13:28:13 -07:00 |
|
Luke Robles
|
08d949b6db
|
Add max value and also fix some var names
|
2023-06-13 10:38:48 -07:00 |
|
Luke Robles
|
a93ce1aaf5
|
Adding a /trade function to help calculate most profitable trade routes
|
2023-06-13 10:08:25 -07:00 |
|
|
8af1fd560f
|
move buy location lower in the embed, if not buyable, dont add it to the embed
|
2023-06-01 21:19:20 -07:00 |
|
Luke Robles
|
610237daef
|
Fixing price lookups for ships with a try except
|
2023-06-01 17:54:19 -07:00 |
|
Luke Robles
|
183d9aa8e8
|
Adding top speed to /ship command
|
2023-06-01 17:13:47 -07:00 |
|
Luke Robles
|
f9725266a6
|
update /ship command to work with new wiki layout
|
2023-06-01 13:53:45 -07:00 |
|
Luke Robles
|
a75c40c7d3
|
Adding a line to the /ship command to say if theres a weapon rack on the ship or not
|
2023-05-30 08:54:30 -07:00 |
|
Luke Robles
|
372cb82187
|
Fixing the /stock command to use a differnet yahoo api
|
2023-05-28 16:00:00 -07:00 |
|