ZelosAvalon Posted March 10, 2017 Posted March 10, 2017 I am creating the NPC scripts from the Dorams initial map, if anyone can help me in this one: Applicant MacCanie & Paul [NEED HELP] i don't know how to set the npctalk with two diferents NPCs with the same script, and I have some problems with questinfo if som1 wanna test this one already working like oficial iRO Vigilante Ajegna [WORKING] when i finish all NPC's from lasagna maps I'll put them all in one script according to the map All the help is welcome! i have more dialogs but dont work yet! The replay was attached to the post! Assistentes.rrf Quote
0 Skorm Posted March 11, 2017 Posted March 11, 2017 3 hours ago, ZelosAvalon said: i don't know how to set the npctalk with two diferents NPCs with the same script, and I have some problems with questinfo Cool stuff. Use unittalk with getnpcid. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L7302-L7306 https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L2397-L2407 Keep it up. 1 Quote
0 ZelosAvalon Posted March 11, 2017 Author Posted March 11, 2017 13 hours ago, Skorm said: Cool stuff. Use unittalk with getnpcid. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L7302-L7306 https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L2397-L2407 Keep it up. I tried, but I could not get it to work! Could you help me ? Quote
0 Capuche Posted March 11, 2017 Posted March 11, 2017 (edited) For NPCs you can also use *npctalk "<message>"{,"<NPC name>"}; https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L6108 izlude,75,100,3 script npc 1 4_DR_SOLDIER,{ unittalk getnpcid(0,"npc 2"), "NPC 2 is talking"; end; } izlude,72,100,3 script npc 2 4_DR_SOLDIER,{ npctalk "npc 1 is talking", "npc 1"; end; } Edited March 11, 2017 by Capuche 1 Quote
0 ZelosAvalon Posted March 13, 2017 Author Posted March 13, 2017 On 11/03/2017 at 7:45 PM, Capuche said: For NPCs you can also use *npctalk "<message>"{,"<NPC name>"}; https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L6108 izlude,75,100,3 script npc 1 4_DR_SOLDIER,{ unittalk getnpcid(0,"npc 2"), "NPC 2 is talking"; end; } izlude,72,100,3 script npc 2 4_DR_SOLDIER,{ npctalk "npc 1 is talking", "npc 1"; end; } tyvm Quote
Question
ZelosAvalon
I am creating the NPC scripts from the Dorams initial map, if anyone can help me in this one:
Applicant MacCanie & Paul [NEED HELP]
i don't know how to set the npctalk with two diferents NPCs with the same script, and I have some problems with questinfo
if som1 wanna test this one already working like oficial iRO
Vigilante Ajegna [WORKING]
when i finish all NPC's from lasagna maps I'll put them all in one script according to the map
All the help is welcome!
i have more dialogs but dont work yet!
The replay was attached to the post!
Assistentes.rrf
4 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.