Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > MapleStory
You last visited: Today at 23:34

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



How To add Summoning Bags to your Private server

Discussion on How To add Summoning Bags to your Private server within the MapleStory forum part of the MMORPGs category.

Reply
 
Old   #1
 
zeeshawn's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 76
Received Thanks: 16
Exclamation How To add Summoning Bags to your Private server

In player.cpp:
Add:
Code:

case 0x4B: Mobs::handleSummonBag(this, buf+2); break;
default: break;


in the handleRequest function.
The default:break; should fix the character freezing when doing something unexpected.
In mobs.cpp add:
Code:

//Code updated by abahbob
void Mobs::handleSummonBag(Player* player, unsigned char* packet)
{
int itemID = getInt(packet+6);
if(itemID == 2101001)
{
//Crimson Balrog
spawnMob(player, 8150000);
}
if(itemID == 2100008)
{
//The Boss
spawnMob(player, 9400300);
}
if(itemID == 2100017)
{
//Various Omega Sector Aliens
spawnMob(player, 4230116);
spawnMob(player, 4230116);
spawnMob(player, 4230116);
spawnMob(player, 4230116);
spawnMob(player, 4230117);
spawnMob(player, 4230117);
spawnMob(player, 4230118);
spawnMob(player, 4230118);
spawnMob(player, 4240000);
}
if(itemID == 2100000)
{
//Jr. Balrog
spawnMob(player, 9300085);
}
if(itemID == 2100014)
{
//Gargoyle
spawnMob(player, 9300025);
}
if(itemID == 2100016)
{
//Various Ludibrium Monsters
spawnMob(player, 3210205);
spawnMob(player, 3230302);
spawnMob(player, 3230306);
spawnMob(player, 4230112);
spawnMob(player, 3210203);
spawnMob(player, 3110101);
spawnMob(player, 3210204);
spawnMob(player, 3210207);
spawnMob(player, 4230113);
spawnMob(player, 3000005);
}
if(itemID == 2100001)
{
//Various Monsters Lvl 1 – 10
spawnMob(player, 100101);
spawnMob(player, 1210102);
spawnMob(player, 1210100);
spawnMob(player, 130101);
spawnMob(player, 120100);
spawnMob(player, 210100);
spawnMob(player, 100100);
spawnMob(player, 130100);
spawnMob(player, 100101);
spawnMob(player, 1210102);
spawnMob(player, 1210100);
spawnMob(player, 130101);
spawnMob(player, 120100);
spawnMob(player, 210100);
spawnMob(player, 100100);
spawnMob(player, 130100);
}
if(itemID == 2101013)
{
//Male Boss
spawnMob(player, 9400120);
}
if(itemID == 2100010)
{
//Dances with Balrog's Clone
spawnMob(player, 9001000);
}
if(itemID == 2100012)
{
//Athena Pierce's Clone
spawnMob(player, 9001002);
}
Inventory::takeItem(player, itemID, 1);
}

at the end.

Add:
Code:

#include "Inventory.h"


at the top.
The function is self-explanatory really.

Now in mobs.h add:
Code:

static void handleSummonBag(Player* player, unsigned char* packet);
zeeshawn is offline  
Old 05/15/2008, 21:56   #2
 
elite*gold: 0
Join Date: Mar 2008
Posts: 410
Received Thanks: 19
Nice! But for those who don't know, This is for source like Weedstory, RealityMS, and TitanMS.
spritelleh is offline  
Old 11/17/2016, 06:55   #3
 
elite*gold: 0
Join Date: Jul 2011
Posts: 54
Received Thanks: 1
hi, I have disabled summoning sacks. how I can to enable it?
BazzCreative is offline  
Reply


Similar Threads Similar Threads
Summoning kisk
08/03/2009 - Aion - 1 Replies
Can any one till me how to setup a kisk.Every time i go to set it up it keeps tilling be can not use item.:confused:
Summoning mod hack
07/08/2009 - Mabinogi - 8 Replies
I am trying to figure out how some people are taking an item in mabinogi and giving it other item's properties. Such as the teleport/summon hack. Their are players who figured out how to change their lemons / strawberries into friend summon capsules which are not out yet. This hack is very important. Summoning people is amazing, and not some visual bullshit. Almost as good as the feather range mod (yet that doesnt even work right now). Would anyone like to shed some light on this summon...
[Small Release]Add CP Bags to your Server!
02/18/2009 - CO2 PServer Guides & Releases - 11 Replies
Ok first of all add this to you Database in CO Items: Item ID:729910 ItemName:CPMiniBag For all of the other colums, leave these completely blank. Item ID:729911 ItemName:CPBag For all of the other colums, leave these completely blank.
Summoning
10/13/2008 - CO2 Private Server - 3 Replies
I'm sure everyone who's been here more than a month or 2 has seen my releases and my summoning videos (which I removed from youtube) I'm just curious, anyone willing to PAY for the summoning script (I know, Emme is) and if so, How much? think of this post like an auction! I'll check on it later!
Pet summoning bug.
08/01/2007 - WoW Exploits, Hacks, Tools & Macros - 9 Replies
You make a macro that says; /use <item name> /use <item name> /use <item name> ect You press the macro rapidly and summons pets all around you but they disappear right away but its a look little emote to impress your friends. http://i18.tinypic.com/5y1oghl.jpg



All times are GMT +2. The time now is 23:34.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.