Guest Posted November 28, 2005 Share Posted November 28, 2005 I am good c++ programmer and I am interested if someone is making RPG script with c++? because I can help or if no one is doing it I might start my own project... Link to comment
MrJax Posted November 28, 2005 Share Posted November 28, 2005 You know c++ and the best you can think of is a script?! Link to comment
damnet007 Posted November 28, 2005 Share Posted November 28, 2005 you can make me one if itl work but i dont know how to script itd be great if you could though. if you can let me know at: LINK REMOVED the forums section Link to comment
MTA Team jhxp Posted November 28, 2005 MTA Team Share Posted November 28, 2005 The site you've posted above contains a cracked client. Don't even try posting it again. Link to comment
Oli Posted November 29, 2005 Share Posted November 29, 2005 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
Guest Posted November 29, 2005 Share Posted November 29, 2005 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.. So I post here all the news please wait for the first release Link to comment
damnet007 Posted November 29, 2005 Share Posted November 29, 2005 The site you've posted above contains a cracked client.Don't even try posting it again. sorry ppl, i had that on there cos ppl kept getting errors with the normal one when on my server, wont do it again Link to comment
Recommended Posts