so i'm toying with my configs, and accidentally made my str 12 (well it says 11, but the math says xp for 12).
i know we weren't allowed to for the spl, but is it ok to use it in normal missions/arena or is there some obscure rule i'm missing?
so far it looks like it does 2% more damage per hit than lvl 10 str, but that's just the preliminary results.
Are there rules against stats over 10?
11 posts
• Page 1 of 1
Are there rules against stats over 10?
- Motto: "It is pitch black. You are likely to be eaten by a grue."
- Weapon: Multi-Function Sword

Fun Toy Banned Because Of Three Stupid Dead Kids

People wrote:zombybunnie: N_V scares me...I no longer wish that my pants transformed
Burn:Anyone notice how much of a boring party pooper N_V is? He doesn't join in the fun, he's spent the last few years with dodgy builds feeding XP to the Autobots, and he sure as heck doesn't spam.
disruptor96: I forgot how insane you were.
-
Name_Violation - Matrix Keeper
- Posts: 9401
- News Credits: 3
- Joined: Mon Aug 18, 2008 8:48 pm
- Location: Location, Location
- Intelligence: ???
- Skill: ???
Re: Are there rules against stats over 10?
- Motto: "Freedom is the right of all sentient beings to randomly click things in the Admin Panel to see what it breaks."
Section 4, Part A.
Nothing obscure about it, aside from small text, but it's still quite easy enough to read.
Also moving this to HMWGD as a reminder for all.
Nothing obscure about it, aside from small text, but it's still quite easy enough to read.
Also moving this to HMWGD as a reminder for all.
- Burn
- Forum Admin
- Posts: 28725
- News Credits: 226
- Joined: Mon Jun 30, 2003 3:37 am
Re: Are there rules against stats over 10?
- Motto: "It is pitch black. You are likely to be eaten by a grue."
- Weapon: Multi-Function Sword
Thats why I ask stupid questions 
Tooo bad, i was havin fun checkin numbers

Tooo bad, i was havin fun checkin numbers

Fun Toy Banned Because Of Three Stupid Dead Kids

People wrote:zombybunnie: N_V scares me...I no longer wish that my pants transformed
Burn:Anyone notice how much of a boring party pooper N_V is? He doesn't join in the fun, he's spent the last few years with dodgy builds feeding XP to the Autobots, and he sure as heck doesn't spam.
disruptor96: I forgot how insane you were.
-
Name_Violation - Matrix Keeper
- Posts: 9401
- News Credits: 3
- Joined: Mon Aug 18, 2008 8:48 pm
- Location: Location, Location
- Intelligence: ???
- Skill: ???
Re: Are there rules against stats over 10?
- Weapon: Corrosive Slime Shooter
First, why would a glitch be allowed? Glitching=Cheating.
Second, that's the exact same answer given in the SPL when the same question was asked.
Second, that's the exact same answer given in the SPL when the same question was asked.

Sig by BunBun
Dead in One-XBLive
Shinobiusagi-PSN
-
Absolute Zero - Faction Commander
- Posts: 4574
- News Credits: 1
- Joined: Wed Jul 16, 2003 10:47 pm
- Location: On the corner earning money for a crippling plastic addiction
- Like Absolute Zero on Facebook
- Alt Mode: Meloncholy Savior of Fascist Autobots
- Strength: 2
- Intelligence: 4
- Endurance: Infinity
- Rank: 2
- Courage: 10
- Firepower: 5
- Skill: 6
Re: Are there rules against stats over 10?
Absolute Zero wrote:First, why would a glitch be allowed? Glitching=Cheating.
Second, that's the exact same answer given in the SPL when the same question was asked.
You guys probably don't care, but the glitch is the result of a thread unsafe routine in the code. The code obviously does a check to ensure you can't go past ten. But, if two requests hit that code at the same time, then both threads pass the check within milliseconds of each other and both increment the stats by one at the database level. In Java, this is very easy to fix, but I don't know off of the top of my head how to do it in PHP. You can also lock the row at the database level.
Like I said: you guys probably don't care.

