How to fused unsealed 85 into apparel

Junior Spellweaver
Joined
Oct 31, 2008
Messages
124
Reaction score
0
Go in forge.lua
Code:
local ItemID_Waiguan = GetItemID ( Item_Waiguan )
	if ItemID_Waiguan <= 4999 or  ItemID_Waiguan >= 6000 then
		SystemNotice( role ,"Item cannot determined attribute")
		return 0
	end

this code indicate that the position of the apparel in iteminfo id is in no. 5000 - 6000 more.

and this :
Code:
local Item_FUSIONID_star = GetItemAttr ( Item_Shuxing , ITEMATTR_VAL_FUSIONID )
	local ItemID_shuxing_star =  GetItemID ( Item_Shuxing )
	if	Item_FUSIONID_star ==0  and ItemID_shuxing_star >=5000 then
		SystemNotice( role ,"Equipment on right slot has not attribute. Unable to fuse!")
		return 0		
	end

his code indicate that the position of the equiptment that can be fuse is in id no. 1 - 4999.

so the problem is, many in our iteminfo have this unsealed 85 in id above 5000, so it is cannot be fuse, cause forge lua indicate it as apparel.
so to solve it, you got to remove the unsealed 85 to id no below 4999 (i prefer use unknown item, cause many in iteminfo id have this).
after you remove that, you got to see this in equiptment for example from my previous guide "how to make crown decaden to be able fuse and forge".
Code:
2835	Crown of Decedent	e1043	10110001	0000920001	0001930001	0002991001	0003010301	0	00	22	0	0	0	0	1	1	1	1	1	1	1	123564	-1	75	-1	0	0	0	-1	0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	1,1	1,1	1,1	1,1	1,1	0,0	0,0	0,0	0,0	0,0	10,10	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	75 Boss Crown

see in coloum "max instantiation hole value", the previous crown of decadent (see your iteminfo) have no. 3 (this could not be fuse), so change it into "0" (compare your iteminfo with above, above code can be fuse). that's it! you done

credit to opexone78
 
Credit to master Badeed and master BamBam in privatia

here is the real name of unsealed 85 from iteminfo pko official :

Code:
4274	Light Ice-covered Sword	n2201	10100001	01010058	0	03010123	0	0	00	1	10	0	0	4	1	0	0	0	1	1	1	0	3,1	85	9	0	0	9,6	-1	0	0,0	0,0	0,0	0,0	0,0	0,0	120,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	10,10	0,0	0,0	5,5	0,0	0,0	0,0	0,0	250,254	284,288	0,0	220,220	0,0	10,10	0,0	0,0	0,0	6,6	0,0	0,0	0,0	0,0	1	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	
4275	Heavy Ice-covered Sword	n2207	10100002	0	02020049	0	0	0	00	2	10	0	0	4	1	0	0	0	1	1	1	0	2	85	8	0	0	9	9,6	0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	20,20	0,0	0,0	6,6	0,0	0,0	0,0	0,0	483,489	555,581	30,30	0,0	0,0	0,0	30,30	0,0	0,0	6,6	0,0	0,0	0,0	0,0	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	
4276	Ice-covered Snow Spike	n2205	10100007	01070045	0	03070045	04070045	0	00	7	10	0	0	4	1	0	0	0	1	1	1	0	1,3,4	85	16	0	0	9	-1	0	0,0	0,0	0,0	0,0	0,0	0,0	180,0	0,0	0,0	0,0	0,0	0,0	160,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	8,8	22,22	0,0	0,0	0,0	281,285	343,347	0,0	0,0	180,180	0,0	0,0	0,0	0,0	0,0	6,6	0,0	0,0	0,0	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	
4277	Ice-covered Evil Spear	n2204	10100004	01040032	0	03040034	0	0	00	4	10	0	0	4	1	0	0	0	1	1	1	0	1,3	85	12	0	0	9	9,6	0	0,0	0,0	0,0	0,0	0,0	0,0	-70,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	14,14	9,9	0,0	0,0	0,0	0,0	452,458	584,590	0,0	200,200	0,0	0,0	0,0	6,6	0,0	6,6	0,0	0,0	0,0	0,0	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	
4278	Ice-covered Enchanted Boww	n2203	10100003	01030019	0	03030019	0	0	00	3	0	0	0	4	1	0	0	0	1	1	1	0	1,3	85	12	0	0	6	9,6	0	0,0	0,0	0,0	0,0	0,0	0,0	150,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	14,14	9,9	0,0	0,0	0,0	0,0	300,306	308,314	0,0	180,180	0,0	0,0	30,30	0,0	0,0	6,6	0,0	60,60	0,0	0,0	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	
4279	Ice-covered Fledgy Staff	n2212	10100009	0	0	03090069	04090069	0	00	9	10	0	0	4	1	0	0	0	1	1	1	0	3,4	85	13	0	0	9	9,6	0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	140,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	6,6	18,18	0,0	0,0	0,0	281,285	343,347	0,0	0,0	220,220	0,0	20,20	0,0	0,0	0,0	6,6	0,0	0,0	0,0	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	
4280	Ice-covered Frosted Staff	n2214	10100009	0	0	03090070	04090070	0	00	9	10	0	0	4	1	0	0	0	1	1	1	0	3,4	85	14	0	0	9	9,6	0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	120,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	8,8	18,18	0,0	0,0	0,0	261,265	323,327	0,0	0,0	220,220	0,0	20,20	0,0	0,0	0,0	6,6	0,0	0,0	0,0	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	
4281	Ice-covered Fury SnowBlade	n2206	10100001	0	02010065	0	0	0	00	1	10	0	0	4	1	0	0	0	1	1	1	0	2	85	8	0	0	9	-1	0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	9,9	0,0	0,0	7,7	0,0	0,0	0,0	0,0	463,469	535,561	0,0	250,250	0,0	10,10	20,20	0,0	0,0	7,7	0,0	0,0	0,0	0,0	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	
4282	Ice-covered Holy Snow Shield	n2202	10100011	01110008	02110008	03110008	0	0	00	11	0	0	0	4	1	0	0	0	1	1	1	0	2,1	85	1,8,9,10	0	0	6	-1	0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	5,5	0,0	0,0	10,10	0,0	0,0	0,0	0,0	0,0	0,0	65,65	0,0	0,0	10,10	0,0	0,0	0,0	0,0	0,0	0,0	0,0	10,10	0	7000,7000	20000,20000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 
Back