Offline shop code

    
  1. Atsijungęs

    mindaugas

    Pranešimai: 0

    Sveiki gal kas turi acis 360 offline shop koda ir galetu pasidalinti?
    13 Sausio 2018 - 01:09 / #1
  2. 
  3. Atsijungęs

    Runfoldas

    Pranešimai: 0

    Core - https://pastebin.com/9ysp52yr

    Datapack:

    CREATE TABLE IF NOT EXISTS `character_offline_trade` (
    
      `charId` int(10) unsigned NOT NULL,
    
      `time` bigint(13) unsigned NOT NULL DEFAULT '0',
    
      `type` tinyint(4) NOT NULL DEFAULT '0',
    
      `title` varchar(50) DEFAULT NULL,
    
      PRIMARY KEY (`charId`)
    
    );
    
    CREATE TABLE IF NOT EXISTS `character_offline_trade_items` (
    
      `charId` int(10) unsigned NOT NULL,
    
      `item` int(10) unsigned NOT NULL DEFAULT '0',
    
      `count` bigint(20) unsigned NOT NULL DEFAULT '0',
    
      `price` bigint(20) unsigned NOT NULL DEFAULT '0'
    
    );
    13 Sausio 2018 - 13:22 / #2
  4. 
  5. Atsijungęs

    mindaugas

    Pranešimai: 0

    Aciu uz koda gal netycia turit kas npc sell ar aukciono npc koda
    14 Sausio 2018 - 16:43 / #3