awesomazingxed Posted January 21, 2015 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 10/24/14 Last Seen: August 7, 2015 Share Posted January 21, 2015 Hello everyone. I just to request an NPC that automatically cast Poem of Bragi (non-stop) 150 Int It's just like a normal NPC that has bragi like a clown. I'm gonna use it to my training ground. Thanks in advance. Ciao. Quote Link to comment Share on other sites More sharing options...
2 Valor Posted December 7, 2019 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share Posted December 7, 2019 prontera,237,81,5 script Performer 479,3,3,{ end; OnTouch: if( .sbragi < gettimetick(2) ){ // triggered within area 7x7, start bragi if not on delay unitskilluseid getnpcid(0),321,10; // bragi(321) level 10 set .sbragi,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 end; } 1 Quote Link to comment Share on other sites More sharing options...
0 Eros Posted October 10, 2019 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Share Posted October 10, 2019 bump i also need this one Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted December 7, 2019 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted December 7, 2019 bump i also like this one the player will walk close the bragi npc then it will cast bragi Quote Link to comment Share on other sites More sharing options...
0 deceel Posted August 24, 2020 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 03/11/13 Last Seen: November 21, 2023 Share Posted August 24, 2020 how about service?sunset? Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted August 24, 2020 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 6 hours ago Share Posted August 24, 2020 3 hours ago, deceel said: how about service?sunset? just change this part to skillid sunset, service unitskilluseid getnpcid(0),321,10; Quote Link to comment Share on other sites More sharing options...
awesomazingxed Posted January 23, 2015 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 10/24/14 Last Seen: August 7, 2015 Author Share Posted January 23, 2015 Anyone? Quote Link to comment Share on other sites More sharing options...
Question
awesomazingxed
Hello everyone. I just to request an NPC that automatically cast Poem of Bragi (non-stop) 150 Int
It's just like a normal NPC that has bragi like a clown. I'm gonna use it to my training ground. Thanks in advance. Ciao.
Link to comment
Share on other sites
6 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.