Why isnt this SkillCode working? AkGRJBAAAAAAAA
Did i forget something? It should be just a Test, but it aint working =/
Why isnt it working?
1 pages • Page 1
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.
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.
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. |
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).
You'd have to post the build for people to help you. Just use gwfreaks instead of hand crafting it.
www.gwfreaks.com
www.gwfreaks.com
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...
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...
=
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
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

