Esempio n. 1
0
        public void OnJobChangeCosts(SagaMap.Packets.Client.JobChangeCosts p)
        {
            /*
             * TODO Add correct caluclating formulla here
             * Formulla should be something related to the jlvl of the character
             * Something along the lines of 500 + jvl * 200.
             *
             * p.GetJob(); Get the job, use this to determine the selected job
             */

            Packets.Server.ChangeJobCosts p1 = new SagaMap.Packets.Server.ChangeJobCosts();
            p1.SetZeny(500);
            this.netIO.SendPacket(p1, this.SessionID);
        }
Esempio n. 2
0
        public void OnJobChangeCosts(SagaMap.Packets.Client.JobChangeCosts p)
        {
            /*
             * TODO Add correct caluclating formulla here
             * Formulla should be something related to the jlvl of the character
             * Something along the lines of 500 + jvl * 200.
             *
             * p.GetJob(); Get the job, use this to determine the selected job
             */

            Packets.Server.ChangeJobCosts p1 = new SagaMap.Packets.Server.ChangeJobCosts();
            p1.SetZeny(500);
            this.netIO.SendPacket(p1, this.SessionID);
        }