ZelosAvalon Posted March 10, 2017 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 181 Reputation: 33 Joined: 11/11/12 Last Seen: 14 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Skorm Posted March 11, 2017 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share 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 Link to comment Share on other sites More sharing options...
0 ZelosAvalon Posted March 11, 2017 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 181 Reputation: 33 Joined: 11/11/12 Last Seen: 14 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
0 Capuche Posted March 11, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
0 ZelosAvalon Posted March 13, 2017 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 181 Reputation: 33 Joined: 11/11/12 Last Seen: 14 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.