- Joined
- Mar 7, 2012
- Messages
- 12,871
- Reaction score
- 713
- Points
- 113
Görüntü ile hiç bir alakası yoktur,
sadece item olarak özellik eklenebilir.
kodlar
patch
sadece item olarak özellik eklenebilir.
kodlar
You must reply in the thread to view hidden text.
item tablosu
item_org.tbl
item_ext_16.tbl
query
Code:
514573474 Defense Aurora (Pathos Glove) 151 13 0 0 0 100 0 0 4200 0 0 0 0 0 0 1 90 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
item_org.tbl
Code:
514573000 16 Defense Aurora (Pathos' Glove) The God of Destruction 1 0 50860007 50757300 0 0 151 0 13 0 0 0 100 0 0 4200 2000 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0
item_ext_16.tbl
Code:
474 Pathos' Glove 514573000 NERO 0 0 0 6 0 0 0 0 3000 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
query
Code:
DELETE FROM ITEM WHERE Num = 514573474
INSERT INTO [ITEM] VALUES (514573474,'Defense Aurora (Pathos Glove)',151,13,0,0,0,100,0,0,4200,0,0,0,0,0,0,1,90,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
patch
You must reply in the thread to view hidden text.
