[Release] Small release !morphs (Morph shop) 5 different morphing items v55

Junior Spellweaver
Joined
Jul 21, 2008
Messages
124
Reaction score
47
I made this because from looking at private servers I noticed not many people realize there are 5 different morphs. Pig, mushroom, alien are the basic ones but there's 2 more a dragon and Tigun, which I like to call the fat man =D. These are the morphs available for v55.

Execute this sql file :

Open your commandprocessor.

Under

Code:
            } else if (splitted[0].equals("!pets")) {
                MapleShopFactory sfact = MapleShopFactory.getInstance();
                MapleShop shop = sfact.getShop(70);
                shop.sendShop(c);

Add

Code:
            } else if (splitted[0].equals("!morphs")) {
                MapleShopFactory sfact = MapleShopFactory.getInstance();
                MapleShop shop = sfact.getShop(1652);
                shop.sendShop(c);

Dragon elixir -
get31720 - [Release] Small release !morphs (Morph shop) 5 different morphing items v55 - RaGEZONE Forums

Dragon Elixir with down arrow -
get31720 - [Release] Small release !morphs (Morph shop) 5 different morphing items v55 - RaGEZONE Forums


Warning do not climb ladders/ropes with dragon elixir or it will 'cause you to dc.

Tigun Transformation Bundle -
get31720 - [Release] Small release !morphs (Morph shop) 5 different morphing items v55 - RaGEZONE Forums

Tigun Transformation Bundle with down arrow -
get31720 - [Release] Small release !morphs (Morph shop) 5 different morphing items v55 - RaGEZONE Forums


If people feel this relelase is unnessecary I will delete this thread no harmed feelings :w00t:.

Don't forget to compile :wink:
How to Compile with Netbeans [Odin]
The pet is not part of the morph it's just equiped on me :):
 
Re: [Release] Small release !morphs (Morph shop) 5 different morphing items

i love these small relases like i really do
i hate those Wanna-Be Developers that try to release good stuff
 
Re: [Release] Small release !morphs (Morph shop) 5 different morphing items

Nice i didnt even know of these other 2. lol. Im going to try this and hopefully be able to change it up a little to make my own shops =)
 
Re: [Release] Small release !morphs (Morph shop) 5 different morphing items

You're missing A LOT of morphs, I could post the IDs though. o_o
 
Back