Register for your free account! | Forgot your password?

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

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

Advertisement



[Help] guards on my p-server aren't working

Discussion on [Help] guards on my p-server aren't working within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2008
Posts: 98
Received Thanks: 5
[Help] guards on my p-server aren't working

ok, ive got a little problem... guards on my p-server,do spawn, but they aren't
working.so if anyone could help me with that. it would be great.

also, don't flame me plz xD im still learning stuff...
baubau123 is offline  
Old 09/14/2008, 14:30   #2
 
elite*gold: 0
Join Date: Feb 2008
Posts: 1,590
Received Thanks: 154
Do you mean reborn guards? They aren't coded, you'll have to code them yourself.

If you mean the guards that attack blue names, they work, if you're flashing they hit you, if you're NOT A GM.
tao4229 is offline  
Thanks
1 User
Old 09/14/2008, 14:56   #3
 
Lord Karil's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 46
Received Thanks: 5
Guards

There is a Thread about this



give thanks to eragal_30

has coding for guards and sending people to jail
Lord Karil is offline  
Thanks
1 User
Old 09/14/2008, 18:00   #4
 
glupkotrup's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 1,195
Received Thanks: 457
Quote:
Originally Posted by Lord Karil View Post
There is a Thread about this



give thanks to eragal_30

has coding for guards and sending people to jail
Maybe that won't help him... So why should he give him a thanks lol?
glupkotrup is offline  
Thanks
1 User
Old 09/14/2008, 19:43   #5
 
elite*gold: 0
Join Date: Feb 2008
Posts: 98
Received Thanks: 5
k thnx, yea guards work fine. but i have an command that spawns guards.
although how to delete the guard once spawned rofl.....

small edit : blackco got a register page now... with tribal lettering flame... etc.. and again thanks to karil this was possible hes the best teacher ever. design made by me and put together by karil. ofcourse ^.^
baubau123 is offline  
Old 09/14/2008, 19:50   #6
 
glupkotrup's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 1,195
Received Thanks: 457
Aahh... Link to the test website or official website?
glupkotrup is offline  
Old 09/15/2008, 08:52   #7
 
elite*gold: 0
Join Date: Nov 2007
Posts: 306
Received Thanks: 75
If you want guards to attack Mobs that get near you'll have to code that yourself (I did this yesterday).. it's rather easy, just add to the Move() function if(Target == null && MType == 1) { Tgt = Other.MobNearest((uint)PosX, (uint)PosY, (uint)Map); }

then copy the CharNearest function, paste and rename it MobNearest, and edit it to use Mobs.Allmobs instead of World.Allchars, SingleMob instead of Character, and then back in Move() where you have MobUseSkill() copy that line and near the end add (If (Target == null && Tgt != null && Other.PointDistance(PosX, PosY, Tgt.PosX, Tgt.PosY) < 20) {


and throw in your MobUseSkill2(), now copy MobUseSkill function, paste, change name to MobUseSkill2(), and change "Character Attacked" to "SingleMob Attacked" and make the necessary adjustments (change LocX to PosX, LocY to PosY and LocMap to map) and you should be good to go! tell me if you cannot get it working, and Then I will slap you like your mother should have when you were little, but then I'll help you out.
Rechocto is offline  
Thanks
1 User
Old 09/15/2008, 20:03   #8
 
elite*gold: 0
Join Date: Feb 2008
Posts: 98
Received Thanks: 5
@glupkotrup click this link itl work

all the way down the page theres a link called click me .. if u click that ull get on my register page... maybe u can tell me if it looks okay.. or ur opinion...
baubau123 is offline  
Old 09/15/2008, 20:10   #9
 
glupkotrup's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 1,195
Received Thanks: 457
Too simple for the site, add bg image and work with MySql!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!! (you get the point)
glupkotrup is offline  
Old 09/15/2008, 22:16   #10
 
elite*gold: 0
Join Date: Feb 2008
Posts: 98
Received Thanks: 5
using appserver......has mysql....... im working on a new site btw... with my own html coding.... gunna be a site soon...
baubau123 is offline  
Old 09/15/2008, 22:22   #11
 
taguro's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 387
Received Thanks: 64
Quote:
Originally Posted by glupkotrup View Post
Too simple for the site, add bg image and work with MySql!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!! (you get the point)

@glupkotrup
I agree

@Poster I think glup meant using MySQL to display Top Players, Top Devils, register pages etc etc. There are a ton of releases and guides on the server webpage, you should check them out.
taguro is offline  
Old 09/16/2008, 15:31   #12
 
glupkotrup's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 1,195
Received Thanks: 457
HTML 4 Life!!!! (Even tho php is better )
glupkotrup is offline  
Old 09/16/2008, 20:35   #13
 
elite*gold: 0
Join Date: Nov 2007
Posts: 306
Received Thanks: 75
Baubau123 - /guard adds a spawn to mobspawns in your database, just delete it and restart your server to get rid of the guard... as for gettign your guards to work, my release of guards attacking Mobs is in the Guides & Templates forum
Rechocto is offline  
Old 09/16/2008, 21:11   #14
 
Lord Karil's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 46
Received Thanks: 5
Quote:
Originally Posted by Rechocto View Post
Baubau123 - /guard adds a spawn to mobspawns in your database, just delete it and restart your server to get rid of the guard... as for gettign your guards to work, my release of guards attacking Mobs is in the Guides & Templates forum
could u post the url please?
Lord Karil is offline  
Old 09/16/2008, 21:21   #15
 
elite*gold: 0
Join Date: Nov 2007
Posts: 306
Received Thanks: 75
lazy lazy lazy.... i better get thanks for this one XD

Rechocto is offline  
Reply


Similar Threads Similar Threads
Guards
01/29/2010 - EO PServer Hosting - 7 Replies
is there any way to make guards more powerful?
[Problem] With Guards attcking Rb guards
07/03/2009 - CO2 Private Server - 5 Replies
Ok i seem to be having a problem with Guards Attcking Rb guards so i had to take out where guards attck mobs is there anyway i can fix this?
[Help]Guards
10/06/2008 - CO2 Private Server - 0 Replies
I have made it so the guards attack but when they stop being blue they just stand there i wanna make it so they will walk back to the cord i have them at anyone know how do to this plz add me to msn at [email protected]
[Need Help] Made stigma guards need help with revive guards
09/17/2008 - CO2 Private Server - 2 Replies
hey i made stigma guards (guards that are stigging you) but i need help with revive guards, the guards are using Pray skill (to revive) but how to make it so they use the skill when you are death? because they do nothing when you are death (they can only attack alive things;s) THIS IS NOT FOR A PRIVATE SERVER I PUBLIC MY SOURCE WHEN IM DONE ;)
Help with the Guards in BI
07/22/2007 - Conquer Online 2 - 7 Replies
Just wondering of anybody could explain to me how to bug the BI guards so they dont attack you if u flash in BI any help would be appreciated thx. :bandit:



All times are GMT +2. The time now is 12:36.


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.