Forum

ASSIST, AMERICA'S ARMY COMMUNITY - RELIVE THE GLORY DAYS OF AMERICA'S ARMY 2.5

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - teddy_grizzly_bear

Pages: 1 ... 101 102 [103] 104 105 ... 259
1531
General Chat / Re: Spanky`s dissapearing way!
« on: Monday, September 21, 2015, 03:47:11 AM »
Spanky chose to left. If he wants to come back, it will be his decision. We can't force him to do something he doesn't like.

I agree, he was a cool dude to have around, but since this is still voluntary, I don't see how we can force him to come back.

1532
General Chat / Re: Spanky`s dissapearing way!
« on: Monday, September 21, 2015, 01:52:03 AM »
Na, it's a bug. They fixed it in 2.7 I think. It wasn't there in 2.8 for sure.
It is a bug, but that's not entirely true, there were at least 2 ways to still use quickswap on 2.8.

The only possibility to punish quickswap would be - like mentioned - to have it the same as with prone firing: put away the gun and make the screen shake.

Now the problem would be that of definitively detecting it.
Plus, like Killa said, there are plenty of ways to accidentally cause the bug.

1533
General Chat / Re: Spanky`s dissapearing way!
« on: Sunday, September 20, 2015, 16:36:58 PM »
well.. quickswap is more like a feature than actual cheat imo.
In all honesty, it's a bug.

1534
General Chat / Re: Spanky`s dissapearing way!
« on: Sunday, September 20, 2015, 14:01:44 PM »
I found out about a week ago myself.

1535
General Chat / Re: Spanky`s dissapearing way!
« on: Sunday, September 20, 2015, 10:24:27 AM »
There was a discussion in the private area of the forum and Spanky had a difference of an opinion on a matter and he decided he doesn't fit in anymore.

1536
General Chat / Re: sfto ganja,sunnyd,White widoww possibly back
« on: Saturday, September 12, 2015, 16:26:40 PM »
I'm afraid I won't be looking for your account myself, but everyone else is welcome to :)

What you need to consider is that in the old days, AA accounts were not linked to battletracker accounts directly so you could have one without the other so you might not even have a BT account.


Another little issue is, we already have a player named "Ganja"... I bet he'll post soon enough :D

1537
Bug Reports / Re: Killing enemy = roe
« on: Saturday, September 12, 2015, 06:44:41 AM »
If you just join a server, it might happen that you have a visual skin bug where a friendly player has an enemy skin. Then ROE violations could easily have caused a suicide.

1538
Support / Re: acount activation denied
« on: Saturday, September 12, 2015, 06:41:38 AM »
Well, your accounts username is "samiix" and your email is "[email protected]".

1539
Support / Re: acount activation denied
« on: Friday, September 11, 2015, 20:01:58 PM »
These are the 3 accounts that have previously played on your computer:
http://battletracker.com/playerstats/aao/835794/
http://battletracker.com/playerstats/aao/801139/
http://battletracker.com/playerstats/aao/843205/

Last of which has exclusively only played on your computer...

We have a rule that we only allow one account per PC.

1540
Bug Reports / Re: Screenshot = CE
« on: Friday, September 11, 2015, 13:22:03 PM »
I've typed it in console but nothing has ever gone wrong...

1541
General Chat / Re: old player want to get back again help plzzz
« on: Friday, September 11, 2015, 10:49:35 AM »
I said that account is not banned. It means it's not banned right now.

1542
General Chat / Re: old player want to get back again help plzzz
« on: Thursday, September 10, 2015, 14:05:49 PM »
That account is not banned.

1543
General Chat / Re: Admin forceclassing with scripts
« on: Tuesday, September 08, 2015, 09:25:20 AM »
For me, python is easier at this point, but I suppose it's personal preference.

By the way, some of those don't end with anything in your version, like:
admin forceclass 114

I don't know if that's deliberate...

1544
General Chat / Re: Admin forceclassing with scripts
« on: Tuesday, September 08, 2015, 08:01:22 AM »
A simple (or simple enough I suppose) python version that can be run from the terminal using python:
Code: [Select]
import random
classes=["r", "m", "m4a1auto","ar", "g","at4",
         "s82", "s24", "spr", "m9","b","sf","ak",
         "ak74su", "gp", "rpg","rpk", "svd","mos",
         "v", "sl", "ft", "rct", "d", "bdm"]

try:
vipID=int(float(raw_input("VIP ID\n")))
except ValueError:
vipID=0
to_fc=raw_input("Which class would you like?\n")
if to_fc in classes:
classes=[to_fc]
else:
print "Random of classes:", classes
try:
minID=int(float(raw_input("Minimum ID\n")))
except ValueError:
minID=0

writestr=""
for id in range(minID, minID+250):
    if id != vipID:
writestr+="admin forceclass "+str(id)+" "+classes[random.randint(0,len(classes)-1)]+"\n"
f=open("now.txt",'w')
f.write(writestr)
f.close()

1545
General Chat / Re: Admin forceclassing with scripts
« on: Tuesday, September 08, 2015, 07:07:11 AM »
You could do the same with any programming language, I imagine it's no more than a dozen or 2 lines if code.

Pages: 1 ... 101 102 [103] 104 105 ... 259

Download Assist

×

Download Game Client

Important: Battletracker no longer exists. However, old Battletracker accounts may still work. You can create a new 25Assist account here

Download Server Manager