Just tried it and it crashed my server again. There's clearly a problem with this syntax. Knas says my crash.bat executed, but nothing in log again.
EDIT: Virtual Studio crashed each time.
WSNM weapon skills
Re: WSNM weapon skills
Last edited by x8jason8x on Tue Jan 23, 2018 11:10 pm, edited 1 time in total.
Re: WSNM weapon skills
What is the exact command you used?x8jason8x wrote:Just tried it and it crashed my server again. There's clearly a problem with this syntax. Knas says my crash.bat executed, but nothing in log again.
Re: WSNM weapon skills
player:addLearnedWeaponskill(169) in npc's event finish
Re: WSNM weapon skills
addLearnedWeaponskill takes unlock_id, not weaponskillid, please refer to the table i posted last page.x8jason8x wrote:player:addLearnedWeaponskill(169) in npc's event finish
I'm guessing you're wanting to unlock Black Halo, so that should actually be player:addLearnedWeaponskill(11)
Re: WSNM weapon skills
I also see that I had it in the trigger function, that's probably why it crashed. Thanks for the help!