Schmerz Posted December 11, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 12/02/19 Last Seen: January 18 Share Posted December 11, 2019 Hi I would like to request for an NPC script. Where the NPC will cast Bragis Poem and Sunset with NPC stats 150 int 150 dex 150 agi whenever a character is in range. thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Mael Posted December 11, 2019 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 21 hours ago Share Posted December 11, 2019 8 minutes ago, Schmerz said: Hola Me gustaría solicitar un script NPC. Donde el NPC lanzará Bragis Poem and Sunset con estadísticas de NPC 150 int 150 dex 150 agi siempre que un personaje esté dentro del rango. gracias por adelantado https://rathena.org/board/topic/100343-poem-of-bragi-npc/#comment-370167 Quote Link to comment Share on other sites More sharing options...
0 Schmerz Posted December 11, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 12/02/19 Last Seen: January 18 Author Share Posted December 11, 2019 Hi thanks for the fast reply. I have tried this script however the Bragi Skill is so different . Its like the Stats INT and DEX are not working. Can you check if the script is somewhere broken ??? Thank you so much 23 minutes ago, Mael said: https://rathena.org/board/topic/100343-poem-of-bragi-npc/#comment-370167 Quote Link to comment Share on other sites More sharing options...
0 Mael Posted December 11, 2019 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 21 hours ago Share Posted December 11, 2019 (edited) Try this, it's the Apple of Idun. prontera,154,156,5 script Performer 479,3,3,{ end; OnTouch: if( .aidun < gettimetick(2) ){ // triggered within area 7x7, start Apple of Idun if not on delay unitskilluseid getnpcid(0),322,10; // Apple of Idun(322) level 10 set .aidun,gettimetick(2) + 180; // delay 3 minute for npc to cast song } end; OnInit: setunitdata getnpcid(0),UNPC_INT,150; // set npc INT 150 setunitdata getnpcid(0),UNPC_DEX,150; // set NPC DEX 150 setunitdata getnpcid(0),UNPC_AGI,150; // set NPC AGI 150 end; } On 12/12/2019 at 2:05 AM, Schmerz said: Hi thanks for the fast reply. I have tried this script however the Bragi Skill is so different . Its like the Stats INT and DEX are not working. Can you check if the script is somewhere broken ??? Thank you so much I just tried it and it works perfectly. Edited December 11, 2019 by Mael Quote Link to comment Share on other sites More sharing options...
0 Schmerz Posted December 11, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 12/02/19 Last Seen: January 18 Author Share Posted December 11, 2019 Wow cool! Okay I will try now... Another question.. How can we incorporate Musical Lesson level 10? maybe thats the missing part ? Because it also affects the quality of Bragi Idun and Sunset. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
0 Schmerz Posted December 28, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 12/02/19 Last Seen: January 18 Author Share Posted December 28, 2019 Would like to bump this request of mine Can anyone incorporate a passive skill( Musical Lesson lvl 10) to the NPC script? thanks i advance Quote Link to comment Share on other sites More sharing options...
Question
Schmerz
Hi
I would like to request for an NPC script. Where the NPC will cast Bragis Poem and Sunset with NPC stats 150 int 150 dex 150 agi whenever a character is in range.
thanks in advance
Link to comment
Share on other sites
5 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.