Onairda Posted February 11, 2024 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 176 Reputation: 9 Joined: 12/30/16 Last Seen: March 8 Share Posted February 11, 2024 Hello is this possible in game? Open an Application in windows using NPC script in game? Thank you Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 11, 2024 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 18 hours ago Share Posted February 11, 2024 may refer this topic, goddameit did something similar in the past. https://rathena.org/board/topic/62654-send-e-mail-to-someone/ however it only work if the command are executed in same hosting environment Quote Link to comment Share on other sites More sharing options...
Rynbef Posted March 4, 2024 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: Saturday at 06:31 PM Share Posted March 4, 2024 U can add a SQL table with ur request and on the same server add a cronjob which look for tasks every second as example. After that u can run a code or similar. Rynbef~ Quote Link to comment Share on other sites More sharing options...
Skorm Posted March 23, 2024 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: Friday at 02:41 AM Share Posted March 23, 2024 If you're looking for something clientside there are various launchers with some serverside communication. For example rgzlauncher. You'd need to send a custom packet/message to the launcher which exists at the same time as the client and then run the application from that launcher. You could also just create your own launcher which does something similar. 1 Quote Link to comment Share on other sites More sharing options...
PhantomHorizon Posted February 25 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 6 Reputation: 0 Joined: 01/14/25 Last Seen: April 3 Share Posted February 25 Yes, it's possible, but it depends on your setup. If the application runs on the same server, you can use a SQL table and a cronjob to trigger it, as Rynbef mentioned. If you're looking for a client-side solution, using a custom launcher like rgzlauncher that communicates with the server could work, as Skorm suggested. What exactly are you trying to achieve? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.