Jump to content

Skill Group Quest


Recommended Posts

Hey everyone!

I do not know why, I just cannot make my skill group quest working.

Seems like my

pc.set_skill_group()

is not working. But

pc.set_skill_level()

is working.

Also, if I already have Skill group (1) (so a Body warrior), then skill_level is working.

Now it looks something like this:

quest skilltest begin
	state start begin
		when 4092.chat."Warr" begin
			say("lmao")
			wait()
                pc.set_skill_group(1)
                pc.set_skill_level(1 ,1)
                pc.set_skill_level(2 ,1)
                pc.set_skill_level(3 ,1)
                pc.set_skill_level(4 ,1)
                pc.set_skill_level(5 ,1)
		end
	end
end

Anyone could help me with that? Did not find anything is the syserr.

Edited by farmmedal
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.