Bugbear Matman NM - Newton Movalpolos
Bugbear Matman NM - Newton Movalpolos
Trade an Air tank to Moblin Shownman (I-9) to spawn Bugbear Matman. Rutter sabatons have only 45% drop rate so bring a thf with you or farm more air tanks.
- Attachments
-
- Bugbear_Matman.patch
- (2.79 KiB) Downloaded 282 times
Last edited by Kyonko on Mon Feb 18, 2013 4:00 am, edited 2 times in total.
Re: Bugbear Matman NM - Newton Movalpolos
couple things: matman's spawn point seems to be in the wrong spot, he spawned in the air and then came at me
so you can update his coordinate in mob_spawn_points
also, showman should despawn for 15 minutes, you can use entity:hideNPC(900)
aaand he has some dialogues, you can use player:showText(npc, textid) for that
textid you'll have to look up in pol utils, though... dialog tables -> english -> cop -> movalpolos -> newton movalpolos, his 3 are right at the end
blue will want you to alias them in newton_movalpolos' TextIDs, though. then you just call it with showText(npc, SHOWMAN_ACCEPT) or whatever you decide to call them
so you can update his coordinate in mob_spawn_points
also, showman should despawn for 15 minutes, you can use entity:hideNPC(900)
aaand he has some dialogues, you can use player:showText(npc, textid) for that
textid you'll have to look up in pol utils, though... dialog tables -> english -> cop -> movalpolos -> newton movalpolos, his 3 are right at the end
blue will want you to alias them in newton_movalpolos' TextIDs, though. then you just call it with showText(npc, SHOWMAN_ACCEPT) or whatever you decide to call them
Re: Bugbear Matman NM - Newton Movalpolos
added all 3 dialogues and despawn for 15 mins, the NM spawn position looks right from coordinates (they were already in mob_spawn file), it spawns under the lantern looking SE from moblin position.