[Problem]SubClass Ring Help

08/27/2010 16:45 death28#1
I right click.
Do not wear rings

Help Pls

[Only registered and activated users can see links. Click Here To Register...]
08/27/2010 17:04 pro4never#2
Check your item equip code and make sure it considers these items valid.

Ps: if that's part of the actual subclass system... wtf are you trying to add it to 5165 for? It's like all the ppl spending so much time trying to add ninja to 5017 back in the day... just upgrade to a new patch that actually has the system.
08/27/2010 17:14 death28#3
ItemMinIcon
PHP Code:
[Item823040]
FrameAmount=1
Frame0
=data/ItemMinIcon/823040.dds 
MapItemIcon
PHP Code:
[823040]
FrameAmount=1
Frame0
=data/MapItemIcon/823040.dds 
itemtype.dat
PHP Code:
823040 SoulRing 0 0 130 0 0 0 0 0 0 0 46480 0 1646 1098 0 27 0 0 0 7099 7099 0 0 0 0 0 0 0 0 1 1000 0 0 0 0 Ring SoulRing 5 
SQL File
PHP Code:
INSERT INTO `cq_itemtypeVALUES ('823040''SoulRing[S]''0''0''130''0''0''0''0''0''0''0''46480''0''1646''1098''0''27''0''0''0''7099''7099''0''0''0''0''0''0''0''0''01''1000''0''0''0''0'); 
08/27/2010 21:19 dowhatuwant#4
items.txt:
Code:
823040 SoulRing 0 0 130 0 0 0 0 0 0 0 46480 0 1646 1098 0 27 0 0 0 7099 7099 0 0 0 0 0 0 0 0 1 1000 0 0 0 0 Ring SoulRing 5
08/28/2010 00:11 Korvacs#5
Quote:
Originally Posted by weebly View Post
That won't work. As you can see this is for binaries.
Who mentioned binaries?
08/28/2010 00:48 Arcо#6
Quote:
Originally Posted by Korvacs View Post
Who mentioned binaries?
:rolleyes:
Quote:
Originally Posted by death28 View Post


SQL File
PHP Code:
INSERT INTO `cq_itemtypeVALUES ('823040''SoulRing[S]''0''0''130''0''0''0''0''0''0''0''46480''0''1646''1098''0''27''0''0''0''7099''7099''0''0''0''0''0''0''0''0''01''1000''0''0''0''0'); 
08/28/2010 01:01 Korvacs#7
Quote:
Originally Posted by .Arco View Post
:rolleyes:
Oh yeah! Tired today :D
08/28/2010 15:30 death28#8
TQ Binart İtems
:(
08/28/2010 15:53 Arcо#9
Well your problem is that 823040 is your level 130 ring Id.
823 isn't the ring ID.
Correct me if I'm wrong but I think the correct id is 150.