[Other] about monster ai script,how to make monster attack with green poison effect ?

sgf

Dedicated Member
Dedicated Member
Apr 13, 2012
42
2
35
hi,guys,i try to make the monster's attack with green poison effect.
:P'
but i don't understand the script....
such like "POISON,MPATTACK".....or some other Commads....
im search the google,but can't find any userful infomation.
so,post this thread looking for some friend know that....
any one know?:#
 

sgf

Dedicated Member
Dedicated Member
Apr 13, 2012
42
2
35
Shot [1] ULTRASTONE (30) Poison 20 5 FULLMOON Delay 1000 ;//this ai script effect is the monster self poisoned...
 
Upvote 0

dsmir3

LOMCN Veteran
Veteran
Loyal Member
Mar 12, 2010
311
7
45
Ok do a search for MonAi exactly as I've written it, there are a fair few threads on the topic.
 
Upvote 0

BoomBoom

Dedicated Member
Dedicated Member
Aug 16, 2013
108
9
44
[FONT=tahoma, helvetica, arial]
Code:
[/COLOR][/FONT][COLOR=#454545][FONT=tahoma]怪物AI命令:[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]#SETUP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]#IF[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]#ACT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]#ELSEACT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BEGIN[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]END[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MONSTER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HUMAN[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]NEUTRAL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MAD[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]STICKED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SETDIR[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ENEMY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FRIEND[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]LOWHP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HIGHHP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]NEAR[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FAR[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]COUNT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RANDOM[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SURROUNDED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]TIME[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]CHECKTIME[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]LOCKED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SETSTATUS[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]STAND[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RUSH[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FOLLOW[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BETRAY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]CHANGESETUP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RUNAWAY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]JUMP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]JUMPTO[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HIDE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SHOW[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MONGEN[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]WALKSPEED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ATTACKSPEED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RESETWALKSPEED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RESETATTACKSPEED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BREAK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]CALLDEFAULTNPC[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SAY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MARKTIMEBUBBLEON[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BUBBLEOFF[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]PULLOVER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]PUSHOVER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]POWER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]NORMAL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]DOUBLE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]TREBLE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HALF[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RATE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HIT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SHOT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SPELL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]THUNDER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FIREWALL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FIRELINE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ICEWALL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ICELINE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FIREBOMB[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HEALING[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]WIDEHEALING[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]CLEARSTATUS[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]PUSH[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ULTRASTONE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MPATTACK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SELFATTACK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FRONTROW[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FULLMOON[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HALFMOON[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FRONTBACK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]LONG[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]EQUAL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BLANCE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X0[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X1[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X2[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X3[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X4[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X5[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X6[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X7[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X8[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X9[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X10[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X11[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X12[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FIRE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ICE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]LIGHT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]WIND[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HOLY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]DARK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]PHAN[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]TOM[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SELF[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]TARGET[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]DELAY

These are for 42 Magic King files[/FONT]
 
Upvote 0

sgf

Dedicated Member
Dedicated Member
Apr 13, 2012
42
2
35
vBulletin Message
Sorry - no matches. Please try some different terms.

---------- Post Merged at 04:03 PM ---------- Previous Post was at 04:01 PM ----------

Ok do a search for MonAi exactly as I've written it, there are a fair few threads on the topic.
vBulletin Message
Sorry - no matches. Please try some different terms.

---------- Post Merged at 04:08 PM ---------- Previous Post was at 04:01 PM ----------

Code:
Code:
[COLOR=#454545][FONT=tahoma]怪物AI命令:[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]#SETUP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]#IF[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]#ACT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]#ELSEACT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BEGIN[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]END[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MONSTER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HUMAN[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]NEUTRAL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MAD[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]STICKED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SETDIR[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ENEMY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FRIEND[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]LOWHP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HIGHHP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]NEAR[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FAR[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]COUNT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RANDOM[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SURROUNDED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]TIME[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]CHECKTIME[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]LOCKED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SETSTATUS[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]STAND[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RUSH[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FOLLOW[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BETRAY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]CHANGESETUP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RUNAWAY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]JUMP[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]JUMPTO[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HIDE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SHOW[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MONGEN[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]WALKSPEED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ATTACKSPEED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RESETWALKSPEED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RESETATTACKSPEED[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BREAK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]CALLDEFAULTNPC[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SAY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MARKTIMEBUBBLEON[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BUBBLEOFF[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]PULLOVER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]PUSHOVER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]POWER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]NORMAL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]DOUBLE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]TREBLE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HALF[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]RATE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HIT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SHOT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SPELL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]THUNDER[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FIREWALL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FIRELINE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ICEWALL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ICELINE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FIREBOMB[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HEALING[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]WIDEHEALING[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]CLEARSTATUS[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]PUSH[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ULTRASTONE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]MPATTACK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SELFATTACK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FRONTROW[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FULLMOON[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HALFMOON[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FRONTBACK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]LONG[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]EQUAL[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]BLANCE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X0[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X1[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X2[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X3[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X4[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X5[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X6[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X7[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X8[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X9[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X10[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X11[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]X12[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]FIRE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]ICE[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]LIGHT[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]WIND[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]HOLY[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]DARK[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]PHAN[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]TOM[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]SELF[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]TARGET[/FONT][/COLOR]
[COLOR=#454545][FONT=tahoma]DELAY
[/FONT][/COLOR]


These are for 42 Magic King files
tks,I have all of the commands
But i can't use lot‘s of them....can't understand lot's of Ai Script what how to use thats....
likes posion or....save state or save some Variable in ai script。。。
 
Upvote 0