getrandmob (script command)

Samuel

New member
Messages
397
Points
0
Discord
Elijah#5798
Github
Samuel23
Emulator
File Name: getrandmob (script command)

File Submitter: Samuel

File Submitted: 31 Oct 2013

File Category: Plugins

Hi guys!

Just converted Akinari's getrandmob script command into a plugin.

What does it do?

Grabs a random monster from one of the branch databases.

Useful for hunter quests, disguise events, and anything else you can think of.

Uses database stored in memory, so it's faster and more efficient than running SQL queries and doesn't require you to use SQL dbs for items and mobs.

Click here to download this file

 
This is not just for spawning monster.

You can use this for quest or events where you want to pick a random mobid.

 
sir, i have load the plugins but nothing happen.

I try to @getrandmob but unknown commands.

why there are some poring at town ?

i dont get...

here some screenshot for you.

09-Nov-13 4-16-59 AM.png 09-Nov-13 4-16-32 AM.png

 
sir, i have load the plugins but nothing happen.

I try to @getrandmob but unknown commands.

why there are some poring at town ?

i dont get...

here some screenshot for you.

attachicon.gif
09-Nov-13 4-16-59 AM.png
attachicon.gif
09-Nov-13 4-16-32 AM.png
Its just for getting random monster id, Its not a ATCOMMAND, its a SCRIPT COMMAND,

so you can't use @getrandmob, instead you have to use getrandmob() on script with following syntax:

Code:
getrandmob(num,type); * * type: Where to fetch from: * 0: dead branch list * 1: poring list * 2: bloody branch list * num: Mob level to check against
 
Back
Top