unlockcommand() script – Unlock player atcommand using NPC script – Free Code!
This custom script command is used to unlock the locked player by @lockcommand or lockcommand() script. I call this source modification for script command as unlockcommand. Same like lockcommand(), unlockcommand() is used on NPC script. The attached player will be unlocked.
Because the main purpose of @lockcommand is to lock player to use atcommand when there is online GM. Using atcommand on NPC script maybe can be worse, that why better using script command that’s executed on NPC script.
If you want to use this script on you NPC, maybe you can use checkcommand() script that will return the value of player’s state. If the player is locked, you can unlock it. Also if the player is unlocked, you can lock your player.
... unlockcommand(); ...
Here the screen shots of this custom script command.
Download full lockcommand script – Lock player atcommand using NPC script – Free Code!
Download full lockcommand script .patch file for eAthena
Download full lockcommand script .patch file for rAthena
Download full lockcommand script .patch file for 3CeAM
Download unlockcommand() NPC script – Free Script!
Download unlockcommand() NPC script
*Above are Mediafire links*