any one know how to delete @item @monster in GM commands

Started by cybersarap03, Feb 25, 2009, 10:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cybersarap03

please help me bcuz i dont know wat im going to do

Zone

/conf/atcommand_athena.conf

search for the commands and set their level to 100

cybersarap03

i want to delete @item @monster if he or she lvl 60 or 80 but i dont know wat im going to do

Descent

/conf/atcommand_athena.conf

Change item and monster to the minimum level you want to have set.

If you don't want GMs to have it, just set it to 99, that way if you're Admin, you and you alone have the command.

After the changes, type "@reloadatcommand" to have them take effect.

Memorykiller

Edit your conf/atcommand_eathena.txt like this...
This is set to only a GM level 60+ can access these commands, if you want to set it to 80, just replace the 60 with 80.

Quote
// Creates an item of your choosing, either Item ID or Name (1 command + /item).
item: 60

// Creates a complet item (card, etc...) of your choosing, either Item ID or Name.
item2: 60

// Spawns a monster, and a certain amount (2 same commands + /monster).
monster: 60
spawn: 60

// Spawns a smaller sized version of a monster.
monstersmall: 60

// Spawns a larger sized version of a monster.
monsterbig: 60