Jump to content

Monster examine topic !


Fredz

Recommended Posts

Please learn programming before speaking, Berrakus...

 

 

 

LMAO! Please learn who you are talking to before you shoot your mouth off and make a fool of yourself.

 

 

 

 

 

The max value of an 8-bit unsigned integer is 255, however if the HP for a monster were greater than 255, they'd need to use a larger type (to store it), 16 or 32 bit. If they tried to use a type of integer lower than the one the HP is stored in, to display the data on Monster Examine, they'd get a compilation error or warning, and RuneScape could not run.

 

 

 

Runescape is Java based. Java does not check for overflow during compilation. And why would a compilation warning not allow Runescape to run? Have YOU even programmed before? I assume that you are talking about a runtime overflow that would occur during the game and could potentially crash it. However, any decent programmer would do an overflow check before assigning a value.

 

 

 

Do you realize we've NEVER seen a monster with more than 255 HP?!

 

 

 

Jagex must be using an unsigned 8-bit integer to store HP! So that means 255 is the max... no monster will ever have more than 255 hits!

 

 

 

The spell's definitely not limited to showing 255...

 

 

 

Contradict yourself much?

 

 

 

 

 

Also, I don't know what you mean by "so many flaws". The only flaw is that some monsters use different max hit formulas and they haven't programmed the spell to use the right ones accordingly for all the monsters yet.

 

 

 

The max hit that the spell lists is obviously the melee max hit, regardless of what type of attack the monster actually uses. And the max hit does not list other types of attacks that the monster can use (i.e. Dragon Breath). And even with melee-only monsters, the max hit is not always accurate (i.e. Dharok is listed at a max hit of 29, regardless of his HP). I would definitely consider this ̢̢̮ââ¬Å¡Ã¬Ãâ¦Ã¢â¬Åflawed̢̢̮ââ¬Å¡Ã¬ÃâÃ

Berrakus.png

Dragon Drops - 10 Meds, 9 Legs, 5 Skirts, 2 Left Half

PM me to have any potions made or crafting done

Link to comment
Share on other sites

  • Replies 102
  • Created
  • Last Reply

Top Posters In This Topic

Please learn programming before speaking, Berrakus...

 

 

 

LMAO! Please learn who you are talking to before you shoot your mouth off and make a fool of yourself.

 

 

 

Ooh, debate time.

 

 

 

The max value of an 8-bit unsigned integer is 255, however if the HP for a monster were greater than 255, they'd need to use a larger type (to store it), 16 or 32 bit. If they tried to use a type of integer lower than the one the HP is stored in, to display the data on Monster Examine, they'd get a compilation error or warning, and RuneScape could not run.

 

 

 

Runescape is Java based. Java does not check for overflow during compilation. And why would a compilation warning not allow Runescape to run? Have YOU even programmed before? I assume that you are talking about a runtime overflow that would occur during the game and could potentially crash it. However, any decent programmer would do an overflow check before assigning a value.

 

 

 

I don't really use Java much and didn't know it doesn't check during compilation... thanks for telling me. About RuneScape not "running" I just tried to make it sound simpler since most people aren't programmers. I suppose I could have said it wouldn't run properly.

 

 

 

Do you realize we've NEVER seen a monster with more than 255 HP?!

 

 

 

Jagex must be using an unsigned 8-bit integer to store HP! So that means 255 is the max... no monster will ever have more than 255 hits!

 

 

 

The spell's definitely not limited to showing 255...

 

 

 

Contradict yourself much?

 

 

 

Showing... but I don't think any monsters have more than 255 from experience.

 

 

 

Also, I don't know what you mean by "so many flaws". The only flaw is that some monsters use different max hit formulas and they haven't programmed the spell to use the right ones accordingly for all the monsters yet.

 

 

 

The max hit that the spell lists is obviously the melee max hit, regardless of what type of attack the monster actually uses. And the max hit does not list other types of attacks that the monster can use (i.e. Dragon Breath). And even with melee-only monsters, the max hit is not always accurate (i.e. Dharok is listed at a max hit of 29, regardless of his HP). I would definitely consider this ̢̢̮ââ¬Å¡Ã¬Ãâ¦Ã¢â¬Åflawed̢̢̮ââ¬Å¡Ã¬ÃâÃ

  • Never trust anyone. You are always alone, and betrayal is inevitable.
  • Nothing is safe from the jaws of the decompiler.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.