Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Sera The Sickness Starter Pack (NPC)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 5, 2008
Messages
30
Reaction score
0
Location
Israel
Hey Hey Everyone , My First Release On That Forum And I Was Very But Very Bored :) , So I Make An NPC :D.. Well Its Not Just An NPC -.-'' ITS SICKNESS NPC :D.... Wanna Know Why?.. Sure You Do..

So Here A Little Info...

Code:
/*
Edited by PsyDoX' , From DarkRedMS
Credits: Dennis (PsyDoX') Fully My Codes.. No Copies.. (Do Not Edit)!
*/

/* 
Sera Sickness  Starter Package by PsyDoX'
*/

var wui = 0;

function start() {
	cm.sendOk ("Hello And Welcome! To #bDark#rRed#bMS, Your Stats Will Be #b255 #bStats!!!!!! Just Add #r1 #rTo #rAll #r+1 #b^_^, Plus!!! #r25! #bAp. You Will Be Given A Starter Pack. Enjoy! by PsyDoX's");
}

function action(mode, type, selection) {
	if (mode == 0 || wui == 1) {
		cm.dispose();
		cm.gainMeso(100000000);
		cm.gainItem(1012009,1);		//Kiss Mark ^_^
		cm.gainItem(1002186,1);		//Transparent Hat
		cm.gainItem(1002517,1);		//Maple Bandana Red 
		cm.gainItem(1042024,1);		//Red Polka-Dot Pajama Top
		cm.gainItem(1062026,1);		//Red Polka-Dot Pajama Pants
		cm.gainItem(1072188,1);		//Red Marble Slippers
		cm.gainItem(1082224,1);		//Tania Gloves (Red-Fire)
		cm.gainItem(1102148,1);		//Tania Cloack
		cm.gainItem(1002518,1);		//Maple Bandana Blue
		cm.gainItem(1042023,1);		//Blue Polka-Dot Pajama Top
		cm.gainItem(1062025,1);		//Blue Polka-Dot Pajama Pants
		cm.gainItem(1072187,1);		//Blue Marble Slippers 
		cm.gainItem(1082225,1);		//Mercury Gloves (Blue-Fire)
		cm.gainItem(1102149,1);		//Mercury Cloack
		cm.gainItem(1442002,1);		//Eviscerator  (Pole Amr)
		cm.gainItem(1452044,1);		//Dragon Shiner Bow (Bow)
		cm.gainItem(1462039,1);		//Dragon Shiner Crossbow (Crossbow)
		cm.gainItem(1382036,1);		//Dragon Staff (Staff)
		cm.gainItem(1472052,1);		//Dragon Purple Sleve (Claw)
		cm.gainItem(1332050,1);		//Dragon Kreda (Dagger)
		cm.gainItem(1302059,1);		//Dragon Carabella (One Handed Sword)
		cm.gainItem(1432038,1);		//Dragon Faltizan (Spear)
		cm.gainItem(1122002,1);		//Bow-tie (Red)
		cm.gainItem(1122006,1);		//Bow-tie (Blue) 
		cm.gainItem(2041200,7);		//Dragon Stone
		cm.gainItem(2022179,100);	//Onyx Apples
		cm.gainItem(2000005,500);	//Power Elixir (Full HP/MP)
		cm.warp(100000000, 0);
	} else {
		wui = 1;
		var statup = new java.util.ArrayList();
		var p = cm.c.getPlayer();
		var totAp = p.getRemainingAp() + p.getStr() + p.getDex() + p.getInt() + p.getLuk();
		p.setStr(255);
		p.setDex(255);
		p.setInt(255);
		p.setLuk(255);
		p.setRemainingAp (totAp - 0);
		statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.STR, java.lang.Integer.valueOf(4)));
		statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.DEX, java.lang.Integer.valueOf(4)));
		statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.LUK, java.lang.Integer.valueOf(4)));
		statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.INT, java.lang.Integer.valueOf(4)));
		statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.AVAILABLEAP, java.lang.Integer.valueOf(p.getRemainingAp())));

		p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updatePlayerStats(statup));
		cm.sendOk ("Ok, #rGood #rLuck And Have Fun , Remember! #bDo #bNot #bCheat :) Or Get #rBAN! And That's Now A #rJoke ^_^ :)!");
	}
}

Q. Now U Really Asking What All This?...
A. Thats Sera The First Npc ... Edited by Me

Q. What Shes Doing -.-?
A. a Lot..

Q. Like What -.-?...
A. Make Your Status All Status 255... ,And Onyx Apples Hmm.. And LvL 110+ Weapons + Gives You Nice Nx Red/Blue Set :) .. And Teleports You To Henesys

Q. w00t?
A. Thats Not All Here Some Screenshots


PsyDoX2008 - Sera The Sickness Starter Pack (NPC) - RaGEZONE Forums

PsyDoX2008 - Sera The Sickness Starter Pack (NPC) - RaGEZONE Forums

PsyDoX2008 - Sera The Sickness Starter Pack (NPC) - RaGEZONE Forums

PsyDoX2008 - Sera The Sickness Starter Pack (NPC) - RaGEZONE Forums

PsyDoX2008 - Sera The Sickness Starter Pack (NPC) - RaGEZONE Forums

PsyDoX2008 - Sera The Sickness Starter Pack (NPC) - RaGEZONE Forums

PsyDoX2008 - Sera The Sickness Starter Pack (NPC) - RaGEZONE Forums

PsyDoX2008 - Sera The Sickness Starter Pack (NPC) - RaGEZONE Forums


Download Link:
Download Link:
Download Link:

Q. Ok I Downloaded The Fille , Now What?
A. Follow The Instruction ^_^

Instruction

  • Download Winrar/Winzip... For Extracting File
  • Extract File To: C:\SeanPack V.5.9 Beta\SeanSource V.5.9\scripts\npc
  • And Ur Sera Got Pimped :D.. Enjoy ^_^....
  • Any Questions Or Something Else , Just Post Here ;)
 
Re: [Release] Sera The Sickness Starter Pack (NPC)

well why woukd you want to do this unless you have a pvp server o.O

i mean everyone would be uber l33t

pretty cool tho :)
 
Re: [Release] Sera The Sickness Starter Pack (NPC)

This wouldn't make the game fun at all.
 
Re: [Release] Sera The Sickness Starter Pack (NPC)

Anyway For Server 1000 EXP + its Great :) And Fun :P... And As I Told I'm Was Bored :)
 
Re: [Release] Sera The Sickness Starter Pack (NPC)

Well I Telling Anyway I Was Bored... And Anyway Thats Sick Pack .. Whos Want Take , Who Dont So Dont :D
 
Re: [Release] Sera The Sickness Starter Pack (NPC)

this is awsome TYVM
 
Re: [Release] Sera The Sickness Starter Pack (NPC)

It fails:

Because You Type Like This With Every Words First Letter Capitalized. It Makes You Look Stupid.
 
Status
Not open for further replies.
Back