Jump to content
  • 0

How do I active an Event by PM or Whisp?


Kr1shna

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  11/15/18
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   2
  • Joined:  11/15/18
  • Last Seen:  

19 hours ago, Patskie said:

thanks a lot man, and for my @die problem, have any idea?

Link to comment
Share on other sites

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.

×
×
  • Create New...