- Joined
- Feb 3, 2008
- Messages
- 183
- Reaction score
- 2
Well this is like bob the snail XP but with some modificacions (Based on bob the snail).
What does this do?
Well if you write !supiangel a green snail appears BUT this is the stats of that green snail :
Then... after 20 minutes you finally kill Supiangel... The Mutant Snail... but NO it transform in a Blue Snail with this stats
After 40 more minutes you finally kill the snail... *reconfortable* BUT!!!! it appears a new monster X_X Supiangel... The Mutant RED Snail with this stats :
What does i need to download or add?
You need to download the XML files (At the end of the post) and extract it on wz/mob.wz
And add this to CommandProcessor :
Credits:
Supiangel (me)
Stars0fLight for the release of bob the snail
This is my first release so if you see something wrong tell me... i want to learn more
What does this do?
Well if you write !supiangel a green snail appears BUT this is the stats of that green snail :
PHP:
level = 100
maxHP = 500000000
maxMP = 0
speed = -65
Weapon DMG = 72000 (I dont really know how much dmg does so...)
Weapon Defense = 500
Magic Atk = 0
Magic Defense = 1500
accuracy = 315
avoidability = 315
exp = 750000000
Then... after 20 minutes you finally kill Supiangel... The Mutant Snail... but NO it transform in a Blue Snail with this stats
PHP:
level = 150
maxHP = 1000000000
maxMP = 0
speed = -65
Weapon DMG = 90000 (I dont really know how much dmg does so...)
Weapon Defense = 750
Magic Atk = 0
Magic Defense = 2000
accuracy = 355
avoidability = 355
exp = 1000000000
After 40 more minutes you finally kill the snail... *reconfortable* BUT!!!! it appears a new monster X_X Supiangel... The Mutant RED Snail with this stats :
PHP:
level = 200
maxHP = 2000000000
maxMP = 0
speed = -65
Weapon DMG = 120000 (I dont really know how much dmg does so...)
Weapon Defense = 1000
Magic Atk = 0
Magic Defense = 3000
accuracy = 425
avoidability = 425
exp = 2000000000
What does i need to download or add?
You need to download the XML files (At the end of the post) and extract it on wz/mob.wz
And add this to CommandProcessor :
Code:
}else if (splitted[0].equals("!supiangel")){
MapleMonster mob0 = MapleLifeFactory.getMonster(1337100);
c.getPlayer().getMap().spawnMonsterOnGroudBelow(mob0, c.getPlayer().getPosition()); c.getPlayer().getMap().broadcastMessage(MaplePacketCreator.serverNotice(0, "Muhuhuhahaha Supiangel... The Mutant Snail was summoned muhuhuhahaha"));
}
Supiangel (me)
Stars0fLight for the release of bob the snail

This is my first release so if you see something wrong tell me... i want to learn more
