Little wee bit glitch...lmao..lvl 255

PhsycoTimmay

PhsycoTimmay

Lion's Arch Merchant

Join Date: Dec 2005

North Poll

None of your buisness

R/Mo

I started a new mesmer last night. Right after I created the char, I looked at the screen and saw this...

It fixed shortly after the photo was taken.

lacasner

lacasner

Desert Nomad

Join Date: Jun 2006

Hehe, maybe its a sign of things to come. The lvl cap revolt is starting!Zomg!

Rebirther

Rebirther

Lion's Arch Merchant

Join Date: Aug 2005

England, UK

Clan Dethryche

Mo/Me

imagine doing pve with lv255's, they would be invincible.. haha.

Sekkira

Sekkira

Forge Runner

Join Date: Apr 2005

Canberra, AU

Stuffup of varibles. Anyone that knows anything about binary can plainly see this.

PhsycoTimmay

PhsycoTimmay

Lion's Arch Merchant

Join Date: Dec 2005

North Poll

None of your buisness

R/Mo

Thats the understatement of the year ^^^ :O:O

remmeh

remmeh

Wilds Pathfinder

Join Date: Nov 2005

Apathy Inc [AI]

R/Mo

was doing halls last night and @ the Zaishen, the ghostly hero showed up as lv255

Sir Skullcrasher

Sir Skullcrasher

Furnace Stoker

Join Date: Jun 2005

California

15 over 50 [Rare]

W/Mo

Imagine if the lich or shiro showed up as lvl 100000 ... lol

rezabm

rezabm

Frost Gate Guardian

Join Date: Jan 2006

Nightshift Resurrection

R/

Happened to me too. Yesterday I was solo in Gyala Hatchery (Explorable) with my ranger, no pet. Suddenly I got into my party window an ally Lvl 255 Pet - Reef Lurker. Number Lvl 255 lasted like for 5 seconds and then it had changed to Lvl 5. I was like what the heck happened, so I map-traveled back to town, equipped Charm animal and outside the town I had fortunately my Lvl 20 Dire Warthog with me. Yeah it's a funny glitch.

Tarun

Tarun

Technician's Corner Moderator

Join Date: Jan 2006

The TARDIS

http://www.lunarsoft.net/ http://forums.lunarsoft.net/

Wow, a comment on binary.. lol. That's just funny. They messed up something inside of their code, it has nothing to do with binary. Eesh, there are only 10 types of people who understand binary. Those who do, and those who don't.

SaladFork

SaladFork

Ascalonian Squire

Join Date: Jul 2006

Eastern USA

The Eternal Vanguard of Tyria [VNGD]

From my reply in Lvl 22 ftw!
Quote:
Originally Posted by SaladFork
255 is the maximum value representable by eight-bit binary number, and thus is the maximum value representable by an unsigned 8-bit byte. This is because it can go from anywhere from 0 to 255 (256 total numbers). With the eight binary bytes being anything from 0000 0000 to 1111 1111.

One can then deduce that the game stores the "level" value as an unsigned 8-bit byte, which will (due to a bug) randomly default to it's maximum. This can be seen in many other situations, especially in games.
~Salad

Carth`

Carth`

Desert Nomad

Join Date: Apr 2006

Quote:
Originally Posted by Sekkira
Stuffup of varibles. Anyone that knows anything about binary can plainly see this.
lol.....

ubermancer

ubermancer

Jungle Guide

Join Date: Jul 2005

******************* Refuge From Exile [RFE]

Quote:
Originally Posted by Sekkira
Stuffup of varibles. Anyone that knows anything about binary can plainly see this.
That statement IS true, theres no need for the rest of you to gripe. Sekkira seemed to just be giving a baseline of the level of understanding that is necessary to realize the source of the error.

2^8=256, include the 0, and max is 255... 8 is the number of bits in a byte, etc.

Mustache Mayhem

Wilds Pathfinder

Join Date: Aug 2005

BEN

R/N

Quote:
Originally Posted by Tarun
Wow, a comment on binary.. lol. That's just funny. They messed up something inside of their code, it has nothing to do with binary. Eesh, there are only 10 types of people who understand binary. Those who do, and those who don't.
it's funny I remember I could'nt grasp binary when I was age 10.. then when I was 11 it hit me like a load of bricks one day when I was writing in basic on the atari 800xl and reading a book by ian chadwick on registers.. lsb/msb made sense too that day- I like to think of it as kind of a special event in my life when I went from the average joe to being spacial.. but my biggest downfall- assembly was put on hold when I discovered chicks and staying out all night jumping on rich peoples trampolines

back then knowing binary could save you a whooping 4 bytes of memory per variable- remember we had 64k to work with.. 128 with the 130XE which came out later and that was banked memory =] I miss those days- my god don't get me started on the pirating that went on ><

Opeth11

Opeth11

Desert Nomad

Join Date: Oct 2005

Richmond, British Columbia, Kanada

Demon of the Fall [Opet]

Mo/Me

Binary code is a great thing indeed. Let us all praise the numbers.

SaladFork

SaladFork

Ascalonian Squire

Join Date: Jul 2006

Eastern USA

The Eternal Vanguard of Tyria [VNGD]

I learnt how to read/write/add/subtract/manipulate binary as a freshman in high school, thanks to a fantastic Comp. Sci. teacher. I had him for 3 more years, refining those talents. Now I sport an awesome binary watch.

~Salad

Zakarr

Zakarr

Jungle Guide

Join Date: May 2005

Finland

Actually 5-bits is enough for 0...31 numbers. That will explain why level 31 is currently the maximum level for every creature because it is full number in binary until sixth bit will be used. I guess Anet just like full binary numbers so they gave Shiro level 31 instead 32, 33, 34... Glad to know they have reserved a whole byte for level number so 31 will not be maximum in the near future. Maybe we will see level 255 creatures some day.

Crispie

Crispie

Frost Gate Guardian

Join Date: Feb 2005

Michigan

Lords of the Dead

Mo/

My experience with C is minimal, but Im pretty sure the lowest variable you can use is a signed integer with 127 positive values(128 if you count zero). Never heard of a 5 bit variable. *scratches head*

J3mo

J3mo

Lion's Arch Merchant

Join Date: Feb 2006

NL

Please contact the Administrator if your date of birth has changed.

Mo/

Ghostly also was lvl255 last night ^^

Mustache Mayhem

Wilds Pathfinder

Join Date: Aug 2005

BEN

R/N

man I might have to pick up one of those watches salad =]

to cris- what I think he means is they use level 31 for high end bosses kind of like an inside joke for people who know binary

far as programming end of things.. it used to pay off in saved memory to put all of your data into a string- nowdays noone really cares.. but 1 variable would eat 8 bytes of memory.. if you stuck it all into a string and called on that string you'd save alot of memory on a big project- instead of having 100 variables eating up 800 bytes you could manage it all with one string lol kinda funny nowdays when think about it but made sense back then.. usually used 2 bytes to count to 32767 instead of 8

Arkantos

Arkantos

The Greatest

Join Date: Feb 2006

W/

Already A Post On This.