Jump to content

Bro

Members
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

About Bro

Profile Information

  • Gender
    Male
  • Interests
    http://www.maxcheaters.com/forum/index.php?action=

Bro's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. CREATE TABLE IF NOT EXISTS items ( `owner_id` INT, `object_id` INT NOT NULL DEFAULT 0, `item_id` INT, `count` INT, `enchant_level` INT, `loc` VARCHAR(10), `loc_data` INT, `price_sell` INT, `price_buy` INT, `time_of_use` INT, `custom_type1` INT DEFAULT 0, `custom_type2` INT DEFAULT 0, `mana_left` decimal(3,0) NOT NULL default -1, `bindId` INT NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`), KEY `key_owner_id` (`owner_id`), KEY `key_loc` (`loc`), KEY `key_item_id` (`item_id`), KEY `key_time_of_use` (`time_of_use`) ); in items.sql
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock