Mob Purification

Join Discord

Serenity

Dedicated Member
Dedicated Member
Jul 3, 2010
159
1
45
Hi all..

Is it possible i can give a mob Purification? its just ive removed Puri from server as its so bugged via rebirths - i wanted to help players with training there magic skills.. is this possible? if so how please..
 

Serenity

Dedicated Member
Dedicated Member
Jul 3, 2010
159
1
45
No help there im afraid its only about the 255 being in beginning of database for the Monia_Def to work..
 
Upvote 0

Serenity

Dedicated Member
Dedicated Member
Jul 3, 2010
159
1
45
Thanks ever so much :)

Its working but its only managing to puri ppl upto the level of 59.. is there any way i can make it puri all levels plz? cos as database is limited to 255 not to sure how to do it :S
 
Last edited:
Upvote 0

Rawwwr

Dedicated Member
Dedicated Member
Feb 27, 2010
198
1
45
Well, as I saw, there are 255 different atack types, so... maybe you need to try every atacks :(
 
Upvote 0

Raffis

Dedicated Member
Dedicated Member
Dec 9, 2008
69
1
34
I dont know but if you still need help...

Create new monster in base:
Code:
1586	PURImob	255	11	101	100	0	0	0	0	0	1	10	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5	1	1500	0	1	1000	0	0

Then, open file: Envir/MonAi_Def and create there new file PuriMOB.txt and past there this script:

Code:
[@PuriMOB, STATUS, 0]

#IF
Random 1 1
NEAR 12
#ACT
Spell [0] Clearstatus 0 (26) ENEMY 11 Delay 4000
break

And the last one step, open file in Envir, MonAis.txt and past there this line:

Code:
PURImob		"MonAi_Def\PURImob.txt"

THE END
 
Upvote 0