Azura Skyy Posted November 21, 2015 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Share Posted November 21, 2015 Currently we have the @disguise command which allows us to diguise as NPCs and Mobs. We also have the changebase script command, allowing us to disguise our character as another job class. I'm wondering if we could make these work with NPCs in some way.While talking to Stolao about a script where you would see an NPC change over time, he concluded that he'd have to use multiple NPCs since they can't be disguised. Made me think we could benefit from a script command to disguise them.Thanks for your consideration,~Azura Skyy Link to comment Share on other sites More sharing options...
Pneuma Posted November 21, 2015 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted November 21, 2015 Currently we have the @disguise command which allows us to diguise as NPCs and Mobs. We also have the changebase script command, allowing us to disguise our character as another job class. I'm wondering if we could make these work with NPCs in some way. While talking to Stolao about a script where you would see an NPC change over time, he concluded that he'd have to use multiple NPCs since they can't be disguised. Made me think we could benefit from a script command to disguise them. Thanks for your consideration, ~Azura Skyy If I recall there actually is a script command to do this. I'll have to do some digging to find it. *setnpcdisplay("<npc name>", "<display name>", <class id>, <size>) *setnpcdisplay("<npc name>", "<display name>", <class id>) *setnpcdisplay("<npc name>", "<display name>") *setnpcdisplay("<npc name>", <class id>) Changes the display name and/or display class of the target NPC. Returns 0 is successful, 1 if the NPC does not exist. Size is 0 = normal 1 = small 2 = big. I believe it's the class ID you want to change. Link to comment Share on other sites More sharing options...
Azura Skyy Posted November 21, 2015 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Author Share Posted November 21, 2015 https://rathena.org/wiki/SetnpcdisplayI hate automated events so much that I forgot about the disguise npc event and that it has to use a function that already does this. Looking through the scripting commands I completely passed over it.Next issue I guess,~Azura Skyy Link to comment Share on other sites More sharing options...
Stolao Posted November 21, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted November 21, 2015 Hmm this is very good to know, ty I've never noticed this in my script_command. txt till now Link to comment Share on other sites More sharing options...
Azura Skyy Posted November 22, 2015 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Author Share Posted November 22, 2015 Hmm this is very good to know, ty I've never noticed this in my script_command. txt till now Lets pertained that this is a learning experience and forget how silly we are. Regards, ~Azura Skyy Link to comment Share on other sites More sharing options...
Recommended Posts