Register for your free account! | Forgot your password?

You last visited: Today at 12:56

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

Advertisement



[Release] Some needed stuff for Coemu

Discussion on [Release] Some needed stuff for Coemu within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
[Release] Some needed stuff for Coemu

Some of those are already been released by me but still have PMs asking for them so i'll try to collect them in one thread (if i missed any feel free to post it here or tell me about it and i'll add it)

Note:- you may need to edit the NPCs IDs coz some of them are not in the main Data base and u have to add them

So what is in this thread ?!

1-Some useful Voids and Functions
2-Proficiency God
3-ArtisanOu
4-MagicArtisan
5-Weapon Master
6-Black Smith Lee
7-CelestialTao
8-Ethereal
9-DisCity
10-Fixed Socketgem.cs (have Thunder and Glory Gems And remove gem from socket
11-Lottery System
12-Socketing Talismans
13-Some Skills
14-Honor Ranks (TopTrojan,Worrior,....)
15-Reborn
16-Ware House password system
17-DropMoney

some voids and functions u may need (go to NPcTalk.cs)
now some NPcs

*-Proficiency God

*-ArtisanOu

*-MagicArtisan

*-Weapon Master


*-Black Smith Lee

*-CelestialTao

*-Ethereal


*DisCity

* Fixed SocketGem.CS

*Lottery System

Damn , it said the text is too long i couldn't add the Talismans here so c post 3
Attached Files
File Type: rar NextLevelEquip.rar (1.1 KB, 182 views)
File Type: txt Lotto.txt (18.8 KB, 179 views)
samehvan is offline  
Thanks
30 Users
Old 08/25/2009, 03:16   #2
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 782
Received Thanks: 458
Hi samehvan!

thanks for this... but i will ask for u something ....

how i can doo UltimatePluto born after the Syrens in Dis city.... and how to make the count in the 2nd stage..... i already done all Dis city npcs... the npc to enter is the same as real co...

and i make a comand to make the npc start too.... how i can make this things... iuf you know and if u can teach me... i will be very gratefull!
12tails is offline  
Old 08/25/2009, 03:53   #3
 
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
*Socketting Talismans

*Some Skills
*Reborn

*WH Guardian

* Shop Boy *

*Drop Money*
samehvan is offline  
Thanks
19 Users
Old 08/25/2009, 05:02   #4
 
elite*gold: 0
Join Date: Nov 2006
Posts: 160
Received Thanks: 15
thx for prof *** , i can convert to LOTF for this, anyway nice job on this =]]
rubenz is offline  
Old 08/25/2009, 05:14   #5
 
2coolforu2's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 377
Received Thanks: 80
Dont just say it give it to him man, Im sure he worked very hard....
2coolforu2 is offline  
Old 08/25/2009, 10:12   #6
 
elite*gold: 0
Join Date: Oct 2006
Posts: 75
Received Thanks: 17
only 1 error at Ethereal:
Code:
Error	1	'CoEmu_v2_GameServer.Packets.ConquerPacket' does not contain a definition for 'Enchant'	D:\CoEmu v2\CoEmu v2 GameServer\Handlers\NpcTalk.cs	1802	76	CoEmu v2 GameServer
gad-legion is offline  
Thanks
2 Users
Old 08/25/2009, 11:19   #7
 
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
Quote:
Originally Posted by gad-legion View Post
only 1 error at Ethereal:
Code:
Error	1	'CoEmu_v2_GameServer.Packets.ConquerPacket' does not contain a definition for 'Enchant'	D:\CoEmu v2\CoEmu v2 GameServer\Handlers\NpcTalk.cs	1802	76	CoEmu v2 GameServer
ty and here you are , anywhere at Packets folder

Code:
public static byte[] Enchant(int PlayerID)
        {
            PacketBuilder Packet = new PacketBuilder(1010, 24);
            Packet.Int(64);
            Packet.Int(3);
            Packet.Int(170);
            Packet.Int(99);
            Packet.Long(PlayerID);
            Packet.Long(1091);
            Packet.Int(223);
            Packet.Int(0);
            Packet.Int(58);
            Packet.Int(1);
            Packet.Short(7);
            Packet.Short(116);
            return Packet.getFinal();
        }
samehvan is offline  
Thanks
7 Users
Old 08/25/2009, 11:23   #8
 