Formerly known as "revengeofstarscream"
- Naked Magnus
- Headmaster Jr
- Posts: 564
- Joined: Tue Apr 08, 2008 12:45 am
Re: Are there rules against stats over 10?
- Motto: "Freedom is the right of all sentient beings to randomly click things in the Admin Panel to see what it breaks."
revengeofstarscream wrote:Like I said: you guys probably don't care.
I truly am getting sick and tired of your little snipes like this.
We get it RoS, you know how to program. You're not impressed with the development of the game. How about you just back the hell off from the sniping which doesn't help one bit, and step up and offer your services?
There does seem to be a vacancy for a HMW2 programmer after all. Or are you waiting for someone to come and ask you?
Because here's the thing folks, Ryan doesn't want to go chasing after people, he doesn't have time for that. He wants people to put their hands up and offer their services!
- Burn
- Forum Admin
- Posts: 28725
- News Credits: 226
- Joined: Mon Jun 30, 2003 3:37 am
Re: Are there rules against stats over 10?
- Weapon: Corrosive Slime Shooter
Honestly, I have to say, I agree with Burn on this one. I think that was uncalled for. While most of the players here aren't coders, and several don't play a lot of games outside of HMW, everyone on this board has encountered a glitch before, so pretty much everyone knows that a glitch is an unintended error in the code that creates some sort of exploit. I mean, this is the age of the internet. There are glitches in every piece of technology we can own. So, talking down to us, to make yourself seem superior, is really uncouth.

Sig by BunBun
Dead in One-XBLive
Shinobiusagi-PSN
-
Absolute Zero - Faction Commander
- Posts: 4574
- News Credits: 1
- Joined: Wed Jul 16, 2003 10:47 pm
- Location: On the corner earning money for a crippling plastic addiction
- Like Absolute Zero on Facebook
- Alt Mode: Meloncholy Savior of Fascist Autobots
- Strength: 2
- Intelligence: 4
- Endurance: Infinity
- Rank: 2
- Courage: 10
- Firepower: 5
- Skill: 6
Re: Are there rules against stats over 10?
Absolute Zero wrote:Honestly, I have to say, I agree with Burn on this one. I think that was uncalled for.
I second that.
And as this glitch is not new, I'm sure most of us have an idea of how the glitch occurred. Clicking the mouse too fast = 11 for stats. No programming experience necessary.
- Neo Crusader
Re: Are there rules against stats over 10?
- Motto: "Motrin and water cures everything"
- Weapon: Energo-Sword
Neo Crusader wrote:Absolute Zero wrote:Honestly, I have to say, I agree with Burn on this one. I think that was uncalled for.
I second that.
And as this glitch is not new, I'm sure most of us have an idea of how the glitch occurred. Clicking the mouse too fast = 11 for stats. No programming experience necessary.
I agree with all of the above.
No reason to try to talk down to us. If you want to help with the game then ask Seibertron if there's anything you can do, he has PM's like the rest of us.
So instead of whining about the code I say just ask because I'm sure Mkall and Moggy could use help.

