Jump to content

KyrieAnn

Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

About KyrieAnn

Informations

  • Gender
    Female

Recent Profile Visitors

480 profile views

KyrieAnn's Achievements

Rookie

Rookie (2/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

36

Reputation

  1. Serverfiles: 40k (42050) Client: 28249 I can move Diamond but others i cant. player item table: CREATE TABLE `item` ( `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT , `owner_id` int(11) UNSIGNED NOT NULL DEFAULT 0 , `window` enum('INVENTORY','EQUIPMENT','SAFEBOX','MALL','ITEM_DS','BELT_INVENTORY') CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'INVENTORY' , `pos` smallint(5) UNSIGNED NOT NULL DEFAULT 0 , `count` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 , `vnum` int(11) UNSIGNED NOT NULL DEFAULT 0 , `socket0` int(10) UNSIGNED NOT NULL DEFAULT 0 , `socket1` int(10) UNSIGNED NOT NULL DEFAULT 0 , `socket2` int(10) UNSIGNED NOT NULL DEFAULT 0 , `socket3` int(10) UNSIGNED NOT NULL DEFAULT 0 , `socket4` int(10) UNSIGNED NOT NULL DEFAULT 0 , `socket5` int(10) UNSIGNED NOT NULL DEFAULT 0 , `attrtype0` tinyint(4) NOT NULL DEFAULT 0 , `attrvalue0` smallint(6) NOT NULL DEFAULT 0 , `attrtype1` tinyint(4) NOT NULL DEFAULT 0 , `attrvalue1` smallint(6) NOT NULL DEFAULT 0 , `attrtype2` tinyint(4) NOT NULL DEFAULT 0 , `attrvalue2` smallint(6) NOT NULL DEFAULT 0 , `attrtype3` tinyint(4) NOT NULL DEFAULT 0 , `attrvalue3` smallint(6) NOT NULL DEFAULT 0 , `attrtype4` tinyint(4) NOT NULL DEFAULT 0 , `attrvalue4` smallint(6) NOT NULL DEFAULT 0 , `attrtype5` tinyint(4) NOT NULL DEFAULT 0 , `attrvalue5` smallint(6) NOT NULL DEFAULT 0 , `attrtype6` tinyint(4) NOT NULL DEFAULT 0 , `attrvalue6` smallint(6) NOT NULL DEFAULT 0 , PRIMARY KEY (`id`), INDEX `owner_id_idx` (`owner_id`) USING BTREE , INDEX `item_vnum_index` (`vnum`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARACTER SET=latin1 COLLATE=latin1_swedish_ci AUTO_INCREMENT=150000525 CHECKSUM=0 ROW_FORMAT=FIXED DELAY_KEY_WRITE=0 ; server / syslog: Grzmotodajka: USE_ITEM Surowy Smoczy Onyks (inven 5, cell: 800) client / syserr: 204 22:54:28364 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0204 22:54:32450 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted. dragon_soul_refine_settings.py: [Hidden Content] uidragonsoul.py: [Hidden Content] locale / dragonsoulrefinewindow.py: [Hidden Content] locale / dragonsoulwindow.py: [Hidden Content] I've tried 4 binarys, it doesn't change this bug.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.