Hi guys, I had seen some scripts and in some cases there´s an activation by whisp like: "OnWhisp", but i couldn't active anyway..
I would like to know how can I active an event or npc by PM ?
*Another question a little out of this discusion, but I try to enable the command "@die" to normal groups and vips, and notice that when my map server is loading this command it says: "pc_groups: read_config: nonexistent command name 'die' removing.... (conf/groups.conf:38)"
**And if it not asking too much hahaha.. I creating a premium monster event, where the GM sets Monster ID, Map, and Reward.
But when I my console says "missing name function or undefined function in line that I create the monster
prontera,157,120,4 script monstro premiado 4_FROG,{
set .npc$,"[monstro premiado]";
mes .npc$;
mes "Qual ID do monstro será premiado ?";
input .@monster;
next;
mes "Qual o mapa que ele será adicionado ?";
input .@map$;
.@map$,0,0,0,0 monster valkiria,1 .@monster,1,0,0,monster premium::OnKillCerto
}
- script monster premium -1,{
OnKillCerto:
announce strcharinfo(0)+" congratz!",8;
end;
}