Hello.
I wana dd +255 elementhal atack to my weapons, but i can't find my ITEM ID..
I read some tutorials, but it still don't work, coz i don't kno how i can find my id..to add to it.
Well I Will try to tell you but i dont remeber it 100%
Go to my then cq_user
Select the User that has the Items Then go to the userid column
Copy that ID and Paste it in the cq_item
Done. ( The Search will show you all his items )
Well I Will try to tell you but i dont remeber it 100%
Go to my then cq_user
Select the User that has the Items Then go to the userid column
Copy that ID and Paste it in the cq_item
Done. ( The Search will show you all his items )
the thing u need to look for in cq_user is "ID" then search in cq_item , and for the forge name , just spawn elite items and turn them super using super red
update cq_item using cq_item inner join cq_user set INSERTFIELD = INSERTVALUE where cq_user.id = cq_item.player_id and cq_user.name = 'INSERTNAME' and position >= 1 and position <= 10;
that will update all gears equiped to the character with the name you input in the INSERTNAME place
just don't forget to change the INSERTFIELD to the field you wish to edit
and INSERTVALUE to the value of that field