Register for your free account! | Forgot your password?

You last visited: Today at 18:09

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

Advertisement



[Un-Official] CoEMU Help

Discussion on [Un-Official] CoEMU Help within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 06/10/2009, 02:35   #16
 
elite*gold: 0
Join Date: Jan 2006
Posts: 50
Received Thanks: 69
Quote:
Originally Posted by Zeroxelli View Post
Code:
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6001.18000
ntdll.6? ...Vista? Are you using 64bit? If so, fail. Otherwise, it crashed most likely because you're out of memory. Close some **** and try again.
64bit Vista yes, but not for the server, I'm using it for a client running in 32x compatibility mode. And I have way too much memory to run out anytime soon
velorian is offline  
Old 06/10/2009, 03:05   #17
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Compatibility mode doesn't matter, you won't be able to run it at all unless you recompile the dependencies.
Zeroxelli is offline  
Old 06/10/2009, 03:10   #18
 
elite*gold: 0
Join Date: Jan 2006
Posts: 50
Received Thanks: 69
Quote:
Originally Posted by Zeroxelli View Post
Compatibility mode doesn't matter, you won't be able to run it at all unless you recompile the dependencies.
Does it matter though that it is only running a client?....
The server is on a separate computer running xp
velorian is offline  
Old 06/10/2009, 03:15   #19
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Quote:
64bit Vista yes, but not for the server, I'm using it for a client running in 32x compatibility mode...
Made it seem like it was 64b too, eh. Well, if you're getting that error on an i386 computer then you have a problem with permissions I'd assume. Because ntdll is a core file.
Zeroxelli is offline  
Old 06/10/2009, 04:14   #20
 
elite*gold: 0
Join Date: Oct 2005
Posts: 72
Received Thanks: 7
well now that I have the general format...what would I do with all the categories for certain monsters...ect in them. I have a screen shot below. this is aweful how renoobed I am lol sorry for all these question. wanna help me through the whole adding a monster including spawn.. thanks in advanced

Nushizu
Attached Images
File Type: jpg screeny.jpg (12.9 KB, 19 views)
nushizu is offline  
Old 06/10/2009, 04:47   #21
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Add an entry to the monsters table with the data you want.
Zeroxelli is offline  
Old 06/10/2009, 07:13   #22
 
elite*gold: 0
Join Date: Oct 2005
Posts: 72
Received Thanks: 7
I've done that and even the coords of where to spawn..I'm obviously ******** up lol. and another question. the Server.dat, is it possible to revert this one to the old format?
nushizu is offline  
Old 06/10/2009, 09:21   #23
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
Then you probably had the same ID as a monster already there.

And, not that I know of. But, go for it.
Zeroxelli is offline  
Old 06/10/2009, 15:56   #24
 
elite*gold: 0
Join Date: Jan 2009
Posts: 40
Received Thanks: 0
how can i fix the ranks and the get the man who make promote of ninja
hamada123 is offline  
Old 06/10/2009, 16:06   #25

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 924
Quote:
Originally Posted by yuko View Post
i made you this, i've dun that in 5 min but just to show you how you could do it? but there is a much better way + this is only to SHOW

Code:
Dictionary<int, int> Targets = new Dictionary<int, int>();
                    if (CSocket.Client.Equipment.ContainsKey(4))
                    {
                        Struct.ItemInfo Item = CSocket.Client.Equipment[4];
                        if (Item.ItemID / 1000 == 480)
                        {
                            if (CSocket.Client.Skills.ContainsKey(7020))
                            {
                                Console.WriteLine("skill activated");
                                ConquerPacket.ToLocal(ConquerPacket.MagicAttack(CSocket.Client.ID, 7020, 9, Targets, AttackedMob.X, AttackedMob.Y), CSocket.Client.X, CSocket.Client.Y, (int)CSocket.Client.Map, 0, 0);
                            }
                        }
                    }
image
So I placed that as case 7020 under both:
Code:
switch(AttackSkill.ID)
                        {
							//TODO: Special effects for spells like FireOfHell, Revive, etc here
equipped a club and learned the rage skill but it kinda failed (yes,I know it isn't the complete rage code but I just wanted to test it)
Kiyono is offline  
Old 06/10/2009, 16:38   #26
 
elite*gold: 0
Join Date: Feb 2007
Posts: 4
Received Thanks: 0
Talking

Quote:
Originally Posted by yuko View Post
Code:
Dictionary<int, int> Targets = new Dictionary<int, int>();
                    if (CSocket.Client.Equipment.ContainsKey(4))
                    {
                        Struct.ItemInfo Item = CSocket.Client.Equipment[4];
                        if (Item.ItemID / 1000 == 480)
                        {
                            if (CSocket.Client.Skills.ContainsKey(7020))
                            {
                                Console.WriteLine("skill activated");
                                ConquerPacket.ToLocal(ConquerPacket.MagicAttack(CSocket.Client.ID, 7020, 9, Targets, AttackedMob.X, AttackedMob.Y), CSocket.Client.X, CSocket.Client.Y, (int)CSocket.Client.Map, 0, 0);
                            }
                        }
                    }
image
Hey Help Me How i Add This?? Attack.cs? Where Pls!!!
And where .cs i change name CoEmuGuard and CoEmuPatrol and add Guard Atack BlueName?
Lyak is offline  
Old 08/06/2009, 00:33   #27
 
vipper123's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 52
Received Thanks: 23
umm i got login and game server 2 load up on source i can make acc but for some reason when i fix the charid and i try to login it says loading login server for a long time and it wont let me login server can any1 help me out with dis problem
vipper123 is offline  
Old 09/30/2009, 14:58   #28
 
elite*gold: 0
Join Date: Jan 2009
Posts: 84
Received Thanks: 9
really helpfull =)
lukejonesy is offline  
Old 10/05/2009, 00:34   #29
 
killerdiggs's Avatar
 
elite*gold: 0
Join Date: Dec 2008
Posts: 46
Received Thanks: 1
Quote:
Originally Posted by vipper123 View Post
umm i got login and game server 2 load up on source i can make acc but for some reason when i fix the charid and i try to login it says loading login server for a long time and it wont let me login server can any1 help me out with dis problem
i had the same error at first. to fix it in your database editor you have to change the charid in the the Account table and the Character Table. make sure you changed both. press thx if it helps
killerdiggs is offline  
Old 11/12/2009, 21:54   #30
 
elite*gold: 0
Join Date: Jun 2008
Posts: 30
Received Thanks: 0
i guys
i have the error : " the name 'face' doesn't exist the context".
what should i do to fix it?
darkichou is offline  
Reply


Similar Threads Similar Threads
Official EuroCo Server Opening ( 5095 / CoEmu ( 100% Modified ) ( EUROPE SERVER )
03/13/2010 - CO2 PServer Archive - 11 Replies
First off The main TEAM: Me, Cutz & Yuki Website URL: EuroCo Name: EuroCo Version: 5095 - (5165( On Our US server release) ( Still Coemu Though )) Features: Allmost 100% Debugged Ranks Page Ninjas 100% ( Toixfog & Vortex Removed ( FOR GOOD )) All ip open server ( Unless problems with EGYPT araise ) Really friendly staff ... you hear this a lot but join the game
[REL] Official CoEmu v2's questions thread
11/11/2009 - CO2 Private Server - 45 Replies
Heya all ! I will try my best to keep this thread alive and monitored This is just preventing many threads asking for things. Please press thanks if i helped you. Bytes : Cya,



All times are GMT +2. The time now is 18:09.


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.