0
I *believe* that if you delete a character (named, say, "Random Name") you can create a new character using the same name.
If that is the case, is there anything stopping you from crafting some sick armor for Random Name v.1 and storing it so that Random Name v.2 can reach post searing and slap it on?
If *that's* the case... if Random Name v.1 was a Warrior primary and Random Name v.2 is a Monk, the armor won't equip, right?
I don't know if this would serve any real purpose (because you can always just get rushed down to Draknor's around level 7 or 8), but I thought I'd ask.
Doesn't Work. =]
Its assigned to the individual character as well, not just the name, so no doesnt workOriginally Posted by Zero Hero
| Thumbs Up: |
| Received: 0 |
But having 15k armor on a lvl 3 is more than possible.
| Thumbs Up: |
| Received: 0 |
haha i've tried this before too. Sadly, Anet thought of it and it doesn't work.
| Thumbs Up: |
| Received: 0 |
You guys should read up on relational databases. May giv you some insite as to how this all works. A MMORPG is really just a fancy face on a mid sized relational database. Its really quite neat as the database does all the intresting parts and the rest is just graphics and basically maps and a small amount of ai code. The biggest badness is the network code, It needs to be kept as small as possable and at least partially keyed (encrypted). If you have not yet look into it. =)