Hello, i like 5165 quest and i like conquer sx gameplay only ,that i want to completely remove ninja from source and steeds and flowers and talismans ,and by copletely i mean with skills and stuff ,i already tried and failed cuz i removed from them and the source freezes after logging in .Any one know ,i am new to coding and i dont know to make source from scratch i would be opened to making it but i dont know how.i am now testing this source : but i will upload my source that i edited ,maybe someone can help me ,or just tell what seems to be the issue,and ill try to fix it on my own.
You could set the teleport NPC in Birth Village to this: if (Job >= 50 && Job <= 55)
{
Text("You cannot be a Ninja, so please choose a different class.");
Link("Ok", 1, GC);
End(GC);
}
else
{
Telport();
}
case 1:
{
Text("Please choose a different class:");
Link("Trojan", 10, GC);
Link("Tao", 11, GC);
Link("Warrior", 12, GC);
Link("Archer", 13, GC);
break;
}
Then (just 1 example this time): case 11:
{
Job = 10;
break;
}
All of the other stuff, just remove them from itemtype.
i removed the ninja from client in 99% i guess,all shops were remade as 5095,but my problem is with the source, i removed top ninja,day/night,/steed race,/weather and i got an problem,the source got bugged and it freezes after i login on an account
I need some help on how to remove potency and stuff for 5165 client/source 03/02/2011 - CO2 Private Server - 2 Replies Hello ,i am using Conquer SxV8 source,i am removing ninja,talismans from it,i wanna remove potency or at least make it unable to influence attack can anybody help me?and how can i remove items from shop.dat??like ninja gear and talismans and saddles?:confused:
[Release] NPC Give free stuff for all prof - source 5165 02/20/2011 - CO2 PServer Guides & Releases - 9 Replies We now will make Victor in tc work and give all players free stuff super +12 lvl 70
just open the source in C#
And go to PacketHandling/NPCDialog.cs add this code
#region ConquerSx FreeItems1
case 300006:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Welcome to the Conquer-Sx - This is gift gear NPC. Hello I am one...
How to remove a few things from 5165 client 07/13/2010 - CO2 Private Server - 4 Replies I really don't like a few things in the 5165 client. For example, when you hit status and look at your char's gear, the button in the middle that says Check/Restore.. it's useless and looks bad. How can I remove that? Another thing is, when you say something, there's a button on the left of the chat that says the talk status so TALK or WHISPER etc.. it's useless and I want to remove it as well. And finally, when you have low hp, your screen gets surrounded in red indicating you got low hp, and...
Remove PKP from 5165 12/28/2009 - CO2 Private Server - 3 Replies What Up Doe Peeps?:pimp:
wondering if any one knows how 2 remove all pkp from the source or make it in certain areas other than gw,arena,jail would like 2 just remove pkp all 2 gether.