thorarvin18 Posted December 23, 2012 Posted December 23, 2012 Im a newbie. im using Winscp to edit my files in my server. how can add commands such as @GO AND @STORAGE to my normal players? Quote
thorarvin18 Posted December 23, 2012 Author Posted December 23, 2012 How can i change IF ONE PLAYER REGISTER AN ACCOUNT. instead of Group 0. it will be group 1? how can i change that? sorry super noob Quote
thorarvin18 Posted December 24, 2012 Author Posted December 24, 2012 where is that located? thank u for the help Quote
clydelion Posted December 24, 2012 Posted December 24, 2012 Can you tell us which CP are you using? (flux,ceres,rocp,etc) Quote
clydelion Posted December 24, 2012 Posted December 24, 2012 I'm asking for your control panel, not ftp client.. Quote
thorarvin18 Posted December 24, 2012 Author Posted December 24, 2012 im using stargames control panel. Quote
clydelion Posted December 24, 2012 Posted December 24, 2012 well, i think there's no setting for that cp.. try to execute this in your sql.. ALTER TABLE `login` CHANGE `group_id` `group_id` TINYINT( 3 ) NOT NULL DEFAULT '1'; Quote
Winz Posted December 24, 2012 Posted December 24, 2012 try to execute this SQL code inside the SQL section on PHPMyAdmin / SQL Query Browser / PuTTy SSH ALTER TABLE `ragnarok`.`login` MODIFY COLUMN `group_id` TINYINT(3) NOT NULL DEFAULT 1; Quote
Question
thorarvin18
Im a newbie. im using Winscp to edit my files in my server. how can add commands such as @GO AND @STORAGE to my normal players?
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.