Thread: Dusk #634

Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 122
  1. #51  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    Quote Originally Posted by hc747 View Post
    Yikes. Why would you use username as the primary key? Use a numeric PK with username as an (unique) attribute of the player table. Something akin to this would be much better imo.


    Code:
    create table if not exists dusk.item_container
    (
        id int auto_increment
            primary key,
        type varchar(50) not null,
        constraint item_container_type_uindex
            unique (type)
    );
    
    
    create table if not exists dusk.player
    (
        id int auto_increment
            primary key,
        username varchar(12) not null,
        constraint player_username_uindex
            unique (username)
    );
    
    
    create table if not exists dusk.player_item_container
    (
        player_id int not null,
        item_container_id int not null,
        tab int default 0 not null,
        slot int not null,
        item_id int not null,
        item_amount int not null,
        primary key (player_id, item_container_id, tab, slot),
        constraint player_item_container_item_container_id_fk
            foreign key (item_container_id) references dusk.item_container (id),
        constraint player_item_container_player_id_fk
            foreign key (player_id) references dusk.player (id)
    );
    
    
    create index player_item_container_item_id_index
        on dusk.player_item_container (item_id);
    Regardless, really like this project. Best of luck.
    That was the initial concept, it's been reworked since then.
    Thanks for the valuable feedback, it goes miles.
    rep++
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  2. Thankful user:


  3. #52  
    Skotos Founder


    Join Date
    Jan 2017
    Age
    21
    Posts
    879
    Thanks given
    136
    Thanks received
    173
    Discord
    View profile
    Rep Power
    117
    good luck!
    Reply With Quote  
     

  4. #53  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    We will be gifting discord nitro passes monthly starting November. I suggest you join. [Only registered and activated users can see links. ][Only registered and activated users can see links. ] for the link
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  5. #54  
    Registered Member
    Spyr0's Avatar
    Join Date
    Oct 2012
    Age
    28
    Posts
    1,986
    Thanks given
    398
    Thanks received
    279
    Discord
    View profile
    Rep Power
    305
    Good luck
    Reply With Quote  
     

  6. Thankful user:


  7. #55  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    November 4th, 2020 - Client Plugins & Social Introduction

    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  8. Thankful user:


  9. #56  
    Nes
    Nes is offline
    RSPS Youtuber at youtube.com/nesrsps

    Nes's Avatar
    Join Date
    Aug 2014
    Age
    22
    Posts
    319
    Thanks given
    122
    Thanks received
    131
    Discord
    View profile
    Rep Power
    271
    Best of luck!
    [Only registered and activated users can see links. ]
    Watch good content, find a new RSPS or advertise your RSPS!
    Reply With Quote  
     

  10. Thankful user:


  11. #57  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    For those of you who aren't registered on our forums, here's a preview of what the client will look like

    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  12. Thankful user:


  13. #58  
    Registered Member

    Join Date
    Mar 2013
    Posts
    376
    Thanks given
    406
    Thanks received
    70
    Discord
    View profile
    Rep Power
    79
    Quote Originally Posted by Tyluur View Post
    For those of you who aren't registered on our forums, here's a preview of what the client will look like

    keep up the good work man love it
    Reply With Quote  
     

  14. Thankful user:


  15. #59  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    Progressing on the launcher

    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  16. #60  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,789
    Discord
    View profile
    Rep Power
    5000
    why is the logo the same as everyone elses jfc

    Reply With Quote  
     

Page 6 of 13 FirstFirst ... 45678 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Region XTEA Keys - Index 5 #1155; Client #634
    By Jacmob in forum Downloads
    Replies: 38
    Last Post: 11-12-2019, 01:11 AM
  2. 633 and 634 models
    By Richard1992 in forum Downloads
    Replies: 34
    Last Post: 02-20-2013, 06:05 AM
  3. Replies: 434
    Last Post: 02-26-2011, 02:17 AM
  4. 634: Xteas
    By Wolfey in forum Downloads
    Replies: 26
    Last Post: 12-22-2010, 08:39 PM
  5. Project Dusk [377] [24/7]
    By yorki in forum Advertise
    Replies: 6
    Last Post: 10-25-2009, 08:14 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •