Augs
i have searched for a way to do this but cant figure it out. how can i make all augs set to all aug types like 1,2,3,4,5,6,7,8,9,10,11,12??
|
The answer to this question is the same one from the post that was right below yours:
http://www.eqemulator.net/forums/showthread.php?t=28296 |
unless he asks for actual sql comand =)
update items set augtype=1 where id=1001; this will set item with id# 1001 to be type 1 augment BTW considerign that ANy slot augment corespand to value 2147483647 this means thre are as many as 32 types of augments =) |
thanks for the replies, only problem is i want to change ALL augs to have all slots. the script u provided is one at a time right?
|
update items set augtype=2147483647 where itemtype=54;
this will set ALL augs in DB to be useable in ANY slot (in game it shows as- this aug can be placed in ANY slot rather than specific numbers) |
All times are GMT -4. The time now is 01:00 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.