Werdio Posted April 16, 2013 Posted April 16, 2013 Hi, I need the sourcecode for the command @guildstoragepw. With this command you can set a passwort for the guildstorage and you can only acess if you know the pw. Only the Guildleader can set the pw .. here an example: @guildstoragepw 1234 <-(Now the Guildstorage Password has been set to 1234) now let's open the guildstorage: @guildstorage ->(@guildstorage failed - false password) now let's try it with passwort entering: @guildstorage 1234 ->(Guildstorage was opened) Okay and what's if I want to delete the pw? Just type again @guildstoragepw but without anything behind the command: @guildstoragepw ->(Now the password has been removed) I know this code exists so please help me. ;-) Quote
Emistry Posted April 18, 2013 Posted April 18, 2013 try this. http://pastebin.com/raw.php?i=JLRNg6z4 make sure you run this query first.... ALTER TABLE `guild` ADD COLUMN `storage_password` VARCHAR(32) NULL DEFAULT '' AFTER `emblem_data` ; Quote
Question
Werdio
Hi,
I need the sourcecode for the command @guildstoragepw.
With this command you can set a passwort for the guildstorage and you can only acess if you know the pw.
Only the Guildleader can set the pw .. here an example:
@guildstoragepw 1234 <-(Now the Guildstorage Password has been set to 1234)
now let's open the guildstorage: @guildstorage ->(@guildstorage failed - false password)
now let's try it with passwort entering: @guildstorage 1234 ->(Guildstorage was opened)
Okay and what's if I want to delete the pw?
Just type again @guildstoragepw but without anything behind the command:
@guildstoragepw ->(Now the password has been removed)
I know this code exists so please help me.
;-)
1 answer 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.