Jump to content
  • 0

Request: Bragi and Sunset NPC Script


Schmerz

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  12/02/19
  • Last Seen:  

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

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  12/02/19
  • Last Seen:  

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:

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

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 by Mael
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  12/02/19
  • Last Seen:  

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!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  12/02/19
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...