Quote:
Originally Posted by stedabest321
There is no way of making items +255 Element using Action lines, if you only have +255 available for donors or from a quest item, what ever... Then you can use a code as a bat file to actually make all +255 Gears in your server Element +255 for example
UPDATE `cq_item` SET `ident`='4', `eudemon_attack1`='255', `eudemon_attack2`='255', `eudemon_attack3`='255', `eudemon_attack4`='255', `special_effect`='8' WHERE (`magic3`='255')
This will make Every Item in the server that is +255, Element +255
Meanings -
ident`='4' Makes your item indestructible
eudemon_attack1
eudemon_attack2
eudemon_attack3
eudemon_attack4 - Are all your +255 elements
to make this run auto you can simply put it all into a bat file for example
i will upload the SQL version of it and the bat file for it
make sure you right click the batfile and open in note pad and edit where need to and remove where need to. then you can run the batfile in the Task scheduler. Easy
|
You can get the full elemental items using Action line. You can check it from the link below. In the video, im running of /processaction command to get the item with full element to my inventory.