[Help] Problem when add new item / blue state

07/27/2019 13:43 lucthanca#1
Hello pvpers!
I'm a newbie. I got problem when i add new item:
- blue state description not show when i update use sql like this:
Code:
DECLARE [MENTION=289336]weapon[/MENTION] INT
SET [MENTION=289336]weapon[/MENTION] = (SELECT ItemID from _Inventory where Slot=6 and CharID=6693)
update _Items set MagParamNum=1, MagParam1=30064771144 where ID64  [MENTION=289336]weapon[/MENTION]
select * from _RefObjCommon inner join _Items on _RefObjCommon.ID=_Items.RefItemID where ID64  = [MENTION=289336]weapon[/MENTION]
I restart my server and relogin
this item is affected by blue state but it not show description about blue state
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
what thing have i missed ?
Sorry for my bad english.
Thanks for your time!
07/27/2019 15:03 Ryotic#2
Quote:
Originally Posted by lucthanca View Post
Hello pvpers!
I'm a newbie. I got problem when i add new item:
- blue state description not show when i update use sql like this:
Code:
DECLARE [MENTION=289336]weapon[/MENTION] INT
SET [MENTION=289336]weapon[/MENTION] = (SELECT ItemID from _Inventory where Slot=6 and CharID=6693)
update _Items set MagParamNum=1, MagParam1=30064771144 where ID64  [MENTION=289336]weapon[/MENTION]
select * from _RefObjCommon inner join _Items on _RefObjCommon.ID=_Items.RefItemID where ID64  = [MENTION=289336]weapon[/MENTION]
I restart my server and relogin
this item is affected by blue state but it not show description about blue state
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
what thing have i missed ?
Sorry for my bad english.
Thanks for your time!
Wrong query

Sent from my PAR-LX1M using Tapatalk
07/27/2019 17:52 lucthanca#3
Quote:
Originally Posted by legendworld View Post
Wrong query

Sent from my PAR-LX1M using Tapatalk
i use it to other is oke???
07/29/2019 00:39 loader8#4
did you change the refscrapofpackageitem.txt ?
07/29/2019 07:05 lucthanca#5
Quote:
Originally Posted by loader8 View Post
did you change the refscrapofpackageitem.txt ?
yes!