|
You last visited: Today at 17:19
Advertisement
ItemType
Discussion on ItemType within the Conquer Online 2 forum part of the MMORPGs category.
09/27/2005, 17:26
|
#1
|
elite*gold: 0
Join Date: Jul 2005
Posts: 25
Received Thanks: 2
|
Ok so many ppl sell Reborn weapons, how can u tell if its genuine, I dont think itemtype hack shows you. Im no cracker and i have no idea how to do it but im just wondering if anyone can make a file or an addition to the itemtype hack that with accomodate reborn weapons. If this has been posted anywhere else then im sorry but i did have a look. Thanks
|
|
|
09/27/2005, 17:43
|
#2
|
elite*gold: 0
Join Date: Apr 2005
Posts: 689
Received Thanks: 212
|
You could get the UniqueItemID when trading / looking at the weapon on market, however all you can do with the UniqueItemID is to query the usual data, which does not contain special effects like restore mana/hp/poison, so I doubt there is a way to find it out unless you hit some enemies.
PS: The ItemTypeID is a usual unique blade.
|
|
|
09/27/2005, 17:50
|
#3
|
elite*gold: 0
Join Date: Jul 2005
Posts: 25
Received Thanks: 2
|
i know this but many ppl try to sell unique weapons pretending they are RB weapons, i know someone who fell into this trap
|
|
|
09/27/2005, 18:03
|
#4
|
elite*gold: 0
Join Date: Apr 2005
Posts: 689
Received Thanks: 212
|
Sorry if I wasn't clear enough, there is no such public hack/tool. (And I doubt there is a private one)
|
|
|
09/27/2005, 21:07
|
#5
|
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
|
You can log packets when trading and check in the right place to see if the reborn weapon is legit. Heres how the item trade packet looks.
18 00 F0 03 ID ID ID ID IT IT IT IT RD RD MD MD 02 00 00 <span style='color urple'>S1 S2 EF 00 CP
---
ID ID ID ID <UniqueID of item>
IT IT IT IT <item ID (Itemtype.dat)>
RD RD <remaining dura/arrows etc>
MD MD <max dura>
S1 S2 <Socketed gems> (00=No sock, FF=empty sock. All gems have a unique number, ie 01=norm nix, 0D=SDG)
EF <Item effect> (PoisonBlade=C8, HealthBS=C9, ManaBS=CA, DefenseBow=CB)
CP <Composition>
---
</span>
|
|
|
09/27/2005, 22:04
|
#6
|
elite*gold: 0
Join Date: Sep 2005
Posts: 1,299
Received Thanks: 18
|
Quote:
Originally posted by unknownone@Sep 27 2005, 21:07
You can log packets when trading and check in the right place to see if the reborn weapon is legit. Heres how the item trade packet looks.
18 00 F0 03 PL PL PL PL IT IT IT IT RD RD MD MD 02 00 00 <span style='color urple'>S1 S2 EF CP CP
---
PL PL PL PL <ID of player with the item>
IT IT IT IT <item ID (Itemtype.dat)>
RD RD <remaining dura/arrows etc>
MD MD <max dura>
S1 S2 <Socketed gems> (00=No socks, FF=empty sock. All gems have a unique number, ie 01=norm nix, 0D=SDG)
EF <Item effect> (PoinsonBlade=C8, HealthBS=C9, ManaBS=CA, DefenceBow=CB)
CP CP <Composition>
---
</span>
|
nice
|
|
|
09/27/2005, 22:05
|
#7
|
elite*gold: 0
Join Date: Apr 2005
Posts: 689
Received Thanks: 212
|
Uh nice, another person who reversed the 03F0 packet :P
Strange though, my 0x03F0 packet looks different.
My composition value is only the last byte, as it shows 00 01 when you receive a composed +1 item. (little endian)
And I got a special slot field where your socketed gems field is, which is being filled when you for example equip the item.
Edit: And also, I got UniqueItemID where you got the PlayerID, otherwise it couldn't identify the item in inventory. But maybe the inventory/trade item packets vary?
|
|
|
09/27/2005, 22:22
|
#8
|
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
|
Quote:
Originally posted by chocoman4k@Sep 27 2005, 21:05
Uh nice, another person who reversed the 03F0 packet :P
Strange though, my 0x03F0 packet looks different.
My composition value is only the last byte, as it shows 00 01 when you receive a composed +1 item. (little endian)
And I got a special slot field where your socketed gems field is, which is being filled when you for example equip the item.
Edit: And also, I got UniqueItemID where you got the PlayerID, otherwise it couldn't identify the item in inventory. But maybe the inventory/trade item packets vary?
|
Yeh, youre right. I reversed the packet by looking at items on people, didnt look properly again when trading.
composition is last byte only, the other byte is always zero from what I can see.
Heres the packet for equipped items.
18 00 F0 03 PL PL PL PL IT IT IT IT RD RD MD MD 04 00 XX S1 S2 EF 00 CP
---
PL PL PL PL <Player ID>
IT IT IT IT <item ID (Itemtype.dat)>
RD RD <remaining dura/arrows etc>
MD MD <max dura>
XX <Position of item equipped> (Head=1, Neck=2, Armor=3, RHwep=4, LHwep=5, Ring=6, Boot=8) No 7 :/
S1 S2 <Socketed gems> (00=No sock, FF=empty sock. All gems have a unique number, ie 01=norm nix, 0D=SDG)
EF 00 <Item effect> (PoisonBlade=C8, HealthBS=C9, ManaBS=CA, DefenseBow=CB)
CP <Composition>
|
|
|
09/28/2005, 11:05
|
#9
|
elite*gold: 0
Join Date: Jul 2005
Posts: 3,528
Received Thanks: 52
|
Ok unknownone your fast becoming reconized on these forums, keep up the good work!
|
|
|
09/28/2005, 14:09
|
#10
|
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
|
ok, master :/
|
|
|
09/28/2005, 16:11
|
#11
|
elite*gold: 0
Join Date: Jul 2005
Posts: 3,528
Received Thanks: 52
|
Quote:
Originally posted by unknownone+Sep 27 2005, 22:22--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (unknownone @ Sep 27 2005, 22:22)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--chocoman4k@Sep 27 2005, 21:05
Uh nice, another person who reversed the 03F0 packet :P
Strange though, my 0x03F0 packet looks different.
My composition value is only the last byte, as it shows 00 01 when you receive a composed +1 item. (little endian)
And I got a special slot field where your socketed gems field is, which is being filled when you for example equip the item.
Edit: And also, I got UniqueItemID where you got the PlayerID, otherwise it couldn't identify the item in inventory. But maybe the inventory/trade item packets vary?
|
Yeh, youre right. I reversed the packet by looking at items on people, didnt look properly again when trading.
composition is last byte only, the other byte is always zero from what I can see.
Heres the packet for equipped items.
18 00 F0 03 PL PL PL PL IT IT IT IT RD RD MD MD 04 00 XX S1 S2 EF 00 CP
---
PL PL PL PL <Player ID>
IT IT IT IT <item ID (Itemtype.dat)>
RD RD <remaining dura/arrows etc>
MD MD <max dura>
XX <Position of item equipped> (Head=1, Neck=2, Armor=3, RHwep=4, LHwep=5, Ring=6, Boot=8) No 7 :/
S1 S2 <Socketed gems> (00=No sock, FF=empty sock. All gems have a unique number, ie 01=norm nix, 0D=SDG)
EF 00 <Item effect> (PoisonBlade=C8, HealthBS=C9, ManaBS=CA, DefenseBow=CB)
CP <Composition>
[/b][/quote]
So is that exactly what the packet looks like?
The EF near the end, did you modify this yourself or is that how the packet looks?
How will you know exactly what Effect it has if it just states EF? o.0
|
|
|
09/28/2005, 17:54
|
#12
|
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
|
EF 00 is the item effect, its zero on non reborn weapons.
No effect:
18 00 F0 03 PL PL PL PL IT IT IT IT RD RD MD MD 04 00 XX S1 S2 00 00 CP
Poison:
18 00 F0 03 PL PL PL PL IT IT IT IT RD RD MD MD 04 00 XX S1 S2 C8 00 CP
And C9 00, CA 00, CB 00 for other effects
|
|
|
09/28/2005, 19:05
|
#13
|
elite*gold: 0
Join Date: Aug 2005
Posts: 133
Received Thanks: 0
|
best way i kno is look at dura most not posion blades are 41 dura REAL posion blades are 40 dura =D wonder if that helps
|
|
|
09/28/2005, 19:22
|
#14
|
elite*gold: 0
Join Date: Jul 2005
Posts: 3,528
Received Thanks: 52
|
Not really, better to just do what unknownone said, thanks btw unknownone.
|
|
|
 |
