module-development

textPage 12 of 43
50 messages on this page
Sunday, July 6, 2025
Avatar for 041e0acf3ce0775f2a8138ba5237661bdc9677ecb35f67146ba301eca81a1e80
User 041e0a
You cannlist casino tokens as a in game shop item
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
In csmm could you create a command to exchange your duke coins in csmm virtual economy ? using the vanilla xui command or something like that ?
Couldn't something similar be applied here? Like an Economy Bank module.
Saturday, July 5, 2025
Avatar for a827fb800b970377940da84d66abc498ff76568b3c64de46b25aee9fc715a430
User a827fb
There y'go. I didn't know vars could expire!
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
ccount to anumber. Once it hits like 5 in a hour boom baanned
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
just make a variable that expires
Avatar for a827fb800b970377940da84d66abc498ff76568b3c64de46b25aee9fc715a430
User a827fb
But in theory it should be possible to create a webhook that triggers on a playerDisconnect that stores the EOS or Steam ID and a timestamp and increments a counter if the time gap between now and the last disconnect is too short, or reset the counter if it's long enough. Then if the counter exceeds a threshold, it notifies the admin channel.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
hahahah, well I'll try to do something about it with chatgpt and see what comes out.
Avatar for a827fb800b970377940da84d66abc498ff76568b3c64de46b25aee9fc715a430
User a827fb
Oh no, I'm far too lazy for that!
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Hi, did you finally manage what you were talking about here? At the end you created a module to detect the connection / disconnection of users and notify an admin via Discord or something like that?
Thursday, July 3, 2025
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
          "msg": "Cannot read properties of undefined (reading 'trackingControllerGetPlayerInventoryHistory')",
          "details": "TypeError: Cannot read properties of undefined (reading 'trackingControllerGetPlayerInventoryHistory')\n    at main (vm:module(0):6:52)\n    at vm:module(0):16:7\n    at SourceTextModule.evaluate (node:internal/vm/module:229:23)\n    at executeFunction (file:///var/task/index.mjs:117:18)\n    at async Runtime.handler (file:///var/task/index.mjs:9:20)"
        }```
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Can anyone help me with this code? I think it's the filters.
await takaro.tracking.trackingControllerGetPlayerInventoryHistory({
        playerId: "64e6f992-89ef-48ce-942a-09078db4191b",
        startDate: "1970-01-01",
        endDate: "2025-07-03"
    });```
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Live! ๐Ÿ˜„
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
That makes sense! I asked my colleague to implement it ๐Ÿ˜ธ
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
With that All button in the categories, I think it is enough.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
My most logical thought is that if I click that
All
, it will redirect me to the web home, yes.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Oh oyu mean you want a 'return to home' button?
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
all this after you have selected a module and the information about it is displayed.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
I just realized that once I choose a category, if I want to return to the initial screen with the icons of the categories, if I click on the
All
button, it only updates the column of the modules on the left.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Okay, so that's why. Fantastic result!
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Ah :D Yeah I made some fixes to it after the initial post
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
OK, it looks good now, not this morning.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
I don't know if you have touched the mobile view.
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Can you screenshot what you see?
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
from my mobile, it is not well sized and is not visible.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
noise!
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Yep you can!
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
๐Ÿ˜Ž
image.png

image.png

PNG โ€ข 289.2 KB

Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
can I control the categories? so that when people make the modules, they can have a dropdown or something
Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
  • Community management
  • Anti cheat
  • Minigames
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Gimme some example categories?
Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
A category field for modules ๐Ÿ˜„ @User 22055452 as we have now 30 modules it can be hard to find what u want?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Claude says thank you <a:PusheenCompute:479231266160508948>
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
Gosh that's beautiful
Screenshot_20250703-011309.png

Screenshot_20250703-011309.png

PNG โ€ข 599.5 KB

Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Hi guys, my good friend Claude and I have been working on a fresh look for the modules page. What do you think of this? Any feedback/improvements? ๐Ÿ‘€
https://modules-135.edge.takaro.dev/
Tuesday, July 1, 2025
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Got it, have a link sent on Guppy's discord
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
i am trying to find theirinvite link
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
@User 25117961 You could tell the people there since you have spoken to them, I don't think they will oppose it.
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Yes, just what I said
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
I think they use a program called banorama (years ago I used it) and it automatically fills the serveradmin.xml file with all the new messages (if I remember correctly or something like that).
Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
aha yes well if you can connect us with the guys @User 66388827 i can find a solution
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
I think they do thats why it has to be in that format
Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
otherwise we cant get to the data
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
Avatar for 69dd72e9beda7be7af827395b1f4c2eae3591be65684955a7d6af40731acc13c
User 69dd72
they should popualte it somehwere in a db
Avatar for 2bffa0f5cab2a92d04b2e63aae81661c79638a7959c6e2f44f576d976e0aa78a
User 2bffa0
each message follows the template.