Jump to content
  • 0

Question

Posted (edited)

Hi everyone i'm needed help to fix my script.

This script for summon monster and the summon monster battle each other.

here my script

// Custom Script

// by : Hendra814

// Ym : [email protected]

// Note : 01/07/12

// create summon monster and make summon monster battle each other

//========================SUMMON MONSTER========================

prontera,155,180,4 script Monster Summoner 937,{

input .monsterid;

atcommand "@summon " + .monsterid;

atcommand "@killer";

atcommand "@hide";

}

base on GM command, @summon must be like this

@summon[space]monster_name[space]duration

so when i'm called summon monster with this script, the monster just hold with my char for 1 minutes.

so how to add duration time to atcommand "@summon " + .monsterid;

Thanks

Edited by hendra814

6 answers to this question

Recommended Posts

Posted (edited)

atcommand "@summon "+ .monsterid + " 60000";

that should hold the monster for 1hr, not sure if i got the number right, but the idea is right there

Edited by en_dev
Posted

atcommand "@summon "+ .monsterid + " 60000";

that should hold the monster for 1hr, not sure if i got the number right, but the idea is right there

Thanks, The script work good now

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...