Argonath RPG - A World of its own

GTA:SA => SA:MP - San Andreas Multiplayer => SA:MP General => Topic started by: Zaila on April 05, 2014, 10:34:02 am

Title: RS5 updates and bug fixes
Post by: Zaila on April 05, 2014, 10:34:02 am
A new batch of updates and bug fixes will be uploaded shortly to the server. Please be aware that this list might not be fully complete.

The list is:

*Pizza and Tacos added to be possible to purchase to regain health. These 2 items needs to be added by the owner that wants to sell it (i think, not sure how the system works).
*Tweaks to Cards and Wallets
*Group Bank accounts is currently blocked
*/pilot co-pilot message has been fixed and will not display only numbers anymore.
*Several behind the scene fixes has been done to improve efficiency.
Title: Re: RS5 updates and bug fixes
Post by: Manas on April 05, 2014, 10:37:09 am
trucking system that runs the business system?. I mean the command, /orderstock cant be seen by truckers when they do /orderlist.

Nice work <3
Title: Re: RS5 updates and bug fixes
Post by: Tiny on April 05, 2014, 10:37:29 am
Great, thanks for informing us.
Title: Re: RS5 updates and bug fixes
Post by: beLTa on April 05, 2014, 10:40:33 am
Well, That looks cool, a bug that is gonna fix looks good for me, as this one
*/pilot co-pilot message has been fixed and will not display only numbers anymore.
Because that always happens to me, when became co-pilot. Thankyou Zaila!
Title: Re: RS5 updates and bug fixes
Post by: Skalleper on April 05, 2014, 10:45:31 am
Great work!  :app:
Title: Re: RS5 updates and bug fixes
Post by: youoo on April 05, 2014, 10:47:14 am
Good work zaila I hope you will finish fixing bugs and add the missing things as soon as possible but this as start is good.  :app: :app:
Title: Re: RS5 updates and bug fixes
Post by: Zaila on April 05, 2014, 10:48:18 am
Looks like the server got trouble to start up again.. Trying to figure out why and fix it.
Title: Re: RS5 updates and bug fixes
Post by: KelviNC on April 05, 2014, 10:52:31 am
Hmm.. seems like the server went down.
Title: Re: RS5 updates and bug fixes
Post by: beLTa on April 05, 2014, 10:55:38 am
Hmm.. seems like the server went down.
Yea, server is down.
Title: Re: RS5 updates and bug fixes
Post by: AK47 on April 05, 2014, 10:57:42 am
Looks like the server got trouble to start up again.. Trying to figure out why and fix it.

Hmm.. seems like the server went down.

No shit.



Good job! :app:
Title: Re: RS5 updates and bug fixes
Post by: delawar on April 05, 2014, 10:58:58 am
A new batch of updates and bug fixes will be uploaded shortly to the server. Please be aware that this list might not be fully complete.

The list is:

*Pizza and Tacos added to be possible to purchase to regain health. These 2 items needs to be added by the owner that wants to sell it (i think, not sure how the system works).
*Tweaks to Cards and Wallets
*Group Bank accounts is currently blocked
*/pilot co-pilot message has been fixed and will not display only numbers anymore.
*Several behind the scene fixes has been done to improve efficiency.
What about /hat command?!
Title: Re: RS5 updates and bug fixes
Post by: Raiders on April 05, 2014, 10:59:11 am
Good job Zaila. Thank you for your effort!
Title: Re: RS5 updates and bug fixes
Post by: .Ken. on April 05, 2014, 11:01:02 am
Nice to hear.
Title: Re: RS5 updates and bug fixes
Post by: AryaN on April 05, 2014, 11:03:17 am
Thanks to all scirpters.
Title: Re: RS5 updates and bug fixes
Post by: Hady. on April 05, 2014, 11:04:20 am
Nice Job Zaila !
Title: Re: RS5 updates and bug fixes
Post by: Zaila on April 05, 2014, 11:05:48 am
This might take some time because it's harder than expected to identify the problem and i have to leave in a couple of minutes....

Sorry guys, we will try to get this fixed as soon as possible.

