OpenNos problem with skills

11/03/2018 20:43 RobertComeBack#1
Why this not work?

HTML Code:
                case 9789:
                    {
                        ServerManager.GetSkill(827);
                    }
                    break;
11/03/2018 20:48 0Lucifer0#2
Maybe because you get skill and don’t do anything with it... moreover you should use the instance of server manager. GetSkill shouldn’t be static
11/03/2018 21:15 RobertComeBack#3
Quote:
Originally Posted by 0Lucifer0 View Post
Maybe because you get skill and don’t do anything with it... moreover you should use the instance of server manager. GetSkill shouldn’t be static
HTML Code:
                case 9789:
                    {
                        Instance.ServerManager.GetSkill(827);
                    }
                    break;
???
11/11/2018 15:30 RobertComeBack#4
This same help pls
11/11/2018 15:43 BMI20#5
Quote:
Originally Posted by RobertComeBack View Post
Why this not work?

HTML Code:
                case 9789:
                    {
                        ServerManager.GetSkill(827);
                    }
                    break;
It do nothing.. The skill what you are trying to get is not implemented really (Also what he is doing)

You have to code that... And i think you cant

"GetSkill(827)" if the skill 827 is not made in the source then it isnt functionable..

btw...

There stands nothing what happens with the skill.. like to the session.character or some..
11/13/2018 21:22 RobertComeBack#6
up