problem with chip luna ...7.3

04/15/2012 14:18 lisaby#1
hi,

i try to find where are information about item 690001 - 690002 - 690003 ....
same 17055949 in colone item_use_flag state_id 0.

when i try to use chips, i have a message cannot use item in this conditions
when i dont target a mob, i have a message need target for use item (normal)
or informations are located in other table
04/15/2012 14:22 terminateur11#2
download the luna ship fix from the download center
here is it
[Only registered and activated users can see links. Click Here To Register...]
04/15/2012 14:24 darknewboy#3
the Script
Quote:
/****** By : CarBon To ("http://tofayas.techno-zone.net") ******/

DELETE FROM Arcadia.dbo.MarketResource
where name = 'boost_chip' or name = 'secroute_boost_chip'

-- Adds to Normal town. --

INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('849','boost_chip','690303','1.000','0.000' )

INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('850','boost_chip','690321','1.000','0.000' )

INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('852','boost_chip','690322','1.000','0.000' )

-- Hidden Village Shop --
INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('853','secroute_boost_chip','690303','0.850 ','0.000')

INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('854','secroute_boost_chip','690321','0.850 ','0.000')

INSERT INTO Arcadia.dbo.MarketResource
( [sort_id]
,[name]
,[code]
,[price_ratio]
,[huntaholic_ratio])
VALUES('854','secroute_boost_chip','690322','0.850 ','0.000')
I'm CarBon
04/15/2012 15:04 lisaby#4
thx all, i test tonight
04/15/2012 15:13 ismokedrow#5
Quote:
Originally Posted by darknewboy View Post
the Script

I'm CarBon
Wow I could have sworn this script was posted by Gavsta.
04/15/2012 15:23 terminateur11#6
Quote:
Originally Posted by darknewboy View Post
the Script

I'm CarBon
u wrote ur name on it too :rtfm:
04/15/2012 15:37 darknewboy#7
Moment moment'm from manufactured by o I'm moved to only [Only registered and activated users can see links. Click Here To Register...] forum
and i'm sorry :'(
04/15/2012 17:05 gavsta#8
Quote:
Originally Posted by darknewboy View Post
the Script

I'm CarBon
thats not by you?
04/15/2012 17:43 AngelOwns#9
LOL if i use this script in 7.1 , maybe go work this skill°?
04/15/2012 21:28 lisaby#10
thx fixed