Why isnt it working?

Isfit

Isfit

Lion's Arch Merchant

Join Date: Nov 2006

Vienna

D/

Why isnt this SkillCode working? AkGRJBAAAAAAAA
Did i forget something? It should be just a Test, but it aint working =/

gene terrodon

gene terrodon

Lion's Arch Merchant

Join Date: Jul 2006

Maryland/DC Area

Farmers Unite [FU]

W/

Make sure you save as a text file in your "Builds" folder.
Save in that folder as a .txt file.
String should be : Program Files-->Guild Wars-->Builds

When you load GW, press K and load template.
If you have the correct primary class and the correct secondary unlocked, it should work.

If it still doesn't work, the code most likely is invalid.

Isfit

Isfit

Lion's Arch Merchant

Join Date: Nov 2006

Vienna

D/

=/
Nobody understands me.
I made my own Skill-Code with the Base64-Code and the help of GuildWiki
But when I want to load it, it says the code is invalid. And I want to know what I did wrong or what I forgot to include into the code.

gene terrodon

gene terrodon

Lion's Arch Merchant

Join Date: Jul 2006

Maryland/DC Area

Farmers Unite [FU]

W/

Quote:
Originally Posted by Isfit
=/
Nobody understands me.
I made my own Skill-Code with the Base64-Code and the help of GuildWiki
But when I want to load it, it says the code is invalid. And I want to know what I did wrong or what I forgot to include into the code.
Well, better explain what you are trying to do and maybe you can get some help.
Skill-code for what?
Posting a build or using a build in-game?
If it's in-game, you MUST save the code as a text file (.txt).

Fender

Fender

Krytan Explorer

Join Date: Aug 2005

Ohio

XoO

You'd have to post the build for people to help you. Just use gwfreaks instead of hand crafting it.
www.gwfreaks.com

Isfit

Isfit

Lion's Arch Merchant

Join Date: Nov 2006

Vienna

D/

Man man man...
1) gene: I know how to save this builds. Thank you
2) Fender: But I WANT to handcraft this build. Because im working on a Programm and for this i have to understand how this works...

@All: http://gw.gamewikis.org/wiki/Skill_Template_format

And this Build is just for a test, a N/D with only 1 Attribute skilled(Death Magic 8), all Skillslots empty. I wanted to see if this works but it doesnt. And I dont understand why it doesnt...

=DNC=Trucker

Krytan Explorer

Join Date: Apr 2006

TLA

Me/

Make the bar in game, save the template, then compare to your hand-crafted one. Hopefully it should show you what byte is off or wrong.

Buzzer

Buzzer

Wilds Pathfinder

Join Date: Nov 2005

Australia

The 'J' says that the build has Death 9, not 8. Even so, I'm not sure why it's not working.

If you're only using Death Magic, you don't need an attribute bit length of 5. Use the minimum of 4.
So it would be AkGQhAAAAAAAAAAAAA

EDIT: I think the problem is that you don't have enough As on the end. Because each skill needs at least 8 bits and each byte can only hold 6, you can't just add an 'A' for each skill. Try adding 3 or 4 more As on the end.

Hope that helps

Isfit

Isfit

Lion's Arch Merchant

Join Date: Nov 2006

Vienna

D/

Ya this was it. Big thx =)