Jump to content

Anyone have or is doing RPG Script with c++?


Guest Stormer15

Recommended Posts

I wrote a program named Orion for the FMJ server in C++ which is an automated RPG system. Worked very well compared with MTA:mA.

To do this you will need to:

- Make a UDP connection to the MTA Server on the admin port (you'll need to know the MTA 0.5 admin netcode, we won't release this, so you'll need to work it out).

- Make a set of events for each packet type (you can make a surprising amount of events using admin+ btw, ie: location changing events, health change events (you can even get it so u know when someone is being shot), etc).

I actually got very far with Orion, but due to being on the MTA Team, it was never finished.

If you are fluent in C++ then this shouldn't take you more than a week to code (I suggest doing it in a very object oriented way as it makes things like vehicle/player properties a lot easier to do).

Hope this helps.

Link to comment
I wrote a program named Orion for the FMJ server in C++ which is an automated RPG system. Worked very well compared with MTA:mA.

To do this you will need to:

- Make a UDP connection to the MTA Server on the admin port (you'll need to know the MTA 0.5 admin netcode, we won't release this, so you'll need to work it out).

- Make a set of events for each packet type (you can make a surprising amount of events using admin+ btw, ie: location changing events, health change events (you can even get it so u know when someone is being shot), etc).

I actually got very far with Orion, but due to being on the MTA Team, it was never finished.

If you are fluent in C++ then this shouldn't take you more than a week to code (I suggest doing it in a very object oriented way as it makes things like vehicle/player properties a lot easier to do).

Hope this helps.

Probably will help me thx.. And yes I think I am going to make it but it will take time because I have school etc. going on so probably wont be much on it.. I have like 4 hours of free time a day so it will take longer than week... P.S dont think I will make this whole my freetime... I have also life.. :D So I post here all the news please wait for the first release :)
Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...