Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 01:25

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

Advertisement



[Release] Change Into A Monster NPC

Discussion on [Release] Change Into A Monster NPC within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2008
Posts: 470
Received Thanks: 264
[Release] Change Into A Monster NPC

hey my second release since i release "[Release] Real Broadcast (Same as in Real Co)" so i hope that this is a fun option for your server.

Requirements:
  • one of the lotf sources
  • eyes
  • hands

first open the project from your source and go to client.cs, then search for;
Code:
if (CurrentNPC == 6700)
You will see the npc stuff and then add above that;
Code:
                        if (CurrentNPC == 9950)
                        {
                            SendPacket(General.MyPackets.NPCSay("Do you want to have your size into a monster so that you can become much more cooler? Now here is a precious chance for you."));
                            SendPacket(General.MyPackets.NPCLink("I want to change my size.", 1));
                            SendPacket(General.MyPackets.NPCLink("I don`t want to change.", 255));
                            SendPacket(General.MyPackets.NPCSetFace(30));
                            SendPacket(General.MyPackets.NPCFinish());
                        }
Then search for
Code:
if (CurrentNPC == 6700)
again and then add above that;
Code:
                            if (CurrentNPC == 9950)
                            {
                                if (Control == 1)
                                {
                                    SendPacket(General.MyPackets.NPCSay("If you pay me one dragonball, I can have your size changed. You will become more attractive and start a fresh life. "));
                                    SendPacket(General.MyPackets.NPCSay("By the way, to avoid some unexpected things, make sure you are not in any disguise form."));
                                    SendPacket(General.MyPackets.NPCLink("Here is a dragonball.", 2));
                                    SendPacket(General.MyPackets.NPCLink("I have no dragonball.", 255));
                                    SendPacket(General.MyPackets.NPCSetFace(30));
                                    SendPacket(General.MyPackets.NPCFinish());
                                }
                                if (Control == 2)
                                {
                                    if (MyChar.InventoryContains(1088000, 1))
                                    {
                                        MyChar.RemoveItem(MyChar.ItemNext(1088000));

                                        if (MyChar.Model == 1004)
                                            MyChar.Model -= 749;
                                        else if (MyChar.Model == 1003)
                                            MyChar.Model -= 748;
                                        if (MyChar.Model == 2002)
                                            MyChar.Model -= 1691;
                                        else if (MyChar.Model == 2001)
                                            MyChar.Model += 1690;

                                        SendPacket(General.MyPackets.Vital(MyChar.UID, 12, ulong.Parse(MyChar.Avatar.ToString() + MyChar.Model.ToString())));
                                        World.UpdateSpawn(MyChar);
                                    }

                                    else
                                    {
                                        SendPacket(General.MyPackets.NPCSay("Sorry, you do not have a DragonBall."));
                                        SendPacket(General.MyPackets.NPCLink("OK, I Know.", 255));
                                        SendPacket(General.MyPackets.NPCSetFace(30));
                                        SendPacket(General.MyPackets.NPCFinish());
                                    }
                                }
                            }
the price to change into a monster is 1 dragonball, yes i know its easy to add to your server but its just a funny option
(if you want that the monster look stays even after you relogged in then mail me and i will give you the code.
XxArcherMasterxX is offline  
Thanks
5 Users
Old 10/19/2008, 07:21   #2
 
elite*gold: 0
Join Date: Sep 2008
Posts: 348
Received Thanks: 141
Thanks
!DeX! is offline  
Thanks
1 User
Old 10/19/2008, 09:55   #3
 
lolex's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 46
Received Thanks: 0
thanks lol
lolex is offline  
Old 10/19/2008, 11:04   #4
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,161
Isnt this a bit worthless? Since you cant move if you have equipment on you..
_Emme_ is offline  
Old 10/19/2008, 11:55   #5
 
elite*gold: 0
Join Date: Oct 2008
Posts: 342
Received Thanks: 66
Bleh then unequip lol nice to see an npc i just did transformiing commands^^
µ~Xero~µ is offline  
Old 10/19/2008, 14:15   #6
 
elite*gold: 0
Join Date: Apr 2008
Posts: 470
Received Thanks: 264
Quote:
Originally Posted by emildayan1 View Post
Isnt this a bit worthless? Since you cant move if you have equipment on you..
in the powerco source theres no problem with equiping but i didnt test it on all lotf sources
XxArcherMasterxX is offline  
Old 10/19/2008, 15:39   #7
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
Quote:
Originally Posted by emildayan1 View Post
Isnt this a bit worthless? Since you cant move if you have equipment on you..
There's a semi-easy way to make it so you can move... It's nearly impossible to guess though x_x
tao4229 is offline  
Old 10/22/2008, 18:32   #8
 
elite*gold: 0
Join Date: Feb 2008
Posts: 668
Received Thanks: 160
Set an timer on it for 30 minutes or something, and auto-Unequip the weapons, garements, armor's and things...
YukiXian is offline  
Reply


Similar Threads Similar Threads
[Help]How to change Monster on any Map
09/02/2010 - EO PServer Hosting - 2 Replies
hey guys..i need some help here..how to change monster from any map.. EX: Cronus=MadBull..but i want to change it become other monster..like.. Cronus=FishDemon or LostKnight.. im really need help here..
how to change graphic of a monster?
10/24/2009 - Dekaron - 6 Replies
Hi all hackers, can someone tell me how to change the graphic of the monster example: Change The body of Carbon to Blaverus to make the game more smoothy. I hope u understand what i need. I give 10 thx for right answer :) hope this could be a nice deal Thanks in advance WonderPet
monster name change?
05/16/2007 - Conquer Online 2 - 4 Replies
hi all was just wondering if there is anyway that you can swap/change names of enemys eg meteor doves - as there are 2 type would it be possible to change 1 type so that the other is easily spotted. i know that you can change things such as weapons/armour but not sure if any1 has discovered if/how you can do this. thanks (finally got it right......) =D
monster name change
05/15/2007 - CO2 Bots & Macros - 1 Replies
hi all was just wondering if there is anyway that you can swap/change names of enemys eg meteor doves - as there are 2 type would it be possible to change 1 type so that the other is easily spotted. i know that you can change things such as weapons/armour but not sure if any1 has discovered if/how you can do this. thanks (1st post >.<)



All times are GMT +2. The time now is 01:25.


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.