^^
Rev 1 == Created This
Rev 2 == Added Images,Look through the codes and see whether there is any errors
Rev 3 == Suggested by xJvlaplex,other type of method
Some people get angry over these....Stun and stun and seal and seal seduce seduce
This is the cure!
For Seduce
Go to MobSkill.Java
Cltr+F And type in case 128
Saw A
PHP Code:
seduce = true;
}
Then replace that with
PHP Code:
case 128: // Seduce
if (!player.isGM()) {
seduce = false;
} else {
seduce = true;
}
^^
For Others it would be quite easy
V.75 Haven add in Curse..
To input,Go to MapleDisease.java
Add under WEAKEN(0x4000000000000000L),
This >> CURSE(0x8000000000000000L);
I suppose some of them has this
After that,Cltr+F type in case 123
Saw
PHP Code:
case 123:
return MapleDisease.STUN;
Then Add in under it
PHP Code:
case 124:
return MapleDisease.CURSE;
To insert Others Buffs disabled for gms...
Add in
Code:
if (!player.isGM()) {
disease = MapleDisease.NULL;
} else {
And
Between EVERY
PHP Code:
disease = MapleDisease [Buff/Skill]
Dun add to Dispel
Press thanks if HELP!
REV 2
These picture i have gone through in 3 mins...
Normally i will get 2~5 seduce in 3 mins BUT..i didnt...
Rev 3
*Suggested by xJvlaplex*
PHP Code:
if (isGM()) return;
--Note!!they are MYPICTURES!!--
First 1,fighting head 1...
(I am swimming!!)
Second 1,i am fighting head 2..(Tired of 1)...

Thirdly,i am fighting the tail=P

Tested Version - Ver.75