Add item to npc

12/15/2012 10:25 JuliaRocks*#1
Hello I successfully added it to Data Base but it sucks on client sided :
-It shows the item;I buy the item , I get disconnect and when I relog,the item is the edited one.
Any help ?The sword is the avatar
[Only registered and activated users can see links. Click Here To Register...]
Also how can I edit the text of :
[Only registered and activated users can see links. Click Here To Register...]
12/15/2012 10:39 Veteran1337#2
TitleStringCode = "SN_QEV_CH_EVENT_KISAENG_090714"
TextStringCode = "SN_NOTICE_EVENT_KISAENG_110221"

Textevent.txt search for -->SN_QEV_CH_EVENT_KISAENG_090714 & SN_NOTICE_EVENT_KISAENG_110221

You may tell us what you did in the database?Or show us the line so we can help
12/15/2012 10:46 JuliaRocks*#3
Quote:
Originally Posted by Veteran1337 View Post
TitleStringCode = "SN_QEV_CH_EVENT_KISAENG_090714"
TextStringCode = "SN_NOTICE_EVENT_KISAENG_110221"

Textevent.txt search for -->SN_QEV_CH_EVENT_KISAENG_090714 & SN_NOTICE_EVENT_KISAENG_110221

You may tell us what you did in the database?Or show us the line so we can help
PHP Code:
1    15    84037    PACKAGE_ITEM_MALL_AVATAR_M_ANGEL_WING    0    EXPAND_TERM_ALL        SN_ITEM_MALL_AVATAR_M_ANGEL_WING_DRESS    SN_ITEM_MALL_AVATAR_M_ANGEL_WING_DRESS_TT_DESC    item\Avatar\mall_avatar_m_angel_wing_dress.ddj    -1    xxx    -1    xxx    -1    xxx    -1    xxx    
1    15    PACKAGE_ITEM_MALL_AVATAR_M_ANGEL_WING_DRESS    ITEM_MALL_AVATAR_M_ANGEL_WING_DRESS    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    
-1    xxx    -1    xxx    -1    xxx    -1    xxx    9999
1    15    PACKAGE_ITEM_MALL_AVATAR_M_ANGEL_WING_DRESS    1    0    9000    
-1    xxx    -1    xxx    -1    xxx    -1    xxx
1    15    STORE_WC_SMITH_TAB1    PACKAGE_ITEM_MALL_AVATAR_M_ANGEL_WING_DRESS    0    
-1    xxx    -1    xxx    -1    xxx    -1    xxx 
After the edit :c [Only registered and activated users can see links. Click Here To Register...]
12/15/2012 14:09 Dark_User#4
about sword check the refscrap in ur media pk2 also the db see if the 2 are the same and i guess there's the problem
12/15/2012 14:21 djfisring#5
You have probably written the text at the wrong place, replace the text with the once next to it. As you can see, the event text is now just a "0".
12/15/2012 14:23 flozz#6
Quote:
Originally Posted by JuliaRocks* View Post
After the edit :c [Only registered and activated users can see links. Click Here To Register...]
change some '0' to the text in the same line after your texts.
12/15/2012 15:34 Snow*#7
Quote:
Originally Posted by flozz View Post
change some '0' to the text in the same line after your texts.
server_dep\stilkroad\event\event_interface.txt

add what you want in this line TextStringCode = "I mean in here."

Also to switch for the next line just add /n xD.
12/16/2012 00:52 Lyso7#8
you always asking for help in wrong section
:facepalm:
12/16/2012 01:05 Snow*#9
Quote:
Originally Posted by Lyso7 View Post
you always asking for help in wrong section
:facepalm:
be helpful and gt*o
12/16/2012 04:01 Lyso7#10
Quote:
Originally Posted by SnowStorm1 View Post
be helpful and gt*o
you mean
HELP MEEEEEEEEE OR BB ?
no thanks -_-
12/16/2012 09:12 JuliaRocks*#11
Quote:
Originally Posted by Lyso7 View Post
you always asking for help in wrong section
:facepalm:
And?
Is this bothering your eyes?
Can't you sleep at night?
12/16/2012 10:32 IceAmStiel#12
Such a disconnect issue can be caused by the following situation - the item of the slot you've purchased visually in the client differs from the item on the slot in the database.
I've tried that earlier, if you return a different item than the one you've purchased in the client you are thrown out by a disconnect.

You should check your shop-tables for duplicated entries or messed up records in general - also you should extract the shop textfiles for the client from the database, just to be sure :)