Jump to content
  • 0

Atcommand "Summon"


Freya

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   28
  • Joined:  12/21/16
  • Last Seen:  

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 by Valor
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

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!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   28
  • Joined:  12/21/16
  • Last Seen:  

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 by Valor
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  71
  • Reputation:   0
  • Joined:  06/27/13
  • Last Seen:  

Spoiler

help

I want to download one monster for each character only possible help Do not die
 

Edited by marcorogeeh
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  12/12/18
  • Last Seen:  

how do i add more choice for them to pick for the monster ~ 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...