Register for your free account! | Forgot your password?

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

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

Advertisement



[Help] Boss Identifier

Discussion on [Help] Boss Identifier within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2007
Posts: 5
Received Thanks: 1
[Help] Boss Identifier

Hi guys how are you?. I just wanted your help here on how can I make this into infinite/permanent blinking indicator in minimap when the boss spawn in the area (which the indicator is the location of the boss spawn).

My problem is that the blinking indicator will stop after 2-3sec. I use the TeamSearchmember Actiontype of "106" to locate the boss location in minimap.

How can I make the blinking indicator permanent until the boss has been dead and even I am too far away from the boss location.

Here is my progress of the work

the code I use
Code:
 
if (timer > client.Player.BossStamp.AddSeconds(1))
                {
                    client.Player.BossStamp.AddSeconds(1);
                    using (var rec = new ServerSockets.RecycledPacket())
                    {
                        //client.Player.BossStamp.AddSeconds(1);
                        foreach (var mob in client.Player.View.Roles(Role.MapObjectType.Monster))
                        {

                            if ((mob as Game.MsgMonster.MonsterRole).Boss == 1 && (mob as Game.MsgMonster.MonsterRole).Alive)
                            {

                                var stream = rec.GetStream();
                                ActionQuery action = new ActionQuery()
                                {
                                    ObjId = mob.UID,
                                    // dwParam = 1015,
                                    Type = ActionType.TeamSearchForMember,
                                    wParam1 = mob.X,
                                    wParam2 = mob.Y
                                };

                                //mob.Send(GetArray(stream, true));
                                mob.Send(stream.ActionCreate(&action));
                            }
                        }
                    }

                }
hunters_guard is offline  
Old 01/03/2020, 18:19   #2
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,282
Received Thanks: 4,191
Doing a search of all monsters every second sounds very expensive for a dot on your minimap. If you know a boss spawns at a location, maybe you could edit the minimap with a static dot of the spawn. You could also make a website that helps players find map events (just list what bosses are active or coming active by coordinates like GW2 does). I don't know of any way to do this through packets to the client.
Spirited is offline  
Old 01/03/2020, 21:18   #3
 
Super Aids's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 950
Instead of going through all monsters to figure out what monster's are bosses just have a collection of active bosses per map and only go through that collection.

This would typically mean a single iteration per user per map.

Ex. if you have 5 maps with active bosses and each map has 100 users that's only 500 iterations.

Where as with your current method you can have that easily alone per user in a single map.

Like I can imagine BI having thousands of iterations per user.

A better way instead of pinging like this constantly would be to do it every time a user makes a movement if the movement is after a specific time since last movement so walking three blocks doesn't trigger it three times. This would make sure that only active players are requesting the information. Use this in combination with the small collection of active bosses per map and you'll almost be guaranteed to have it "lag-free".
Super Aids is offline  
Old 01/04/2020, 01:28   #4
 
elite*gold: 0
Join Date: Aug 2007
Posts: 5
Received Thanks: 1
what if I will add another effect just like this to infinite it's blinking time while boss is alive? just like the status flag? would it be effective? oh I forgot I should know what is the name of this (blinking violet effect in minimap). If anyone here know can you tell me what the name of this folder or it's destination.


Thank you for your comments @ & @

Thank you.
hunters_guard is offline  
Reply


Similar Threads Similar Threads
Undeclared identifier HELP
04/03/2019 - Flyff Private Server - 5 Replies
Hello everyone, I have a problem that takes my head for more than 2 hours I fixed the undeclarer problem to identify, now I have to fix this: d: \ v15 \ Flyff Repack (v15) (rev3.1) \ Source \ SRC \ _Common \ Mover.h (1804): fatal error C1070: mismatched #if / # endif peer in file d: \ v15 \ flyff repack (v15) (rev3.1) \ source \ src \ _common \ mover.h ' there are the yew endif at the beginning and at the end i do not understand where it can come from .. Can you help me on this one? I'm...
Item Identifier
06/24/2007 - CO2 Exploits, Hacks & Tools - 29 Replies
Its not much but, its easier to spot those rares. Then the other peoples creations. ok now to use this ~ ------------------------------------------------- Go to your Conquer ini folder create a backup of itemtype.dat save it into another created folder (just incase you don't like the changes) then delete the original itemtype.dat
item identifier
01/28/2007 - Conquer Online 2 - 6 Replies
ok can someone help me find a item identifier that my computer can actually find. cause ive found a few item identifiers but then when i clik open the file it always says,"windows can not find." and im like wtf, so please help me.text2schild.php?smilienummer=1&text=thanx' border='0' alt='thanx' />



All times are GMT +1. The time now is 00:09.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.