Jump to content
  • 0

How do I active an Event by PM or Whisp?


Question

Posted (edited)

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;
}


 

Edited by Haruka Mayumi
CODEBOX

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...