elite*gold: 0
Join Date: Oct 2006
Posts: 75
Received Thanks: 17
i knew that was missing ty
gad-legion is offline  
Old 08/25/2009, 11:27   #9
 
elite*gold: 0
Join Date: Aug 2009
Posts: 104
Received Thanks: 7
ty... samehvan answer my PM please
1supertao is offline  
Old 08/25/2009, 19:13   #10
 
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
@1supertao
Done

--
Added the packet type 1009 subtype 28 to fix the enchant error
samehvan is offline  
Thanks
4 Users
Old 08/25/2009, 19:17   #11
 
CIRASH's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 259
Received Thanks: 73
Great job samehvan. I see your always helping people with coemuv2 source. Thats good. You give alot of codes to help others. Great job dude. Although i dont work with coemuv2 anymore these are great releases
CIRASH is offline  
Thanks
1 User
Old 08/25/2009, 19:28   #12
 
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
Quote:
Originally Posted by CIRASH View Post
Great job samehvan. I see your always helping people with coemuv2 source. Thats good. You give alot of codes to help others. Great job dude. Although i dont work with coemuv2 anymore these are great releases
not just coemu ,i have a complete thread about source 5017 using INI's, and anything i can help i wont be late to , coz i like to be helped when i need so why not , in the first place we are all here to to help and get helped
samehvan is offline  
Thanks
3 Users
Old 08/25/2009, 19:48   #13
 
CIRASH's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 259
Received Thanks: 73
Oh. i havent been very active lately here on elitepvpers. I dont really know how to code but when i try to make something i just look at an example of something the same or very similar to what i want coded and it usually works. I am learning c# tho =]. i sorta have a teacher xD
CIRASH is offline  
Old 08/26/2009, 00:42   #14
 
elite*gold: 20
Join Date: Jul 2007
Posts: 613
Received Thanks: 486
DisCity Added
samehvan is offline  
Thanks
2 Users
Old 08/26/2009, 01:17   #15
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 782
Received Thanks: 458
samehvan... add to the first topic the timer to dis city start and end too... and the other things that are in mny topic... make it more complete ^^
12tails is offline  
Reply


Similar Threads Similar Threads
[HELP]Error when doing stuff on server CoEmu V2
11/11/2009 - CO2 Private Server - 4 Replies
hello i was wandering if anyone understands this problem. I had my friend go on after i added Shopping mall and it took the cps but didn't give him the +6 stone he tryed to buy. At the same time this error occurred. http://img21.imageshack.us/img21/6930/errorline32 .jpg all i have added to source from origional (by andyd123) was Wuxing oven with progress http://www.elitepvpers.com/forum/co2-pserver-discu ssions-questions/260333-release-wuxing-oven.html and shopping mall ...
[INFO NEEDED] Simple question but where can i find all the monsters in COEMU v2
06/24/2009 - CO2 Private Server - 4 Replies
Question 1 : It is simple yes but i know how to code but i just arent used to this source:P. Info pls:P where are all the mobs located? Question 2 : Can someone pass me a lil sql file where WindSage is in? cuz i dont know how to work with my mysql that good i always screw up kthx:)
Is a website still needed for CoEmu v2
06/15/2009 - CO2 Private Server - 3 Replies
Well, sorry for this useless post, but I dont want to waste any time of mine making a website for CoEmu v2 if there are already some decent ones out there. If I spend time making one I would like people to actually use it :P lol. Well, if someone needs a website just say so here, as well as some things you would like on the website that I will add.
[HELP WANTED] CoEmu V2 Partners Needed
06/05/2009 - CO2 Private Server - 0 Replies
I got the source will have a host all i need is a few ppl to help me getting this going pm me if you want to help and meet a few requiremtents. Requirements: 1. has to know a bit of coding using C# (cuz i know very little) 2. spend a decent amount of time online (not asking 24/7) 3. and has to be awesome lol.
CoEmu + all needed Files??
10/14/2007 - Conquer Online 2 - 0 Replies
Hi all, I want to make my own private server with CoEmu - Now I tried every link at this forum and all!!! Links are dead. PLS can someone upload this files all i need for CoEmu and CoEmu too? THX4hrlp



All times are GMT +1. The time now is 12:57.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.