R63B Database (Make all furni stackable & Stack Height) any one have a SQL for this?

Status
Not open for further replies.

JTAG

New Member
Mar 29, 2012
25
3
Title says it all, is there a SQL for r63b database to make all furni stackable and height of stack.
 

JTAG

New Member
Mar 29, 2012
25
3
this any good?

Link -
ChcnLQL.png
 

Attachments

  • Untitled.png
    Untitled.png
    71.9 KB · Views: 12

IntactDev

Member
Nov 22, 2012
399
71
Here you go ! Let me know if it worked :up:
Code:
ALTER TABLE `items_base` SET allow_stack = '1';
 

JTAG

New Member
Mar 29, 2012
25
3
Just trying it now, i'm a but un sure of navicat so yeah i'll prob be doing it wrong-.-​

Here you go ! Let me know if it worked :up:
Code:
ALTER TABLE `items_base` SET allow_stack = '1';
Don't want to sound a pain or anything but could you show me how to run this through on navicat over Team viewer?​
mean alot if you could :D <3​
I keep getting this so i'm deffo doing it wrong-.-
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET allow_stack = '1'' at line 1
[Err] ALTER TABLE `items_base` SET allow_stack = '1';
[Msg] Finished - Unsuccessfully
--------------------------------------------------
 

sim0n

Member
Feb 16, 2013
227
15
I'm pretty sure you open your database, click query, new query, enter the code which is provided right above this reply, click run. Done.
 

JTAG

New Member
Mar 29, 2012
25
3
UPDATE `items_base` SET allow_stack = '1';​
Try that^^​


The SQL didn't run also i'm using a r63b database....

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET allow_stack = '1'' at line 1
[Err] ALTER TABLE `items_base` SET allow_stack = '1';
[Msg] Finished - Unsuccessfully
 

sim0n

Member
Feb 16, 2013
227
15
The SQL didn't run also i'm using a r63b database....

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET allow_stack = '1'' at line 1
[Err] ALTER TABLE `items_base` SET allow_stack = '1';
[Msg] Finished - Unsuccessfully
It did work for me :)
 

JTAG

New Member
Mar 29, 2012
25
3
I go on to Navicat go to my tables new query paste the code and run and get nothing but error...
 
Status
Not open for further replies.

Users who are viewing this thread

Top