darkmejor Posted August 24, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 08/11/19 Last Seen: May 15, 2023 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 9 hours ago 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 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 08/11/19 Last Seen: May 15, 2023 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 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 9 hours ago 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...
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.