In the mean time, you can connect to the test server on 95.141.37.186:7778 and play if you want to, but your stats will not be loaded from the main server and anything you gain there will not be moved over to the main server once it's up.
Title: Re: RS5 updates and bug fixes
Post by: Trevor. on April 05, 2014, 11:25:32 am
Nice job zaila
Title: Re: RS5 updates and bug fixes
Post by: Trevor. on April 05, 2014, 11:28:42 am
95.141.37.186:777 this ip is also not working
Title: Re: RS5 updates and bug fixes
Post by: Jeremy. on April 05, 2014, 11:30:03 am
95.141.37.186:777 this ip is also not working

Works fine for me.

HostName: Argonath RPG - RS5 Public Beta
Address:  95.141.37.186:7778
Players:  1 / 100
Ping:     52
Mode:     Rock Stars RPG 5.0
Map:      San Andreas
Title: Re: RS5 updates and bug fixes
Post by: Axison on April 05, 2014, 12:16:35 pm
Good Work!
Title: Re: RS5 updates and bug fixes
Post by: Smith on April 05, 2014, 01:00:06 pm
In the meantime, join Paruni!
95.141.37.186:7780
Title: Re: RS5 updates and bug fixes
Post by: Dutchy on April 05, 2014, 01:22:06 pm
Great progress, sheep! Say, when you planning on adding /giveweapon?
Title: Re: RS5 updates and bug fixes
Post by: JDC on April 05, 2014, 02:01:06 pm
Many of you here (who have no experience with scripting, programming, or developing) do not understand the painstaking amount of effort that goes into properly developing a server, and most of you will never fully understand. Therefore, the least we can do is give you an idea of what it takes.

The simplest features literally take only a few lines of command and can be done almost instantly. Features with medium to advanced complexity, which form most of the important parts of a server, can take a lot more.

First, there is the actual scripting itself. This is where the idea is first translated into code, and given life on the server.
Next, there is debugging and testing. Once the idea is first seen to work, developers (and testers) run it through different tests to see if it will handle well. Many errors are found here, but there are also errors which may not surface on the test server and are usually seen after a script goes live.
After that, the scripts are uploaded. If certain (new) errors are found when the scripts are subjected to the (ab)use of many players, the previous version (if any) may be reloaded, while the new script is refined again (and again).

If a developer will not be stressed by the actual coding / testing, then perhaps it would be by the fact that the features (and bugs) they create will affect hundreds of players, and that they are under constant pressure from players who can scrutinize nearly every feature of a command system while creating pages of bug reports.

Keep in mind that all of that is being done for you, without any salary or real special benefits in exchange. Also keep in mind that developers are humans, and can be demotivated if all they see are players shitting on their work. Conversely, they may be more motivated (whether they admit it, or not) if they know that there are those players who actually appreciate the time and effort they put in.

This is why I remind players; take a moment to thank your developers.
Title: Re: RS5 updates and bug fixes
Post by: Axison on April 05, 2014, 02:10:49 pm
Many of you here (who have no experience with scripting, programming, or developing) do not understand the painstaking amount of effort that goes into properly developing a server, and most of you will never fully understand. Therefore, the least we can do is give you an idea of what it takes.

The simplest features literally take only a few lines of command and can be done almost instantly. Features with medium to advanced complexity, which form most of the important parts of a server, can take a lot more.

First, there is the actual scripting itself. This is where the idea is first translated into code, and given life on the server.
Next, there is debugging and testing. Once the idea is first seen to work, developers (and testers) run it through different tests to see if it will handle well. Many errors are found here, but there are also errors which may not surface on the test server and are usually seen after a script goes live.
After that, the scripts are uploaded. If certain (new) errors are found when the scripts are subjected to the (ab)use of many players, the previous version (if any) may be reloaded, while the new script is refined again (and again).

If a developer will not be stressed by the actual coding / testing, then perhaps it would be by the fact that the features (and bugs) they create will affect hundreds of players, and that they are under constant pressure from players who can scrutinize nearly every feature of a command system while creating pages of bug reports.

Keep in mind that all of that is being done for you, without any salary or real special benefits in exchange. Also keep in mind that developers are humans, and can be demotivated if all they see are players shitting on their work. Conversely, they may be more motivated (whether they admit it, or not) if they know that there are those players who actually appreciate the time and effort they put in.

