mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2003
Posts: 40
R
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Jun 2003
Posts: 40
the command u gave me for putting me on level 2 put my bot on level 2 not myself if you could give me the command for that my nick on that is rpg_gamer

thanks for your help....again

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
just use /auser <level> <nick|mask>

I.e. you could do /auser 2 rpg_gamer and that would set you to level 2. You may try adding this to remotes:

menu nicklist {
$iif($1, Add user to user list)
.$submenu($adduser($$1))
.$iif($level($$1), Remove User) :/ruser $$1 | /echo -a User removed from list
}

alias adduser {
; max levels allowed for your bot (how many diff levels would you like
var %maxLevel = 5

if ($$1 == begin) || ($$1 == end) return -
else if ($$1 <= %maxLevel) return Level $$1 : $chr(123) .auser $$1 $snick($active, 1) $chr(124) /echo -a Added user $snick($Active, 1) to the user list $chr(125)
}

Then, in the nick list, right-click and chose a level


-KingTomato

Link Copied to Clipboard