Jump to content
  • 0

Question

5 answers to this question

Recommended Posts

  • 0
Posted
strmobinfo(1,getvar(getd("Mission"+.@j), $@partymembercid[.@i])

hmm, it has 3 parameters?

 

doc/script_commands.txt#L5748

*strmobinfo(<type>,<monster id>);

This function will return information about a monster record in the database, as 
per 'db/(pre-)re/mob_db.txt'. Type is the kind of information returned. Valid types are:
It will return 0 if there is no such monster (or the type value is invalid),
or an empty string if you requested the monster's name.

 1 - 'english name' field in the database, a string.
 2 - 'japanese name' field in the database, a string.
     All other returned values are numbers:
 3 - Level.
 4 - Maximum HP.
 5 - Maximum SP.
 6 - Experience reward.
 7 - Job experience reward.

should be only 2 parameters

  • Upvote 1
  • 0
Posted (edited)
strmobinfo(1,getvar(getd("Mission"+.@j), $@partymembercid[.@i])

hmm, it has 3 parameters?

 

doc/script_commands.txt#L5748

*strmobinfo(<type>,<monster id>);

This function will return information about a monster record in the database, as 
per 'db/(pre-)re/mob_db.txt'. Type is the kind of information returned. Valid types are:
It will return 0 if there is no such monster (or the type value is invalid),
or an empty string if you requested the monster's name.

 1 - 'english name' field in the database, a string.
 2 - 'japanese name' field in the database, a string.
     All other returned values are numbers:
 3 - Level.
 4 - Maximum HP.
 5 - Maximum SP.
 6 - Experience reward.
 7 - Job experience reward.

should be only 2 parameters

 

 

Ohh thank you!

 

So what would be the proper code/parameter for this NPC?

 

Thank you again!

Edited by Fluffle Puff

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