awesomazingxed Posted January 21, 2015 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
2 Valor Posted December 7, 2019 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
0 kalabasa Posted December 7, 2019 Posted December 7, 2019 bump i also like this one the player will walk close the bragi npc then it will cast bragi Quote
0 LearningRO Posted August 24, 2020 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
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.
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.