Kariton Revolution Posted February 24, 2016 Posted February 24, 2016 how can i make all forge items is still slotted when it forge by blacksmith skill E.g: knife[4]Very very very strong fire knife [4]- still slotted Quote
0 Emistry Posted February 24, 2016 Posted February 24, 2016 that's currently not possible. all the forged information such as "very very very" or "element" or "creator id" is stored within all the 4 slots of the weapon. it might be possible if you could find a way to revamp how these information store or retrieve by the server. Quote
0 Scylla Posted February 24, 2016 Posted February 24, 2016 (edited) how can i make all forge items is still slotted when it forge by blacksmith skill E.g: knife[4] Very very very strong fire knife [4]- still slotted Actually the item ID being used on making VVS weapons is the 3rd line on their ID. Example the knife: item_db.txt 1201,Knife,Knife,5,50,,400,17,,1,3,0xFE9F7EEF,7,2,2,1,1,1,1,{},{},{} 1202,Knife_,Knife,5,50,,400,17,,1,4,0xFE9F7EEF,7,2,2,1,1,1,1,{},{},{} 1203,Knife__,Knife,5,50,,400,17,,1,0,0xFE9F7EEF,7,2,2,1,1,1,1,{},{},{} You see item # 1203 has no slot and every weapon that could be refined as VVS has them too. Now try putting a slot on it and try making a VVS knife. EDIT: NVM it doesn't work, Emistry's right lol. Edited February 24, 2016 by Scylla Quote
Question
Kariton Revolution
how can i make all forge items is still slotted when it forge by blacksmith skill
E.g:
knife[4]
Very very very strong fire knife [4]- still slotted
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.