My First Release :)

Status
Not open for further replies.
Junior Spellweaver
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 :

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"));
                        }
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 :)
 

Attachments

Good job on your first release! But don't forget the [Release] Tag and an appropriate name.

Lol.. I just realized, I've never started a single thread that wasn't in the release/dev section o_0
 
Re: [RELEASE] My First Release :)

An idea to this is to add a boss snail after all 3... Mano and he will have 40m hp and take 240min to kill.

Edit: ops meant 4b hp
 
Last edited:
Re: [RELEASE] My First Release :)

Tag Added :)

Command edited XP i forgot a }

An idea to this is to add a boss snail after all 3... Mano and he will have 40m hp and take 240min to kill.

Nice idea XP but im searching for the perfect last transformation... ahmmmm 40m? the first snail have 500m
 
Re: [RELEASE] My First Release :)

lol I LOVE THIS IDEA!!! But does it work? Has anyone tried it? ^^ This sounds like an awesome command >_> Perfect for events...
 
Re: [RELEASE] My First Release :)

It should work... its based on the !monster command o.o...

!supiangel searchs in mob.wz folder the file 1337100.xml , if the !supiangel doesnt work just use !spawn 1337100 , i edited the .xml files and added the revive line to the files 1337100.xml and 1337101.xml so when 1337100 die appears the 1337101 and when the 1337101 dies appear the 1337102
 
Re: [RELEASE] My First Release :)

You can only change a monster's HP and EXP through the XML .WZ files. Speed, defense, etc. are all controlled by the client.
 
Re: [RELEASE] My First Release :)

nice realese!

despues de todo no ers tan leecher, sabes lo q haces :D!
 
Re: [RELEASE] My First Release :)

You can only change a monster's HP and EXP through the XML .WZ files. Speed, defense, etc. are all controlled by the client.

Really? Well... 2b of hp are much attacks XD So the important feature is covered :) HP and Exp

nice realese!

despues de todo no ers tan leecher, sabes lo q haces :D!

XP...
 
Re: [RELEASE] My First Release :)

um... if u changed everything in the xml files, wont all snails be godly? o.o
 
Re: [RELEASE] My First Release :)

You can only change a monster's HP and EXP through the XML .WZ files. Speed, defense, etc. are all controlled by the client.

Lulz nib. You can also change pushed, boss, and MP =D

@Topic: Add a new .XML? Did you even try it yourself? Notice what Goofy said. CONTROLLED BY THE CLIENT. You cant add a new monster unless you edit the .WZ files in the client as well.
 
Re: [RELEASE] My First Release :)

Really? Well... 2b of hp are much attacks XD So the important feature is covered :) HP and Exp



XP...


pero igual tu server sigue siendo noob por los altos rates u_u
 
Status
Not open for further replies.
Back