hthuong Posted October 31, 2012 Posted October 31, 2012 I want to spawn monster in town and these monsters don't attack player. How can i do it? Thanks in advance Quote
-1 Bin4ry Posted October 31, 2012 Posted October 31, 2012 Oh, totally forgets about REspawn will flood. Hahaha thanks for telling. Quote
Bin4ry Posted October 31, 2012 Posted October 31, 2012 You can change the monster's property in db, or duplicate them with non-aggressive property. You can also place them as NPC but monster sprite, using npcwalk command to let them walk. Quote
hthuong Posted October 31, 2012 Author Posted October 31, 2012 @darristan: rachel.gat,0,0,0,0 monster Beastman 3014,9,1,1,8 here is one way. but i don't know how to add event on monster dead Quote
Bin4ry Posted October 31, 2012 Posted October 31, 2012 rachel,0,0,0,0 monster Beastman 3014,9,1,1,8,"NPCName::EventName" 150,150,1 script NPCName 53,{ end; EventName: announce "You killed Beastman!"; end; } Quote
rotestserver Posted October 31, 2012 Posted October 31, 2012 (edited) ^@darristan sir how to make that script every hour spawn?? and if it is not killed by player, it automatically die. Edited October 31, 2012 by rotestserver Quote
Bin4ry Posted October 31, 2012 Posted October 31, 2012 Uhh... if it's spawning every hour (Exactly :00 minute). If it's not killed by player, then it automatically die and respawn again? What is it point .__. Quote
Emistry Posted October 31, 2012 Posted October 31, 2012 (edited) you can try this.. http://pastebin.com/raw.php?i=KfqqeVSu @darristan i suggest to not use any visible NPC if the NPC do nothing unless the NPC provide any guide / helpful stuff to players... and for the auto kill part...maybe he afraid the script will "spam" alot monster if there is no other player killed the previous summoned monster. Edit : but your script should be no problem with monster flooding ~ except the error during announce xD Edited October 31, 2012 by Emistry Quote
Question
hthuong
I want to spawn monster in town and these monsters don't attack player.
How can i do it?
Thanks in advance
7 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.