[ReRelease]SkillBooksCORRECT

07/15/2009 02:35 imported_spitt_fire911#1
Ok I see how everyone has it so that if ur a trojan u can use a the tornado skill book and get tornado... well i set it so only Fire Tao's Learn it

If I want to make 2 servers on the same comp... How would that work out? Would it be in the same source? to Open to? I want to make pvp and a plvl server.. I need help with that..

Code:
                case 725002: //Tornado
                    {
                        if (CSocket.Client.Level >= 1)
                            [COLOR="Red"]if ((int)CSocket.Client.Class >= 140 && (int)CSocket.Client.Class <= 145)[/COLOR]
                        {
                            LearnSkill(1002, 0, CSocket);
                        }
                        else
                        {
                            Delete = false;

                        }
                        break;
                    }
07/15/2009 02:41 danielachraf#2
Skill Books