Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 02:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HELP] I need to know how to add Katanas.

Discussion on [HELP] I need to know how to add Katanas. within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
CompacticCo's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 424
Received Thanks: 108
[HELP] I need to know how to add Katanas.

Hey, I was wondering is someone could show me how to add katanas to my 5017 soruce, same with the skill twofold and the files I'd need to make them work with my client. Thanks guys, you rock!
CompacticCo is offline  
Old 10/01/2009, 17:41   #2
 
elite*gold: 0
Join Date: May 2006
Posts: 828
Received Thanks: 235
Sup Xzander
blade911 is offline  
Old 10/01/2009, 18:51   #3
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
umm why dont you use CoMy's source and use the client broken wing put out with it?
Arcо is offline  
Old 10/01/2009, 22:44   #4
 
raidenx123's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,705
Received Thanks: 438
because the source sucks, seriously its the worse source out there (its also the only egy source?)
raidenx123 is offline  
Old 10/01/2009, 23:25   #5
 
elite*gold: 0
Join Date: May 2009
Posts: 64
Received Thanks: 6
Add Character.cs

find this: else if (ItemParts[0]

else if (ItemParts[0] == "601339")//katana
{
if (ItemsInInventory < 40)
{
if (Equips[4] == null && Equips[5] == null)
{
AddItem(Item, 4, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
else if (Equips[4] != null && Equips[5] == null)
{
AddItem(Item, 5, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
else if (Equips[4] != null && Equips[5] != null)
{
UnEquip(5);
AddItem(Item, 5, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
}
}


for the client Copy the files from the folder (C3/Textu/mesh) (Date / MapItemIcon / ItemMinIcon) (C3/Effect/Other/ninja120) (C3/Effect/Weapon) (ini/3DEffect/3dobj/3dtexture/ItemAdd/weapon/WeaponEffect / Action3DEffect/3DEffectInfo/3DEffectObj/3DFlyingObj/3dmotion/3DSimpleObj/3DSimpleObjEx/3DsimpleRole/Action3DEffect) Copy it to your Client 5017
pedro93 is offline  
Old 10/02/2009, 00:04   #6
 
raidenx123's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,705
Received Thanks: 438
you forgot the job ID .ini
raidenx123 is offline  
Old 10/02/2009, 00:21   #7
 
elite*gold: 0
Join Date: May 2008
Posts: 103
Received Thanks: 3
i think he use tq biniary not comy

so no one can help u here
m7med is offline  
Old 10/02/2009, 16:50   #8
 
CompacticCo's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 424
Received Thanks: 108
I'm actually using my own soruce based off of LOTF powersoruce.
CompacticCo is offline  
Old 10/02/2009, 18:07   #9
 
elite*gold: 0
Join Date: May 2006
Posts: 828
Received Thanks: 235
Quote:
Originally Posted by CompacticCo View Post
I'm actually using my own soruce based off of LOFT powersoruce.
It's LOTF* and it isn't your's. You just edited it. Nice job anyway, I went in the server a bit of lag. But if you had a host, it'd be a nice source.
blade911 is offline  
Old 10/02/2009, 18:25   #10
 
CompacticCo's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 424
Received Thanks: 108
Quote:
Originally Posted by blade911 View Post
It's LOTF* and it isn't your's. You just edited it. Nice job anyway, I went in the server a bit of lag. But if you had a host, it'd be a nice source.
Ahaha, yeah you must have logged in when I just might have been viewing ****, but yeah there should be a lot of big changes made. I'm still working on potency fix, and some nobility packets.
CompacticCo is offline  
Old 10/02/2009, 20:31   #11
 
elite*gold: 0
Join Date: Aug 2008
Posts: 889
Received Thanks: 199
"viewing ****" funny kid )) =)))
zbest is offline  
Old 10/02/2009, 20:33   #12
 
ØnëwïngëÐ's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 96
Received Thanks: 22
Quote:
Originally Posted by zbest View Post
"viewing ****" funny kid )) =)))
Lol zbest :P
ØnëwïngëÐ is offline  
Reply


Similar Threads Similar Threads
120 tro armor and 130 katanas :)
08/17/2010 - CO2 Weapon, Armor, Effects & Interface edits - 1 Replies
i have made my first edit , tro armor lvl 120 black , 130 katana's , , i know it isnt super , its my first . http://i802.photobucket.com/albums/yy305/randi_05 0/Edits/18784942.jpg here are the links: the 130 armor the katana's put it in c3 , texture the names are normaly right
[REQUEST] Two Katanas Patch?
10/03/2009 - CO2 Private Server - 13 Replies
Hello, can someone give me the link or attach the patch so I can equip two katanas? I can equip one already but I can't equip the other.
i looking for ids Katanas in itemtype.dat
07/28/2009 - CO2 Private Server - 4 Replies
i need all katanas ids becouse my ids dont have attack and i cant do it plz help
Need Help for Katanas
06/04/2009 - CO2 Private Server - 22 Replies
Hello. I added katanas and evrything into database. ANd when i try to use it i can't, it says that "item use is not implented yet. But i added all textures etc. Someone can tell me how to make them work like other 1h weapon ? PS: another errors. As you can see on the screenshoot katana dont have the original picture on inventory and can't see it on the ground when dropped. Do you know how to solve this errors too ??? :D
[Help]Katanas
01/07/2009 - CO2 Private Server - 15 Replies
I got all katanas to my server (version 5017) and ninja stats and everything exept skills, when i try equipt katana it sais "This item use is not implemented yet" can any1 tell me what files can be wrong? Or is it server fault? Im using shadowCo source whats based on LOTF Thanks http://img361.imageshack.us/my.php?image=katanas2 cy3.jpg Edit: I puted katanas on in Database:D



All times are GMT +2. The time now is 02:13.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.