hthuong Posted October 31, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 08/09/12 Last Seen: October 2, 2013 Share 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 Link to comment Share on other sites More sharing options...
-1 Bin4ry Posted October 31, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted October 31, 2012 Oh, totally forgets about REspawn will flood. Hahaha thanks for telling. Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 31, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
hthuong Posted October 31, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 08/09/12 Last Seen: October 2, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Bin4ry Posted October 31, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
rotestserver Posted October 31, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 0 Joined: 10/21/12 Last Seen: November 19, 2012 Share 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 Link to comment Share on other sites More sharing options...
Bin4ry Posted October 31, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted October 31, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Tuesday at 05:38 PM Share 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 Link to comment Share on other sites More sharing options...
Question
hthuong
I want to spawn monster in town and these monsters don't attack player.
How can i do it?
Thanks in advance
Link to comment
Share on other sites
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.