ArcEmu All In One
Would you like to react to this message? Create an account in a few clicks or log in to continue.

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù.

4 posters

Go down

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Empty ½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù.

¿Ã¸®±â by urcho 2008-10-15, 2:30 pm

³× ½ÃÀÛÅÛÀ» Ãß°¡Çغ¸¾Æ¿ä.
°í¼öºÐµéÀº 'µÚ·Î' ¸¦ ´­·¯ÁÖ¼¼¿ä.

±×·³ ½ÃÀÛÅÛÀ¸·Î °¡¹æÀ» Ãß°¡ÇØ º¸°Ú½À´Ï´Ù.
¿ì¼± 22Ä­ °ÅÀÎÀÇ °¡¹æÀ» °Ë»öÇغ¸°Ú½À´Ï´Ù.

SELECT * FROM items_localized WHERE name LIKE '°ÅÀÎÀÇ%';

°ÅÀÎÀÇ °¡¹æÀÇ entry´Â 38082 ±º¿ä.


ÀÌ°É Æ®·ÑµµÀû¿¡°Ô Ãß°¡ÇÏ°Ú½À´Ï´Ù.
½ÃÀÛÅÛ Á¤º¸´Â world.db ¾ÈÀÇ playercreateinfo_items Å×ÀÌºí¿¡ ÀÖ½À´Ï´Ù.
(indexid´Â Á¾Á·°ú Á÷¾÷, protoid´Â ¾ÆÀÌÅÛ, slotid´Â ½½·ÔÀ§Ä¡, amount´Â ¤¾¤¾)

Æ®·ÑµµÀûÀº 24ÀÌ°í °¡¹æ½½·ÔÀº 19~22 ÀÔ´Ï´Ù.

Á¾Á·Á÷¾÷°ú ½½·ÔÀ§Ä¡Á¤º¸´Â Á¦ÀÌ´ÔÀÇ DB¾È³»¼­¸¦ Âü°íÇØÁÖ¼¼¿ä.
http://ascent.hosting.paran.com/zbxe/?mid=completed&page=1&document_srl=279


INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES( 24, 38082, 19, 1 );
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES( 24, 38082, 20, 1 );
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES( 24, 38082, 21, 1 );
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES( 24, 38082, 22, 1 );

ÀÚ ³¡³µ½À´Ï´Ù. °£´ÜÇϳ׿ä. ¤¾¤¾

¸¸¾à Ãß°¡ÇÑ °¡¹æÀ» Áö¿ì½Ã°í ½ÍÀ¸½Ã´Ù¸é ´ÙÀ½À» ½ÇÇàÇÏ½Ã¸é µË´Ï´Ù.

DELETE FROM playercreateinfo_items WHERE slotid = 38082;



ps.´ÙÀ½Àº ¸¶¹ýºÒ²É°¡¹æÀ» ÀϹݰ¡¹æÀ¸·Î º¯È¯ÇÏ°í ¸ðµÎ¿¡°Ô Ãß°¡ÇÏ´Â Äõ¸®ÀÔ´Ï´Ù.
Á¤±Ô½ÄÀÌ ¹ºÁö ¸ô¶ó¼­ ¿¢¼¿·Î µå·¡±×½Å°øÇß½À´Ï´Ù.¤»¤» Á» ÃßÇϳ׿ä. ¤»¤»¤»

urcho

°Ô½Ã¹° °¹¼ö : 16
Registration date : 2008-09-26

À§·Î Go down

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Empty ³»¿ëÀÌ Ä¿¼­ ³ª´² ¿Ã¸³´Ï´Ù.

¿Ã¸®±â by urcho 2008-10-15, 2:31 pm

--28Ä­¸¶¹ýºÒ²É°¡¹æÀ» ÀϹݰ¡¹æÀ¸·Îº¯°æ
UPDATE items SET subclass = 0, bagfamily = 0 WHERE entry = 21858;

--°¡¹æ½½·Ô¿¡ °¡¹æÀåÂø
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 1, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 1, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 1, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 1, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 2, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 2, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 2, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 2, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 3, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 3, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 3, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 3, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 4, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 4, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 4, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 4, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 5, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 5, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 5, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 5, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 6, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 6, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 6, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 6, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 7, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 7, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 7, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 7, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 8, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 8, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 8, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 8, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 9, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 9, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 9, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 9, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 10, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 10, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 10, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 10, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 11, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 11, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 11, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 11, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 12, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 12, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 12, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 12, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 13, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 13, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 13, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 13, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 14, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 14, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 14, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 14, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 15, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 15, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 15, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 15, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 16, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 16, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 16, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 16, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 17, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 17, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 17, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 17, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 18, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 18, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 18, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 18, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 19, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 19, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 19, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 19, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 20, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 20, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 20, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 20, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 21, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 21, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 21, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 21, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 22, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 22, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 22, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 22, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 23, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 23, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 23, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 23, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 24, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 24, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 24, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 24, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 25, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 25, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 25, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 25, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 26, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 26, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 26, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 26, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 27, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 27, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 27, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 27, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 28, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 28, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 28, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 28, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 29, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 29, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 29, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 29, 21858, 22, 1);

