Register for your free account! | Forgot your password?

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

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

Advertisement



[Reqest]RidingCrop talisman DDS files!

Discussion on [Reqest]RidingCrop talisman DDS files! within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2011
Posts: 84
Received Thanks: 2
[Request]RidingCrop talisman DDS files!

can anyone give me the dds files of riding crop talisman, my client is 5515 version and it doesn't have it...also the place where is set when i right click the talisman its shown grey not the item placed in it.

also its possible to add the new garments, School Uniform and Beggar's Rags?


EDIT: i added the garments to the game, I added the dbc codes I added the line code in items.txt in source i added it in client too, i can see the garments in my inventory very well but when i right click on them to equip them they simply dissapear and it give me a error in console at this line(see pic) they appear back in my inventory if i re-log.

Line 39
Code:
if (objects[item.Position - 1] == null)


how to assign to this item a position, i thought the client knows already what type of item is
like they know that its a garment...

please help?
HerpDerpNigga is offline  
Old 08/29/2011, 03:11   #2
 
F i n c h i's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 785
Received Thanks: 421
Hmm, I guess you are adding a wrong item, thats why is recognized as a null position.
F i n c h i is offline  
Old 08/29/2011, 10:08   #3
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
The array object does not have a length of the value, you're trying to access.

Example on what you are trying to do:
Code:
int[] somearray = new int[] { 1/*0*/, 2/*1*/, 3/*2*/, 4/*3*/, 5/*4*/ };//Length is 5

Console.WriteLine(somearray[5]); // cannot access it, because arrays are 0 index
//Correct:
Console.WriteLine(somearray[4]);//Output: 5
BaussHacker is offline  
Old 08/29/2011, 15:35   #4
 
elite*gold: 0
Join Date: Mar 2009
Posts: 228
Received Thanks: 47
Wink

to fix garment equip

search for this

Code:
else if (ID >= 181305 && ID <= 191905)
                return ConquerItem.Garment;
and replace it with this
Code:
else if (ID >= 181305 && ID <= 194300)
                return ConquerItem.Garment;
to fix ridingcrop u must check your offsets
dego4ever is offline  
Thanks
1 User
Old 08/29/2011, 16:01   #5
 
elite*gold: 0
Join Date: May 2011
Posts: 84
Received Thanks: 2
Quote:
Originally Posted by dego4ever View Post
to fix garment equip

search for this

Code:
else if (ID >= 181305 && ID <= 191905)
                return ConquerItem.Garment;
and replace it with this
Code:
else if (ID >= 181305 && ID <= 194300)
                return ConquerItem.Garment;
to fix ridingcrop u must check your offsets
thank you
HerpDerpNigga is offline  
Reply


Similar Threads Similar Threads
[release] Talisman server files
11/27/2012 - Private Server Advertising - 42 Replies
I get a new tools .It can unpack and repack evp .but it has times limit to use . link1: http://u.115.com/file/f49f8fbffe the server running successfull img http://www.ngghome.com/1.jpg (copy the link to view the screenshot) the client screen http://www.shumenol.com/picture/yxjt...219/31126.h tml
Hello i have problem with RidingCrop item Program
10/09/2011 - Conquer Online 2 - 2 Replies
Hello i have problem with RidingCrop item Program , when i equip it and Observe my Equipment i dont find it .... but when observe other account equipment i found it .... its disappear the same account and appear other account
NoName Talisman [Talisman Online Private Server]
03/14/2011 - Private Server Advertising - 17 Replies
Talisman Online Private Server is up and running, most of the obvious bugs worked out. Suggestions and observations are welcomed. NoName Talsiman No frills website for now, only used for: registration, add TP, download client. NEW Update: Max Level 80; Ease Cloud Cave, Murk Woods, and Dark Stone are now lvl 65-80 scenarios; 6 new pets; Rates: 20x Exp, 25x Energy, 300x Gold drop at 100% drop rate. Golden drop rates increased. Platinum is possible, but hard.
Talisman Of Sea (New Talisman Online Private Server)
01/25/2011 - Private Server Advertising - 1 Replies
Hello,we just released new client for Talisman Of Sea its still hosted on hamachi...so there is no donation and you all can get free... Max lvl=90 Exp = 100x max Pet lvl = 50 max Combine = +20 golden= 70% Dark golden = 60% Jade Green = 50%
POISON TALISMAN - NEW TALISMAN ONLINE PRIVATE SERVER
12/27/2010 - General Gaming Discussion - 1 Replies
New private server , cool rates and experience , WITHOUT hp potions and golds bags ;



All times are GMT +2. The time now is 17:42.


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.