item +12

12/17/2012 15:05 mmno#1
is there a comand to get me item +12 with full stat +255 ?


thnx
12/17/2012 19:21 Soul[PM]#2
yes there is but you must make it Firest :P in DB to sum it with your PM
12/18/2012 13:57 mmno#3
you mean i make it +1 then i can make it +12 from the DB ?
12/18/2012 15:30 Soul[PM]#4
Quote:
Originally Posted by mmno View Post
you mean i make it +1 then i can make it +12 from the DB ?
I did not mean that ...

What i mean is Add it to DB and sum it with your pm

Example :

/awarditem 10202000

This is the command for pm to sum any item in db to matter what ...


Code:
REPLACE `cq_action` VALUES ('902000000', '902000001', '902000010', '1001', '0', 'profession == 10');
REPLACE `cq_action` VALUES ('902000001', '902000002', '0000', '0502', '1020220', '');
REPLACE `cq_action` VALUES ('902000002', '902000003', '0000', '0501', '440243', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000003', '902000004', '0000', '0501', '135113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000004', '902000005', '0000', '0501', '115113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000005', '902000006', '0000', '0501', '125113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000006', '902000007', '0000', '0501', '145113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000007', '902000008', '0000', '0501', '165093', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000008', '902000009', '0000', '1010', '2005', 'Congratulations! You got your Super+20 Items!');
REPLACE `cq_action` VALUES ('902000009', '0', '0000', '0506', '0', '10 10 1');
REPLACE `cq_action` VALUES ('902000010', '902000011', '902000018', '1001', '0', 'profession == 20');
REPLACE `cq_action` VALUES ('902000011', '902000012', '0000', '0502', '1020220', '');
REPLACE `cq_action` VALUES ('902000012', '902000013', '0000', '0501', '420243', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000013', '902000014', '0000', '0501', '131113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000014', '902000015', '0000', '0501', '111113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000015', '902000016', '0000', '0501', '121113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000016', '902000017', '0000', '0501', '141113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000017', '902000008', '0000', '0501', '161093', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000018', '902000019', '0000', '1001', '0', 'profession == 30');
REPLACE `cq_action` VALUES ('902000019', '902000020', '0000', '0502', '1020220', '');
REPLACE `cq_action` VALUES ('902000020', '902000021', '0000', '0501', '490243', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000021', '902000022', '0000', '0501', '113113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000022', '902000023', '0000', '0501', '123113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000023', '902000024', '0000', '0501', '133113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000024', '902000025', '0000', '0501', '143113', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000025', '902000008', '0000', '0501', '163093', '0 0 0 18 18 0 0 20 0 1024 0 0');
REPLACE `cq_action` VALUES ('902000026', '902000027', '902000028', '0508', '0', '6 0 50');
REPLACE `cq_action` VALUES ('902000027', '902000000', '902000029', '0508', '0', '1 0 52');
REPLACE `cq_action` VALUES ('902000028', '0000', '0000', '1010', '2005', 'Please~leve~6~free~invetory~slots');
REPLACE `cq_action` VALUES ('902000029', '0000', '0000', '1010', '2005', 'asks~your~excellency~to~recognize~that~the~Eudemons~egg~knapsack~has~1~space,~because~we~will~deliver~a~lovable~baby~to~give~yo');

REPLACE `cq_itemtype` VALUES ('1020220', 'Top20Gears', '0', '0', '0', '0', '0', '0', '0', '0', '55', '0', '0', '902000026', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '500000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
This is how Gear will be in Db :D

all you have to do is know where to change to make it as you did ask :D


I hope i did help