Register for your free account! | Forgot your password?

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

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

Advertisement



Delete Effect in TwinCity?

Discussion on Delete Effect in TwinCity? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
MightyStrike's Avatar
 
elite*gold: 130
Join Date: Mar 2013
Posts: 186
Received Thanks: 86
Delete Effect in TwinCity?

Hey guys I wanted to ask if someone know how to delete this Fire in the middle of twin city:
MightyStrike is offline  
Thanks
1 User
Old 05/25/2013, 23:33   #2
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
u can use cordinates in searching in program.cs
abdoumatrix is offline  
Thanks
1 User
Old 05/26/2013, 12:44   #3
 
wolf20100's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 35
Received Thanks: 1
what about Nps Effect??
wolf20100 is offline  
Old 05/26/2013, 13:42   #4
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
Just search for any stringpackets send with either MapEffect or RoleEffect.
Super Aids is offline  
Old 05/26/2013, 14:06   #5
 
LordGragen.'s Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 606
Received Thanks: 67
the fire is made on your database.

SobNpc, go to database find that name, you will see allot of npcs there find the one that got no name and its in 1002 and delete it.
LordGragen. is offline  
Old 05/26/2013, 14:46   #6
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
PHP Code:
#region New Twin Effect
                
foreach (GameState client in Values)
              {
                if (
client.Entity.MapID == 1002)
                {
                    if (
ServerBase.Kernel.GetDistance(client.Entity.Xclient.Entity.Y438433) < 17 && !client.Effect2)
                    {
                        
client.Effect2 true;
                        if (
client.Entity.MapID == 1002)
                        {
                            
Network.GamePackets.FloorItem floorItem = new Network.GamePackets.FloorItem(true);
                            
floorItem.ItemID 23;//746
                            
floorItem.MapID 1002;
                            
floorItem.438;
                            
floorItem.433;
                            
floorItem.Type 10;
                            
client.Send(floorItem);
                            
floorItem.ItemID 31;//794
                            
floorItem.MapID 1002;
                            
floorItem.438;
                            
floorItem.433;
                            
floorItem.Type 10;
                            
client.Send(floorItem);
                        }
                    }
                    else
                    {
                        if (
ServerBase.Kernel.GetDistance(client.Entity.Xclient.Entity.Y438433) > 17)
                        {
                            
client.Effect2 false;
                        }
                    }
                    if (
ServerBase.Kernel.GetDistance(client.Entity.Xclient.Entity.Y436444) < 17 && !client.Effect3)
                    {
                        
client.Effect3 true;
                        if (
client.Entity.MapID == 1002)
                        {
                            
Network.GamePackets.FloorItem floorItem = new Network.GamePackets.FloorItem(true);
                            
// floorItem.MapObjType = Game.MapObjectType.Item;
                            
floorItem.ItemID 765;//794
                            
floorItem.MapID 1002;
                            
floorItem.436;
                            
floorItem.444;
                            
floorItem.Type Network.GamePackets.FloorItem.Effect;

                            
client.Send(floorItem);
                        }
                    }
                    else
                    {
                        if (
ServerBase.Kernel.GetDistance(client.Entity.Xclient.Entity.Y436444) > 17)
                        {
                            
client.Effect3 false;
                        }
                    }
                }
             }
                
#endregion 
abdoumatrix is offline  
Old 05/26/2013, 14:48   #7
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 946
That is some ugly code.
Super Aids is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
Shadow TWinCity Must See for any clients
03/01/2011 - CO2 Weapon, Armor, Effects & Interface edits - 6 Replies
Hello Elitepvpers, here is my edite for TC its awsome http://img695.imageshack.us/img695/3857/72128832. jpg http://img690.imageshack.us/img690/8042/20056696. jpg just install it in co folder and run your game
Day and Night in TwinCity by NPC
09/18/2009 - CO2 Private Server - 1 Replies
Jntn-Dia-y-Noche.sql add it to navicut and u will found npc on gm jail anyone posted it on sorry canot put image
Delete an Effect
11/30/2008 - CO2 Private Server - 5 Replies
Someone may knows how to delete a effect? Like when you do the effect : " 2NDMetempsychosis " the blue figors will show up everytime, But now I need to know how to let the effect stop showing, And not with editing the 3dEffect.ini or whatever its called. I need a code for it...:(
Killing people in TwinCity - still possible!!
03/11/2008 - CO2 Exploits, Hacks & Tools - 66 Replies
Hi, I just found out how to kill ppl in twin city! Now you can kill first lvl sellers and take theirs stuff :cool: First method. What you need?:FireTao - may be NONRB Who is the target: People with summoned pets (bat, sceleton, rat) How to kill them: Use firemet on person with pet - pet will try to hit you back, and will make attacked person flashy, guard will finish your job. Second method - very good to kill sellers. What you need?: FireTao - AFTER RB Who is target?: Sellers (the...



All times are GMT +2. The time now is 02:49.


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.