This is why I remind players; take a moment to thank your developers.
I haven't seen anyone shitting on this topic yet, all i saw is "good work" or similar comments.
Title: Re: RS5 updates and bug fixes
Post by: JDC on April 05, 2014, 02:42:54 pm
I haven't seen anyone shitting on this topic yet, all i saw is "good work" or similar comments.

That doesn't mean players should not be reminded of those basic facts. After more than 100 pages of discussion stalled by moaners who don't know how to appreciate anything done for them "Let's Get Real", people will have to keep these facts in mind.

I greatly appreciate those players who know how to give thanks for the effort put in to make sure they have a good playing experience.
Title: Re: RS5 updates and bug fixes
Post by: Axison on April 05, 2014, 02:47:45 pm
That doesn't mean players should not be reminded of those basic facts. After more than 100 pages of discussion stalled by moaners who don't know how to appreciate anything done for them "Let's Get Real", people will have to keep these facts in mind.

I greatly appreciate those players who know how to give thanks for the effort put in to make sure they have a good playing experience.
I agree with that, however its been a while since anybody complained about Rs5 (besides the major bugs which are being fixed), but I still thank the developers for their tremendous amount of effort in presenting and fixing RS5.
Title: Re: RS5 updates and bug fixes
Post by: Stivi on April 05, 2014, 02:49:17 pm
I agree with that, however its been a while since anybody complained about Rs5 (besides the major bugs which are being fixed), but I still thank the developers for their tremendous amount of effort in presenting and fixing RS5.
:rofl:



Glad to hear, cheers!
Title: Re: RS5 updates and bug fixes
Post by: Zaila on April 05, 2014, 02:51:03 pm
The problem we are facing is that the server is crashing on start up, and the crash logs is just saying unknown error which means we have no ideawhat's actually causing it to crash.

We might have an idea of what is going on, but it requires either Conroy, xcasio or Gandalf to reupload all scripts again which is dragging out in time.

Another developer will update this topic as soon as the server is back again.
Title: Re: RS5 updates and bug fixes
Post by: Trevor. on April 05, 2014, 03:01:22 pm
OK zaila no problem and we are proud to you that you're giving you;re best in you're work
Title: Re: RS5 updates and bug fixes
Post by: Axison on April 05, 2014, 03:26:55 pm
:rofl:
You are starting to piss me off now.
Title: Re: RS5 updates and bug fixes
Post by: Dennis. on April 05, 2014, 03:34:10 pm
(can someone give me IP)
Title: Re: RS5 updates and bug fixes
Post by: Axison on April 05, 2014, 03:36:26 pm
95.141.37.186:7778
Title: Re: RS5 updates and bug fixes
Post by: Dennis. on April 05, 2014, 03:37:50 pm
Again Beta?
Title: Re: RS5 updates and bug fixes
Post by: Axison on April 05, 2014, 03:39:07 pm
This is not the main server, the main is down.
Title: Re: RS5 updates and bug fixes
Post by: Archie on April 05, 2014, 03:44:57 pm
The problem we are facing is that the server is crashing on start up, and the crash logs is just saying unknown error which means we have no ideawhat's actually causing it to crash.

We might have an idea of what is going on, but it requires either Conroy, xcasio or Gandalf to reupload all scripts again which is dragging out in time.

Another developer will update this topic as soon as the server is back again.
You're the best developers of Argonath so we don't worry about it. We've already know you can identify what's the problem of crashing.
Title: Re: RS5 updates and bug fixes
Post by: Leon. on April 05, 2014, 03:56:33 pm
Please fix the mechanic job - buying NOS will drive unwitting players poor. They do not receive money for the NOS they sell.
Title: Re: RS5 updates and bug fixes
Post by: Zaila on April 05, 2014, 04:27:39 pm
The server is back up again. If there is any problems, please send me or Conroy a PM.
Title: Re: RS5 updates and bug fixes
Post by: Axison on April 05, 2014, 04:28:23 pm
Glad to hear, thanks
Title: Re: RS5 updates and bug fixes
Post by: Raiders on April 05, 2014, 04:36:09 pm
I'm glad to hear that! Thank you all for your work.
Title: Re: RS5 updates and bug fixes
Post by: Thomas R on April 05, 2014, 04:59:13 pm
I'm glad to hear that! Thank you all for your work.
SimplePortal 2.3.7 © 2008-2025, SimplePortal