RateMyServer Ragnarok Community

Ragnarok Online => General Discussion => GameMaster Talk => Topic started by: cybersarap03 on Feb 25, 2009, 10:44 PM

Title: any one know how to delete @item @monster in GM commands
Post by: cybersarap03 on Feb 25, 2009, 10:44 PM
please help me bcuz i dont know wat im going to do
Title: Re: any one know how to delete @item @monster in GM commands
Post by: Zone on Feb 25, 2009, 10:58 PM
/conf/atcommand_athena.conf

search for the commands and set their level to 100
Title: Re: any one know how to delete @item @monster in GM commands
Post by: cybersarap03 on Feb 25, 2009, 11:03 PM
i want to delete @item @monster if he or she lvl 60 or 80 but i dont know wat im going to do
Title: Re: any one know how to delete @item @monster in GM commands
Post by: Descent on Feb 25, 2009, 11:34 PM
/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.
Title: Re: any one know how to delete @item @monster in GM commands
Post by: Memorykiller on Feb 26, 2009, 05:40 PM
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