Register for your free account! | Forgot your password?

You last visited: Today at 12:46

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

Advertisement



Adding items?

Discussion on Adding items? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2006
Posts: 323
Received Thanks: 14
Adding items?

Anyone mind helping me on adding an item...
ATM im trying to make a new Scroll. I've added it to Shop.dat and make it in my database, but when i open the shop it comes up with an error and nothing appears in the shop
killermickle is offline  
Old 07/29/2009, 19:13   #2
 
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
i think in each shop there is a itemamount make sure its always 1 higher then your last item so like . sec ill get to show u ...

Code:
[Shop25]
ID=2888
Name=VIPSHOP
Type=1
MoneyType=1
ItemAmount=67
Item0=1088000
Item1=1088001 
Item2=723700
Item3=700073
Item4=1200005
Item5=723017 
Item6=730003
Item7=730004
Item8=730005
Item9=730006
Item10=721259
Item11=723583
Item12=723584
Item13=1200000
Item14=1200001
Item15=1200002
Item16=2100025 
Item17=2100045 
Item18=723701
Item19=700012
Item20=700002
Item21=700032 
Item22=700062
Item23=700052
Item24=700022
Item25=700042
Item26=723087
Item27=182365
Item28=182325
Item29=181385
Item30=182335
Item31=182345
Item32=182385
Item33=181375
Item34=182305
Item35=181365
Item36=181345
Item37=182315
Item38=181335
Item39=191305
Item40=181305
Item41=181405
Item42=181505
Item43=181605
Item44=181705
Item45=181805
Item46=181905
Item47=181315
Item48=181415
Item49=181515
Item50=181615
Item51=181715
Item52=181815
Item53=181915
Item54=181325
Item55=181425
Item56=181525
Item57=181625
Item58=181725
Item59=181825
Item60=181925
Item61=181355
Item62=1060020
Item63=1060023
Item64=1060022
Item65=1060021
Item66=1060024
VIPSHOP is the shopping mall...

anyway you see it says Item66 = 1060024 so
ItemAmount must = 67
f0am is offline  
Thanks
1 User
Old 07/29/2009, 19:31   #3
 
elite*gold: 0
Join Date: Aug 2006
Posts: 323
Received Thanks: 14
Ah, well i wasnt adding a scroll to the shop i was just changing one
killermickle is offline  
Old 07/29/2009, 21:16   #4
 
elite*gold: 0
Join Date: May 2006
Posts: 828
Received Thanks: 235
I wish I knew how to code
blade911 is offline  
Old 07/29/2009, 21:41   #5
 
elite*gold: 0
Join Date: Aug 2006
Posts: 323
Received Thanks: 14
If im adding the scroll do i need to add an icon in my client or anything?
killermickle is offline  
Old 07/30/2009, 00:53   #6
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
If it's a completely new item, you'll need to create an itemminicon, and mapitemicon, aswell as adding it into the itemtype.dat

It should be self explanatory once opening the files, goodluck.
Incariuz is offline  
Thanks
1 User
Old 07/30/2009, 04:54   #7
 
elite*gold: 0
Join Date: Aug 2006
Posts: 323
Received Thanks: 14
Quote:
Originally Posted by Incariuz View Post
If it's a completely new item, you'll need to create an itemminicon, and mapitemicon, aswell as adding it into the itemtype.dat

It should be self explanatory once opening the files, goodluck.
Okay erm...

I was going to copy the itemminiicon and mapitemicon but i cant find which ones match to a scroll. When i opened itemtype.dat it was all random characters too...
killermickle is offline  
Old 07/30/2009, 06:14   #8
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
I believe you need a decryptor for the itemtype.dat

I believe it's called DatCryptor. Should be able to find it on the forum somewhere.

You can also search a wdfbatcher, to extract all images for items from the itemminicon and mapitemicon ani files. That way you can find an image you find appropriate for your item. Otherwise, you can always add your own item images.
Incariuz is offline  
Thanks
1 User
Old 07/30/2009, 06:24   #9
 
elite*gold: 0
Join Date: Aug 2006
Posts: 323
Received Thanks: 14
Sorry to be annoying xD,
but could you upload DatCryptor, the maker has been banned so I can't find a link
killermickle is offline  
Old 07/30/2009, 06:44   #10
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
Here you go.



All credits to the original creator.

Simply drag a copy of the ItemType.dat onto it, it'll decrypt it into a notepad doc. When you're done making changes, drag it again, and it'll make it a .dat file again.

Make sure to keep a backup of the original ItemType.dat incase.
Incariuz is offline  
Thanks
1 User
Old 07/30/2009, 18:38   #11
 
elite*gold: 0
Join Date: Aug 2006
Posts: 323
Received Thanks: 14
Okay, so im pretty much done... Although i dont know how to assign the icons to the scroll...

So i have a lovely working scroll that appears as a flower.
killermickle is offline  
Old 07/31/2009, 03:53   #12
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
Well just as an example. Open ItemMinIcon.ani and you will see stuff similar to...

Code:
[Item1100024]
FrameAmount=1
Frame0=data/ItemMinIcon/723117.dds
You'll want to add your item into this, with a path to the image you would like to be used.

Code:
[Item[COLOR="Red"]YourItemID[/COLOR]]
FrameAmount=1
Frame0=data/ItemMinIcon/[COLOR="red"]ImageToBeUsed.dds[/COLOR]
Simply find the Image for a scroll in your data/ItemMinIcon folder in the client.

Now open the MapItemIcon.ani, it's pretty much the same deal. As you can see below, the only difference is, the first line doesn't have "Item" before the ID.

Code:
[136303]
FrameAmount=1
Frame0=data/MapItemIcon/136700.dds
Incariuz is offline  
Thanks
1 User
Old 07/31/2009, 04:02   #13
 
elite*gold: 0
Join Date: Aug 2006
Posts: 323
Received Thanks: 14
Thank you so much for that!
I would recommend you combine all of the posts into a tutorial, it would help alot of noobs like me xD!
killermickle is offline  
Old 07/31/2009, 04:44   #14
 
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
I had already released a tutorial in the past, but it didn't get much attention so I removed it. Figured it works better to help as people ask.
Incariuz is offline  
Reply


Similar Threads Similar Threads
[Help]Adding items..5165
05/10/2010 - CO2 Private Server - 1 Replies
im running on patch 5165 and i was wondering how do you add items to it because i kno how to add them to shopping mall and then when i click them and buy them(it will let me buy them)then when i right click for example(exemption token) is says they arent added yet
Adding items to NPC
03/04/2010 - Dekaron Private Server - 20 Replies
I am trying to add something to pablos But when I do that the server crash when he setting pablos to map index 0 I already add them in itemcsv.csv ,, But I cant get it working? Any help Please
[Help] Adding New Items and Garments
07/22/2009 - CO2 Private Server - 5 Replies
Can someone help me how to add new items and Garments with +12 -7 2 sdgs. Can someone help me. Thanks.
adding items[help]
06/20/2009 - EO PServer Hosting - 2 Replies
i wanna do the same thing forgotten realms did with the equipment bags can someone help me edit them into shopping mall?!?! ive been up all night working on this still cant get it !! lol thank you you can add me on msn at [email protected]
[HELP]Adding items to the itemtype
01/07/2009 - EO PServer Hosting - 3 Replies
I have used the Itemtype editor but found out that it messes up the skills you buy for your euds and your char. Could anyone post a guide on how to add items to the itemtype without using the itemtype editor or possibly a fix so that you could use the skills. Thanks in advance.



All times are GMT +2. The time now is 12:46.


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.