Custom Made Commands

Play Now

Killmaster

Legend
Legendary
Golden Oldie
Loyal Member
Nov 13, 2003
3,967
27
274
Well ive seen this on only two servers so far, which is P69 & RZ.
They have there own little commands for example do @help and gives u a list of new commands that you can use. So basically doing a command that looks like it goes to an NPC, I would be greatful if there are people that know how to do this? I dont think this has been said before but if it has then im sorry.
 
Last edited:

gandy

Dedicated Member
Dedicated Member
May 13, 2003
94
0
82
You need to get the correct dll file (ZplugofEngine.dll) put it in you mir200 folder, add the dll name to pluglist.txt

Then create a a file in the mir 200 folder called UserCmd.txt this is where you place your user commands. The layout is as such:

;Command name, Command ID
command1 1
command2 2
command3 3
etc

This is my user cmd file jus to make it clearer

Code:
Diary 1
Summon 2
Alchemy 3
Clan 4
Craft 5
Skills 6
Mineing 7

After you have done that you go into your qfunction file and add:

[@usercmd1]
(script for when you type the command)

[@usercmd2]
(script for when you type the command)

etc etc

As you can see you can do quite a bit with this. i made a couple of new skills such as alchemy and a summon mob skill depending on item you have.

EDIT: heres the dll file
 
Last edited:
Upvote 0