urcho

°Ô½Ã¹° °¹¼ö : 16
Registration date : 2008-09-26

À§·Î Go down

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Empty Re: ½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù.

¿Ã¸®±â by urcho 2008-10-15, 2:31 pm

INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 30, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 30, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 30, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 30, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 31, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 31, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 31, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 31, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 32, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 32, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 32, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 32, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 33, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 33, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 33, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 33, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 34, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 34, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 34, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 34, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 35, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 35, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 35, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 35, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 36, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 36, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 36, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 36, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 37, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 37, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 37, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 37, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 38, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 38, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 38, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 38, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 39, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 39, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 39, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 39, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 40, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 40, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 40, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 40, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 41, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 41, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 41, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 41, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 42, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 42, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 42, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 42, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 43, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 43, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 43, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 43, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 44, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 44, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 44, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 44, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 45, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 45, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 45, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 45, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 46, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 46, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 46, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 46, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 47, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 47, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 47, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 47, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 48, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 48, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 48, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 48, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 49, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 49, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 49, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 49, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 50, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 50, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 50, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 50, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 51, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 51, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 51, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 51, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 52, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 52, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 52, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 52, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 53, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 53, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 53, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 53, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 54, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 54, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 54, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 54, 21858, 22, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 55, 21858, 19, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 55, 21858, 20, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 55, 21858, 21, 1);
INSERT INTO playercreateinfo_items (indexid, protoid, slotid, amount) VALUES ( 55, 21858, 22, 1);

urcho

°Ô½Ã¹° °¹¼ö : 16
Registration date : 2008-09-26

À§·Î Go down

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Empty Re: ½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù.

¿Ã¸®±â by dducksayo 2008-11-03, 6:28 am

¿©±â¼­ ±Ã±ÝÁõ ÀÌÀÖ½À´Ï´Ù.
½ÃÀÛÇÒ¶§ºÎÅÍ ÇØ´ç Á÷¾÷ÀÇ ¹æ¾î±¸¸¦ âÀÛÇؼ­ ½ÃÀÛÇÏ·Á°í ÇÏ¸é ¾î¶»°Ô ÇؾßÇϳª¿ä?

dducksayo

°Ô½Ã¹° °¹¼ö : 55
Registration date : 2008-11-01

À§·Î Go down

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Empty Re: ½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù.

¿Ã¸®±â by ±×¸®¿îºí·¢ 2008-12-09, 7:28 am

ÇØ´ç¾ÆÀÌÅÛ ½½·Ô¿¡ Á¤È®ÇÑ ¾ÆÀÌÅÛÀ» ã¾Æ¼­ ³Ö¾îÁÖ½Ã¸é µË´Ï´Ù.

À§¿¡ ¸µÅ©µÈ ÄÚµåÇ¥¸¦ º¸¸é ÀÚ¼¼È÷ ³ª¿ÍÀÖ±º¿ä.

±×¸®¿îºí·¢

°Ô½Ã¹° °¹¼ö : 10
Registration date : 2008-12-08

À§·Î Go down

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Empty ÀÌ·¸°ÔÇϴ°Š¸Â³ª¿ä?

¿Ã¸®±â by °­Ã¢¹Î 2009-06-21, 6:44 pm

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Sqlu

°­Ã¢¹Î

°Ô½Ã¹° °¹¼ö : 38
Registration date : 2008-10-07

À§·Î Go down

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Empty Re: ½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù.

¿Ã¸®±â by °­Ã¢¹Î 2009-06-22, 4:21 pm

Àú±â¼­ F9 ´©¸£¸é ¾Æ¹«°Íµµ ¾È¶ß´øµ¥;
¾î¶»°Ô Ãß°¡½ÃÄÑ¾ß µÇ´Â°Å¿¹¿ä?

°­Ã¢¹Î

°Ô½Ã¹° °¹¼ö : 38
Registration date : 2008-10-07

À§·Î Go down

½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù. Empty Re: ½ÃÀÛÅÛÀ» Ãß°¡Çغ¾½Ã´Ù.

¿Ã¸®±â by Sponsored content


Sponsored content


À§·Î Go down

À§·Î


 
Permissions in this forum:
´ä±ÛÀ» ¿Ã¸± ¼ö ¾ø½À´Ï´Ù