Similar Threads
|
ItemType.dat (Customize Your Own ItemType File In 3 Steps)
02/06/2016 - CO2 Exploits, Hacks & Tools - 463 Replies
THIS WILL NEVER AND CAN NEVER WORK ON NORMAL EQUIPMENT EXCEPT WEAPONS AND TALISMANS! IT'S IMPOSSIBLE SO STOP ASKING FOR IT!
WORKS ON ALL PATCHES
Create your own itemtype.dat file in 3 easy steps: choose file, choose settings, generate.
Features:
Choose prefixes for fixed, refined, unique, elite or super items.
Choose prefixes for normal, refined or super gems.
Choose names for command tokens.
|
ItemType.dat and itemtype.txt 5018 AnD Change Font Size :D
09/27/2009 - CO2 Exploits, Hacks & Tools - 14 Replies
itemType.dat
1. See the Quality of Items on the ground before you pick them up.
2. See CommandTokens, so you know which ones you have already.
3. See where the WindSpells will take you at a glance.
|
+1 itemtype
06/03/2007 - Conquer Online 2 - 4 Replies
ok guys i'm registered on this site since 2005 i think, when i started playing conquer. I am not so good at computer so i could.t help me u with hacks or any other programs, but now i need ure help, i offer +k for any answer correctly.
I need an +1 itemtype, wich shows on the ground +1 items! I tried to use search but i only found itemtype eich shows elite/super. please help :?
|
All times are GMT +1. The time now is 17:20.
|
|