Augumented Shields

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
LaraCroft
Posts: 360
Joined: Sat Aug 08, 2009 1:37 am

Augumented Shields

Post by LaraCroft »

06:17 Changeset [3620] by _DS_
Shields can't be augmented, thanks devo. Also little optimisations.
How do i remove the augments from shields??
Anyone can help me??
:?:
Thxx...
:mrgreen:
!!!knowledge and intelligence must be shared!!!
lishawj
Posts: 253
Joined: Thu Apr 30, 2009 12:29 am

Re: Augumented Shields

Post by lishawj »

Look in item_attributes table.
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: Augumented Shields

Post by devo »

Code: Select all

DELETE FROM item_attributes WHERE itemId IN (SELECT object_id FROM items WHERE item_id IN (SELECT item_id FROM weapon WHERE weaponType IN ('none')));
A hero of war is that what they see...
User avatar
LaraCroft
Posts: 360
Joined: Sat Aug 08, 2009 1:37 am

Re: Augumented Shields

Post by LaraCroft »

Thxxx... Devo...
:mrgreen:
!!!knowledge and intelligence must be shared!!!
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Augumented Shields

Post by _DS_ »

JFYI: removing augments from rods:

Code: Select all

DELETE FROM item_attributes WHERE itemId IN (SELECT object_id FROM items WHERE item_id IN (SELECT item_id FROM weapon WHERE weaponType IN ('rod')));
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
LaraCroft
Posts: 360
Joined: Sat Aug 08, 2009 1:37 am

Re: Augumented Shields

Post by LaraCroft »

Thxx.... DS...
:)
It was a great help.
!!!knowledge and intelligence must be shared!!!
Post Reply