darkmejor Posted August 24, 2019 Share Posted August 24, 2019 alguien me ayuda a implementar comandos custome? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 24, 2019 Share Posted August 24, 2019 you can try - script atcmd_example -1,{ OnInit: bindatcmd "hold",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: setpcblock PCBLOCK_MOVE, (getpcblock() & PCBLOCK_MOVE); end; } Quote Link to comment Share on other sites More sharing options...
darkmejor Posted August 29, 2019 Author Share Posted August 29, 2019 in the scripts of npc? not:c Quote Link to comment Share on other sites More sharing options...
Mael Posted September 3, 2019 Share Posted September 3, 2019 (edited) On 8/24/2019 at 7:19 AM, Emistry said: you can try - script atcmd_example -1,{ OnInit: bindatcmd "hold",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: setpcblock PCBLOCK_MOVE, (getpcblock() & PCBLOCK_MOVE); end; } Es un script, solo agrégalo. Edited September 3, 2019 by Mael Quote Link to comment Share on other sites More sharing options...