Freya Posted April 23, 2017 Posted April 23, 2017 Hello, is it possible for an NPC to use a GM command "summon" in a certain map on a certain coordinates? (P.S. Yes it is possible.) May I know as to how to achieve this? Thank you. Quote
0 Valor Posted April 23, 2017 Posted April 23, 2017 (edited) Sample: prontera,156,160,4 script Monster Trainer 757,{ mes "Need monster assistant?"; menu "Yes",-; atcommand "@summon "+.monster+" "+.time; end; OnInit: set .monster,2068; // monster Biotata set .time,5; // Duration in minutes end; } Edited April 23, 2017 by Valor 2 Quote
0 Freya Posted April 23, 2017 Author Posted April 23, 2017 1 minute ago, Valor said: Sample: prontera,156,160,4 script Monster Trainer 757,{ mes "Need monster assistant?"; menu "Yes",-; atcommand "@summon "+.monster+" "+.time; end; OnInit: set .monster$,2068; // monster Biotata set .time,5; // Duration in minutes end; } Thank you for such a wonderful answer Valor! However, can you tell me on how to make the summon appear in a specific map on a specific coordinates? Should I also set a map and its coordinates too? Thank you so much! Quote
0 Valor Posted April 23, 2017 Posted April 23, 2017 (edited) change prontera,156,160,4 script Monster Trainer 757,{ // map and coordinate or duplicate it payon,100,100,4 duplicate(Monster Trainer) Monster Trainer#payon 757 your font hurt my eyes about summoned monster on spesific coodinate, idk bcs i think @summon created to summon monster nearby as your ally unless u using other script command, instead of @summon. monster "prontera",123,42,"Poringz0rd",2341,23,"Master::OnThisMobDeath"; Edited April 23, 2017 by Valor Quote
0 marcorogeeh Posted September 14, 2017 Posted September 14, 2017 (edited) Spoiler help I want to download one monster for each character only possible help Do not die Edited September 14, 2017 by marcorogeeh Quote
0 GM PeachLychee Posted January 14, 2019 Posted January 14, 2019 how do i add more choice for them to pick for the monster ~ Quote
Question
Freya
Hello, is it possible for an NPC to use a GM command "summon" in a certain map on a certain coordinates? (P.S. Yes it is possible.)
May I know as to how to achieve this?
Thank you.
5 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.