Why isnt it working?

1 pages Page 1
Isfit
Isfit
Lion's Arch Merchant
#1
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
#2
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
#3
=/
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
#4
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
#5
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
#6
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
#7
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
#8
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
#9
Ya this was it. Big thx =)