Freya Posted April 23, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 120 Reputation: 54 Joined: 02/12/17 Last Seen: June 2, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Valor Posted April 23, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Freya Posted April 23, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 120 Reputation: 54 Joined: 02/12/17 Last Seen: June 2, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Valor Posted April 23, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 marcorogeeh Posted September 14, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 06/27/13 Last Seen: March 29, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 GM PeachLychee Posted January 14, 2019 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 12/12/18 Last Seen: March 20, 2022 Share Posted January 14, 2019 how do i add more choice for them to pick for the monster ~ Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.