EPIC WIN sig by slip!!
Psychout wrote:Less of the drama please, this is the internet, it's serious business.
-
Bloodlust - Headmaster
- Posts: 1011
- Joined: Wed Jul 23, 2003 9:40 am
- Location: Seems to be anywhere but where I want to be
- Strength: 7
- Intelligence: 9
- Speed: 8
- Endurance: 9
- Rank: 5
- Courage: 10+
- Firepower: 8
- Skill: 10+
Re: Are there rules against stats over 10?
Settle down there children and take a chill pill. I believe it is your responses that are uncalled for. I find it uncalled for to automatically assume I had any negative motives. My intent was to simply inform the group here what is technically going on. I have seen this topic come up many times before, and my professional background has allowed me to contribute something substantive to this discussion. I even prefaced my post stating that most of you probably won't care why this glitch occurs, but I thought some of you might.
I offered many times to help fix HMW1 code. I was denied repeatedly. In fact, Burn threatened to censure me unless I stopped offering to help with HMW1.
http://www.seibertron.com/energonpub/viewtopic.php?f=16&t=58617
So...guess what? I stopped offering to help with HMW1 development.
I also spoke to Ryan and MP about helping out with HMW2. They both assured me that everything was under control. I even offered to help set up some infrastructure that would make it easier for multiple developers to contribute to the project, as I have managed software projects before. Ryan was of the opinion that it is best to leave it to a single developer. We amicably disagreed and that was the end of it. I never brought it up again.
I have not volunteered to be the lead developer because I simply cannot guarantee I will be able to see the project to completion. Hence, I have volunteered my time to help with the design of the architecture and some other things (e.g. source code repository). I hardly have time as it is to learn Java Micro Edition (JME), even though my main customer promises more work for my company will follow if we can build them a mobile interface to the software we built for them.
Seriously Burn, you need to stop making these things personal. I fail to see how it benefits the forum by putting a negative spin on my posts and infer that I have dubious motives. I also believe MP gave you explicit instructions to limit such language to PMs.
-RoS
I offered many times to help fix HMW1 code. I was denied repeatedly. In fact, Burn threatened to censure me unless I stopped offering to help with HMW1.
http://www.seibertron.com/energonpub/viewtopic.php?f=16&t=58617
So...guess what? I stopped offering to help with HMW1 development.
I also spoke to Ryan and MP about helping out with HMW2. They both assured me that everything was under control. I even offered to help set up some infrastructure that would make it easier for multiple developers to contribute to the project, as I have managed software projects before. Ryan was of the opinion that it is best to leave it to a single developer. We amicably disagreed and that was the end of it. I never brought it up again.
I have not volunteered to be the lead developer because I simply cannot guarantee I will be able to see the project to completion. Hence, I have volunteered my time to help with the design of the architecture and some other things (e.g. source code repository). I hardly have time as it is to learn Java Micro Edition (JME), even though my main customer promises more work for my company will follow if we can build them a mobile interface to the software we built for them.
Seriously Burn, you need to stop making these things personal. I fail to see how it benefits the forum by putting a negative spin on my posts and infer that I have dubious motives. I also believe MP gave you explicit instructions to limit such language to PMs.
-RoS

Formerly known as "revengeofstarscream"
- Naked Magnus
- Headmaster Jr
- Posts: 564
- Joined: Tue Apr 08, 2008 12:45 am
Re: Are there rules against stats over 10?
- Motto: "Cries and screams are music to my Audios."
- Weapon: Shoulder Mounted Rocket Launcher
Alright that's enough.
Information set in sarcasm just doesn't go over well. And adding fuel to the fire doesn't help.
The question has been answered, so the thread has served is purpose.
Information set in sarcasm just doesn't go over well. And adding fuel to the fire doesn't help.
The question has been answered, so the thread has served is purpose.
-
-Soundwave- - Gestalt
- Posts: 2817
- News Credits: 2
- Joined: Mon Jan 31, 2005 9:33 pm
- Location: Daraknus Decepticon Outpost.
- Like -Soundwave- on Facebook
- Alt Mode: Cassette Deck
- Strength: 4
- Intelligence: 7
- Speed: 9
- Endurance: 2
- Rank: 3
- Courage: 6
- Firepower: 9
- Skill: 6
11 posts
• Page 1 of 1
Return to Heavy Metal War Forum
Who is online
Registered users: authore, Bing [Bot], Bumblevivisector, Glyph, Google [Bot], Google Adsense [Bot], Google Feedfetcher, MSN [Bot], Nemesis Primal, Rodimus Prime, Ziusundra