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
LaraCroft
Posts: 360 Joined: Sat Aug 08, 2009 1:37 am
Post
by LaraCroft » Wed Oct 14, 2009 11:56 am
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...
!!!knowledge and intelligence must be shared!!!
lishawj
Posts: 253 Joined: Thu Apr 30, 2009 12:29 am
Post
by lishawj » Thu Oct 15, 2009 3:00 pm
Look in item_attributes table.
devo
Posts: 798 Joined: Mon Jun 15, 2009 1:19 pm
Post
by devo » Thu Oct 15, 2009 5:16 pm
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...
LaraCroft
Posts: 360 Joined: Sat Aug 08, 2009 1:37 am
Post
by LaraCroft » Thu Oct 15, 2009 5:42 pm
Thxxx... Devo...
!!!knowledge and intelligence must be shared!!!
_DS_
L2j Veteran
Posts: 3437 Joined: Wed Apr 30, 2008 8:53 am
Location: Russia
Post
by _DS_ » Fri Oct 16, 2009 9:27 am
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;
LaraCroft
Posts: 360 Joined: Sat Aug 08, 2009 1:37 am
Post
by LaraCroft » Fri Oct 16, 2009 11:31 am
Thxx.... DS...
It was a great help.
!!!knowledge and intelligence must be shared!!!