Jump to content
  • 0
Alphochio

How to make Monsters a bit Larger?

Question

I've seen this private server that MVP monster is more Larger than its usual size?

How they do that? is it custom grf.? or is it on the server side?

please can anyone assist me regarding my question.

-thanks in advance ! :)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

It's an edit on the grf most of the time.

There is some grfs around the webz that has most of the annoying monsters to aim in super size[there is even a topic with links to most of the sprites at eathena but the links to them are dead]. Alternative you can always do it yourself using actor2.

Link to comment
Share on other sites

@Docubo - No it's not.

It's an edit on the grf most of the time.

There is some grfs around the webz that has most of the annoying monsters to aim in super size[there is even a topic with links to most of the sprites at eathena but the links to them are dead]. Alternative you can always do it yourself using actor2.

sir, can you point out some link to it. about this actor2? pls. I wanted to try it. thx thx thx. /ok

Link to comment
Share on other sites

*monster	 "<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"<event label>"};

There is a trick with the event label:

  • 2 = Small Monster
  • 4 = Big Monster

Example:

//spawns a big poring named "test" in prontera
monster "prontera", 155, 186, "test", 1002, 1, "4";

Source: http://www.eathena.ws/board/lofiversion/index.php?t256094.html

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.