» Menu
» OB/Site News
» Articles



![]() |
![]() |
» Barafranca News
» Mafia News
MurderInc
Upcoming Moderation Changes
17:53:01 - 14-08
I forgot how fugly this code base was, so this is taking a bit longer.
General Comments & Major Rumors
16:26:49 - 29-07
Since it's easy to miss in the menu, I'll just announce it here as well: There are upcoming changes to the site moderation, details here.
16-12 OmertaBeyond 2.2.9 -UPDT-
22:12:13 - 04-07
Topdog at 23:51:24 on 20/06:
Or when you rebirth. If anyone wants to do this with the current script, I've managed it by fucking about.
Search in beyond for "CD Run". Now overwrite the lines like for like under this with the below;
var nItem = parseInt(BN[0][(city - 4 + 2)], 10);
var lowNarc = ((i === 0) ? nItem : ((lowNarc < nItem) ? lowNarc : nItem));
if (lowNarc == nItem) {
n = i;
}
var bItem = parseInt(BN[1][(city - 4 + 2)], 10);
var lowBooze = ((i === 0) ? bItem : ((lowBooze < bItem) ? lowBooze : bItem));
if (lowBooze == bItem) {
I have no idea what it all means but when I select CD, it now gives me the lowest B/N so I can train my B/N.
Topdog at 17:14:48 on 28/05:
And like RP+, at the start of the round when you constantly buy and sell the cheapest B/N available to get better at B/N
And like RP+, at the start of the round when you constantly buy and sell the cheapest B/N available to get better at B/N
Or when you rebirth. If anyone wants to do this with the current script, I've managed it by fucking about.
Search in beyond for "CD Run". Now overwrite the lines like for like under this with the below;
var nItem = parseInt(BN[0][(city - 4 + 2)], 10);
var lowNarc = ((i === 0) ? nItem : ((lowNarc < nItem) ? lowNarc : nItem));
if (lowNarc == nItem) {
n = i;
}
var bItem = parseInt(BN[1][(city - 4 + 2)], 10);
var lowBooze = ((i === 0) ? bItem : ((lowBooze < bItem) ? lowBooze : bItem));
if (lowBooze == bItem) {
I have no idea what it all means but when I select CD, it now gives me the lowest B/N so I can train my B/N.
Anonymous at 00:57:33 on 02/06:
Also crimes and cars success is still wrong.
Also crimes and cars success is still wrong.
General Comments & Major Rumors
16:57:42 - 26-06
Logger and stuff were a bit broken coz we ran out of disk space, should be fine now.