[Release]The best books for computer language (c,c++,c#,Java....)[Click Here]
Discussion on [Release]The best books for computer language (c,c++,c#,Java....)[Click Here] within the CO2 Programming forum part of the Conquer Online 2 category.
Soweit ich weiß ist Debugging keine Programmiersprache, sondern eher eine Funktion die es ermöglicht beim Schreiben eines Programmes zu prüfen ob sich Fehler im Code befinden, falls keine vorhanden sind wird im meisten Falle(wie z.B. in Visual Studio) das Programm ausgeführt. Debuggen heißt zu deutsch: "entwanzen" also anders übersetzt: "Fehler beheben".
PS: Tut mir leid, aber bei den ganzen Klugscheißern in diesem Forum musste ich das loswerden =).
Soweit ich weiß ist Debugging keine Programmiersprache, sondern eher eine Funktion die es ermöglicht beim Schreiben eines Programmes zu prüfen ob sich Fehler im Code befinden, falls keine vorhanden sind wird im meisten Falle(wie z.B. in Visual Studio) das Programm ausgeführt. Debuggen heißt zu deutsch: "entwanzen" also anders übersetzt: "Fehler beheben".
PS: Tut mir leid, aber bei den ganzen Klugscheißern in diesem Forum musste ich das loswerden =).
Most people in these sections are not speaking German, but English, so don't expect anyone to understand what you said or reply
[Release]CoEmu Magic Skill books 03/22/2010 - CO2 PServer Guides & Releases - 7 Replies I will be adding the Weapon Skillbooks soon.
Before starting add this somewhere in your UseItem.cs if you don't already have it:
public static void LearnSkill(int skillid, int level, ClientSocket CSocket) // By scottdavey
{
if (CSocket.Client.Skills.ContainsKey(skillid))
{
Struct.CharSkill Skill = CSocket.Client.Skills;
Skill.Level = level;
[Release] Night Devil and Dance Skill books 07/15/2009 - CO2 PServer Guides & Releases - 10 Replies I think its nothing all the important right now. but i wanted to contribute in some way.
Side Notes:Not sure if the Night Devil skill even work, Since the XP skill isnt coded. Dance 4 gives you dance 7 =/ Not to sure why either. Since. The Skill ID and Item ID is for dance 4. but if anyone knows why and can fix it. please do. :p
Credits: scottdavey for the skill book structural idea
Go into Handler/Useitem.cs
case 725016: //Night Devil
{
...
[Release]CoEmu Skill Books 07/10/2009 - CO2 PServer Guides & Releases - 11 Replies Just add this into UseItem.cs and viola.
EDIT:
Added the level 5 prof req. for SS and FB. Delete = false; if you arent high enough level, or dont have enough spirit.
Question:
Could any1 tell me how to make it so that Any class warrior(intern, master) can be the only class to learn Flying moon.
#region SkillBooks
#region ScentSword
case 725010://ScentSword
{