the quest is by with other means than with EventMonitorCheck but i would like to know why it wasn't with the original script...
NPC "Valent Blackscar" say 2 things..
a) get the hammer -> [Say] [Valent Blackscar]: Now! Grab your hammer!
b) get the pliers -> [Say] [Valent Blackscar]: Now! Grab your ...
Search found 5 matches
- Sat Jun 23, 2012 5:52 am
- Forum: Runes of Magic
- Topic: HELP @ EventMonitor & EventMonitorCheck needed
- Replies: 9
- Views: 1666
- Fri Jun 22, 2012 8:51 pm
- Forum: Runes of Magic
- Topic: HELP @ EventMonitor & EventMonitorCheck needed
- Replies: 9
- Views: 1666
Re: HELP @ EventMonitor & EventMonitorCheck needed
mmm... :geek:
never thought on that...
something like..... ??
<!-- # 1 --><waypoint x="-368" z="327" y="1637">
player:target_NPC("Valent Blackscar"); AcceptQuestByName("Here Comes the Rain");
while (getQuestStatus("Here Comes the Rain") == "incomplete") do
-- if pliers exist
if player ...
never thought on that...
something like..... ??
<!-- # 1 --><waypoint x="-368" z="327" y="1637">
player:target_NPC("Valent Blackscar"); AcceptQuestByName("Here Comes the Rain");
while (getQuestStatus("Here Comes the Rain") == "incomplete") do
-- if pliers exist
if player ...
- Fri Jun 22, 2012 8:01 pm
- Forum: Runes of Magic
- Topic: HELP @ EventMonitor & EventMonitorCheck needed
- Replies: 9
- Views: 1666
Re: HELP @ EventMonitor & EventMonitorCheck needed
hehe np.
for what i managed to understand the Arg.4 is the "sender" and the Arg.1 is the "message"
as i start the monitor filtering the 4th Arg. to Valent...
EventMonitorStart("blacksay","CHAT_MSG_SAY",",,,Valent Blackscar");
...i thought it wasn't needed to "re-use it" in EventMonitorCheck ...
for what i managed to understand the Arg.4 is the "sender" and the Arg.1 is the "message"
as i start the monitor filtering the 4th Arg. to Valent...
EventMonitorStart("blacksay","CHAT_MSG_SAY",",,,Valent Blackscar");
...i thought it wasn't needed to "re-use it" in EventMonitorCheck ...
- Fri Jun 22, 2012 7:50 pm
- Forum: Runes of Magic
- Topic: HELP @ EventMonitor & EventMonitorCheck needed
- Replies: 9
- Views: 1666
Re: HELP @ EventMonitor & EventMonitorCheck needed
thanx for the repply, i tryed his CoO-invaders for the elite skills with no luck...
i'm stuck with the eventMonitor&check. i really cant get it to work...
there 2 have a small(tiny) diference... the quest, the npc "speak" in SYSTEM chat and in the quest Val speak in SAY chat.
each tool appear ...
i'm stuck with the eventMonitor&check. i really cant get it to work...
there 2 have a small(tiny) diference... the quest, the npc "speak" in SYSTEM chat and in the quest Val speak in SAY chat.
each tool appear ...
- Fri Jun 22, 2012 4:47 pm
- Forum: Runes of Magic
- Topic: HELP @ EventMonitor & EventMonitorCheck needed
- Replies: 9
- Views: 1666
HELP @ EventMonitor & EventMonitorCheck needed
Hello there first of all let me just say THANK YOU Lisa and Rock5 for the work and explanations done, not to me directly but to all that read the forum.
Now to the business... I'm trying to make a script to make a script for a Dwarf quest (with no good results atm) called "Here Comes the Rain ...
Now to the business... I'm trying to make a script to make a script for a Dwarf quest (with no good results atm) called "Here Comes the Rain ...