Register for your free account! | Forgot your password?

You last visited: Today at 17:57

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

Advertisement



[Help] Left Weapon !

Discussion on [Help] Left Weapon ! within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
Healian's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 92
Received Thanks: 4
[Help] Left Weapon !

I want to add the Left weapon slots for the pirate ( Like Archers and Trojans ...)



The Item is EQUIPED but it did not appear so i need the slots to be shown ...
Healian is offline  
Old 06/15/2012, 00:45   #2
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Two things. One, do not post multiple threads with the same purpose. And two, make sure your class is the top class of pirate, PirateLord.
Zeroxelli is offline  
Old 06/15/2012, 00:52   #3
 
Healian's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 92
Received Thanks: 4
First Its Pirate Lord

Second The last thread was for 2 things one i solved it but this remains so i thought people maybe not entering the old thread so i made new one srrry
Healian is offline  
Old 06/15/2012, 00:57   #4
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by Healian View Post
First Its Pirate Lord

Second The last thread was for 2 things one i solved it but this remains so i thought people maybe not entering the old thread so i made new one srrry
If that is true, then you're missing files in your client. The client is not adding a second socket to the display for the class ID 75, which means that not all of the files have been updated to support pirates.
Zeroxelli is offline  
Old 06/15/2012, 01:00   #5
 
Healian's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 92
Received Thanks: 4
tell me list of files to be updated so i revise my self maybe i forgot something ... (
Healian is offline  
Old 06/15/2012, 01:03   #6
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by Healian View Post
tell me list of files to be updated so i revise my self maybe i forgot something ... (
I'm not sure, you would have to check the threads in the Guides & Releases sub-forum. You may want to check ini/weapon.ini and ini/weaponmotion.ini as well.
Zeroxelli is offline  
Old 06/15/2012, 01:17   #7
 
2slam's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 586
Received Thanks: 335
u cant u have to upgrade ur source or make it in a sneaky way by making PirateLord to be Class ID 14 and that is a **** to do such.
2slam is offline  
Old 06/15/2012, 01:19   #8
 
Healian's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 92
Received Thanks: 4
can u help me to do that way cuz i really done a **** work in this source and people here say that updating the source is bayond my knowledge so please any help

Or ofcourse there is work in client files may get it to recognize the slots ! ?
Healian is offline  
Old 06/15/2012, 01:20   #9
 
2slam's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 586
Received Thanks: 335
Quote:
Originally Posted by Zeroxelli View Post
I'm not sure, you would have to check the threads in the Guides & Releases sub-forum. You may want to check ini/weapon.ini and ini/weaponmotion.ini as well.
weapon.ini for determining weapon's mesh and texture for weaponmotion.ini stands for expanding weapons like ninja's sycthe and after v5165 tq didnt use ini files any more they just use dbcs stored at .wdb
2slam is offline  
Old 06/15/2012, 01:21   #10
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by Healian View Post
can u help me to do that way cuz i really done a **** work in this source and people here say that updating the source is bayond my knowledge so please any help
If you make pirate classID 14 or 15 (TrojanMaster) it will also change the name for Trojans, which is definitely not the right way to do it.

Just do a full replace of the C3 files, and carefully replace the INI files. This should do it, but you may have to swap some DLLs and the Client executable as well.
Zeroxelli is offline  
Old 06/15/2012, 01:25   #11
 
Healian's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 92
Received Thanks: 4
atleast which file is responsible for determining the classes
Healian is offline  
Old 06/15/2012, 01:26   #12
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by Healian View Post
atleast which file is responsible for determining the classes
There's no file for determining the classes. If you mean class names, it's ini/ProfessionalName.ini
Zeroxelli is offline  
Old 06/15/2012, 01:28   #13
 
Healian's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 92
Received Thanks: 4
i mean how does the client determine that
if (client.Entity.Class == 75)
{
IsTwoHanded = true;
}

for example i mean

cuz i think client see if archer it opens the slot if pirate closes it and so on
Healian is offline  
Old 06/15/2012, 01:28   #14
 
2slam's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 586
Received Thanks: 335
Quote:
Originally Posted by Zeroxelli View Post
If you make pirate classID 14 or 15 (TrojanMaster) it will also change the name for Trojans, which is definitely not the right way to do it.

Just do a full replace of the C3 files, and carefully replace the INI files. This should do it, but you may have to swap some DLLs and the Client executable as well.
even ini an C3 will not help him and by gettin latest dlls without the suitable Conquer.exe alot of stuffs would disappear.

Instead of updating the source just bypass the new encryption by getting the latest DHKey exchange.
2slam is offline  
Old 06/15/2012, 01:30   #15
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
Originally Posted by Healian View Post
i mean how does the client determine that
if (client.Entity.Class == 75)
{
IsTwoHanded = true;
}

for example i mean

cuz i think client see if archer it opens the slot if pirate closes it and so on
Has nothing to do with the server. The client checks various files related to the class ID, and opens a second slot if it's allowed.

Quote:
Originally Posted by 2slam View Post
even ini an C3 will not help him and by gettin latest dlls without the suitable Conquer.exe alot of stuffs would disappear.

Instead of updating the source just bypass the new encryption by getting the latest DHKey exchange.
Thus why I said DLLs and the Conquer executable.
Zeroxelli is offline  
Reply


Similar Threads Similar Threads
[T] crysis 2 , left 4dead , left 4 dead 2 acc [s] mw2 hack
02/18/2012 - Steam Trading - 3 Replies
Ich Tausche meinen Steam Account crysis 2 , left 4dead , left 4 dead 2 Ich suche einen MW3 account oder MW3 key (: Oder mw2 KEY Oder Paysafecard Account Wird 100 % Nicht gesperrt oder sonstiges Account ist nicht gehacked oder so ^^ Des css ist bloss im Account Verknüpft siehe BILD http://s14.directupload.net/images/120213/s36o2an w.png
[S] Gametime 60 Tage [B] Steam Account mit Crysis 2 und Left 4 dead und Left 4 Dead 2
12/05/2011 - World of Warcraft Trading - 0 Replies
Hey ich suche Gametimecodes , 60 Tage. Auf dem Steam Account ist Crysis 2 , Left 4 Dead 1 und 2 . Suche dafür gametime code. entweder ihr gibt zu erst oder sucht treuehand. http://www1.xup.in/exec/ximg.php?fid=13409345
Wts xbow/bard 86 lvl ff with 370k sp left and 77 nuker with 268k sp left HELIOS
02/01/2011 - Silkroad Online Trading - 7 Replies
Hello i want to sell my chars here they are: Xbow/bard Level:86 Gear:+3 xbow nice crit +3+4 set Bank:some items left tablets,and 5 pages wep elexirs Price:25$ Nuker:Light/ice/fire Level:77 Gear +0 npc one just chest +3 fb and +3 spear good blues
left equips w\o right weapon equipss
04/22/2007 - Conquer Online 2 - 7 Replies
only left weapon equippp XD



All times are GMT +2. The time now is 18:05.


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.