Page 1 of 1

Scout Skill Issue

Posted: Mon Jul 11, 2011 3:29 pm
by Reymauro
Hello people yes I'm back again with my noob questions s:)

Not an big issue but I like when thinks work well

I'm having this message when bot is trying to level up scout skills

Missing skill parameters in skills.xml to levelup skill SCOUT_all of them :)

Thanks for the help.

Re: Scout Skill Issue

Posted: Tue Jul 12, 2011 4:36 am
by rock5
Yep, I broke it. I couldn't see any reason to keep the skilltab and skillnum values but I didn't realise that "SetSpellPoint" (the command to level up skills) still needed them.

I could just add them back in from the values I get from memory but I don't like using them. Maybe I'll do some work on the levelup functions so they wont need those 2 values.

I'll have to think a bit about it.

Re: Scout Skill Issue

Posted: Tue Jul 12, 2011 10:38 am
by Reymauro
Thanks for the reply Rock5

Re: Scout Skill Issue

Posted: Thu Jul 14, 2011 11:28 am
by pumbatoo
Any workarounds there, until the solution will be commited in svn?

I tried to reenter the parameters skilltab and skillnum in the skills.xml but still not working. Any Ideas?

Re: Scout Skill Issue

Posted: Thu Jul 14, 2011 11:36 am
by lisa
there is probably an ingame function to do it, I don't know it off hand.
I can probably have a look tomorrow.

Re: Scout Skill Issue

Posted: Fri Jul 15, 2011 12:20 am
by lisa
ok if you have the numbers added back into the database file then just use this function. This is just until Rock5 works on the memory stuff for skills ;)

Code: Select all

levelupSkill(_skillname, _times)
-- _skillname = name of the skill in skills.xml
-- _times = how many levels do you want to levelup that skill

Re: Scout Skill Issue

Posted: Wed Jul 20, 2011 11:15 pm
by rock5
I just fixed the levelup functions. Update to the latest revision 618.

Re: Scout Skill Issue

Posted: Thu Jul 21, 2011 3:59 pm
by Reymauro
Great news man thank you very much!!