Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 14:49

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

Advertisement



New Patch Details

Discussion on New Patch Details within the Conquer Online 2 forum part of the MMORPGs category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2005
Posts: 308
Received Thanks: 8
So I downloaded the patch and I was looking through some of the files and this is what conclusion I've came too.

Adding: Revive where you die
Adding: 2 Confirmations 1:Marriage Confirmation 2: Exit
Adding: 2 more Item slots for Pot thingy/Dress
Adding: New NPC for Item Mall (buy ingame items for real money)
Adding: Curse 2nd RB Skill
Adding: Second Rb Flags (Exp/curse/Bless)
Adding: tqprogram.dll
Adding: New Map? (New Files in map\scene)
Adding: New exp Skill (I think) PoisonCloud. Could be 2nd Rb skill.

Changing: Stall size
Changing: Trade Window Bigger ( Also You can trade Item Mall points)
Changing: Inventory for Slot points.
Changing: itemtype.dat Encryption.
Changing: Lucky Time Icon
Rancid-Milk-Man is offline  
Thanks
1 User
Old 12/03/2006, 21:08   #2
 
elite*gold: 0
Join Date: Apr 2005
Posts: 308
Received Thanks: 8
Patch File:

Do not extract to Conquer 2.0 Folder.
Rancid-Milk-Man is offline  
Old 12/03/2006, 21:46   #3
 
elite*gold: 0
Join Date: Nov 2006
Posts: 57
Received Thanks: 2
Here is an export dump for the TqPackage DLL:
Code:
// ?TQFRead@@YAJPAXKK0@Z; Index 1;
Undecorated C++ Function: long __cdecl TQFRead(void *,unsigned long,unsigned long,void *)

// ?TqFCheck@@YA_NPBDW4FILETYPE@@@Z; Index 2;
Undecorated C++ Function: bool __cdecl TqFCheck(char const *,enum FILETYPE)

// ?TqFClose@@YA?AW4TQPRESULT@@PAX@Z; Index 3;
Undecorated C++ Function: enum TQPRESULT __cdecl TqFClose(void *)

// ?TqFDump@@YA?AW4TQPRESULT@@PBDAAPAXAAK@Z; Index 4;
Undecorated C++ Function: enum TQPRESULT __cdecl TqFDump(char const *,void * &,unsigned long &)

// ?TqFGetLen@@YAJPAX@Z; Index 5;
Undecorated C++ Function: long __cdecl TqFGetLen(void *)

// ?TqFIsEof@@YA_NPAX@Z; Index 6;
Undecorated C++ Function: bool __cdecl TqFIsEof(void *)

// ?TqFOpen@@YA?AW4TQPRESULT@@PBDAAPAX@Z; Index 7;
Undecorated C++ Function: enum TQPRESULT __cdecl TqFOpen(char const *,void * &)

// ?TqFSeek@@YA_NPAXJW4TQSEEKMODE@@@Z; Index 8;
Undecorated C++ Function: bool __cdecl TqFSeek(void *,long,enum TQSEEKMODE)

// ?TqFTell@@YAKPAX@Z; Index 9;
Undecorated C++ Function: unsigned long __cdecl TqFTell(void *)

// ?TqFUndump@@YA?AW4TQPRESULT@@PAX@Z; Index 10;
Undecorated C++ Function: enum TQPRESULT __cdecl TqFUndump(void *)

// ?TqPackagesClose@@YAXPBD@Z; Index 11;
Undecorated C++ Function: void __cdecl TqPackagesClose(char const *)

// ?TqPackagesOpen@@YA?AW4TQPRESULT@@PBD@Z; Index 12;
Undecorated C++ Function: enum TQPRESULT __cdecl TqPackagesOpen(char const *)
If I am not mistaken, this seems to deal with a new package file format that Tq will be using globally. Perhaps a new format for an archived group of files, such as the ones used previously with the WDF files. The Conquer executable does not directly deal with it, but C3_CORE_DLL.dll and GraphicData.dll do.
ColdStart is offline  
Old 12/03/2006, 21:56   #4
 
elite*gold: 0
Join Date: Apr 2005
Posts: 308
Received Thanks: 8
Quote:
Originally posted by ColdStart@Dec 3 2006, 21:46
Here is an export dump for the TqPackage DLL:
Code:
// ?TQFRead@@YAJPAXKK0@Z; Index 1;
Undecorated C++ Function: long __cdecl TQFRead(void *,unsigned long,unsigned long,void *)

// ?TqFCheck@@YA_NPBDW4FILETYPE@@@Z; Index 2;
Undecorated C++ Function: bool __cdecl TqFCheck(char const *,enum FILETYPE)

// ?TqFClose@@YA?AW4TQPRESULT@@PAX@Z; Index 3;
Undecorated C++ Function: enum TQPRESULT __cdecl TqFClose(void *)

// ?TqFDump@@YA?AW4TQPRESULT@@PBDAAPAXAAK@Z; Index 4;
Undecorated C++ Function: enum TQPRESULT __cdecl TqFDump(char const *,void * &,unsigned long &)

// ?TqFGetLen@@YAJPAX@Z; Index 5;
Undecorated C++ Function: long __cdecl TqFGetLen(void *)

// ?TqFIsEof@@YA_NPAX@Z; Index 6;
Undecorated C++ Function: bool __cdecl TqFIsEof(void *)

// ?TqFOpen@@YA?AW4TQPRESULT@@PBDAAPAX@Z; Index 7;
Undecorated C++ Function: enum TQPRESULT __cdecl TqFOpen(char const *,void * &)

// ?TqFSeek@@YA_NPAXJW4TQSEEKMODE@@@Z; Index 8;
Undecorated C++ Function: bool __cdecl TqFSeek(void *,long,enum TQSEEKMODE)

// ?TqFTell@@YAKPAX@Z; Index 9;
Undecorated C++ Function: unsigned long __cdecl TqFTell(void *)

// ?TqFUndump@@YA?AW4TQPRESULT@@PAX@Z; Index 10;
Undecorated C++ Function: enum TQPRESULT __cdecl TqFUndump(void *)

// ?TqPackagesClose@@YAXPBD@Z; Index 11;
Undecorated C++ Function: void __cdecl TqPackagesClose(char const *)

// ?TqPackagesOpen@@YA?AW4TQPRESULT@@PBD@Z; Index 12;
Undecorated C++ Function: enum TQPRESULT __cdecl TqPackagesOpen(char const *)
If I am not mistaken, this seems to deal with a new package file format that Tq will be using globally. Perhaps a new format for an archived group of files, such as the ones used previously with the WDF files. The Conquer executable does not directly deal with it, but C3_CORE_DLL.dll and GraphicData.dll do.
I think you're right because in the ini folder theres a file called package.ini and inside the file it says

data.wdf
c3.wdf
Rancid-Milk-Man is offline  
Old 12/04/2006, 08:34   #5
 
elite*gold: 0
Join Date: Apr 2005
Posts: 308
Received Thanks: 8
Exit Dialog Confimation:


Marriage Confirmation:


Slots:


Stall:


Trade:


Revive Here:


BlessFlag:


DblExpFlag:


LuckyTime:


New Xp Skill(1):


New Xp Skill(2):


New Xp Skill(3):


If anyone can read Chinese could someone translate the EXP skill?
Rancid-Milk-Man is offline  
Old 12/04/2006, 08:51   #6
 
elite*gold: 0
Join Date: Oct 2006
Posts: 305
Received Thanks: 3
did u make this patch?
1994clint is offline  
Old 12/04/2006, 08:52   #7
 
elite*gold: 0
Join Date: Apr 2005
Posts: 308
Received Thanks: 8
Quote:
Originally posted by 1994clint@Dec 4 2006, 08:51
did u make this patch?
No it's the official patch.
Rancid-Milk-Man is offline  
Old 12/04/2006, 08:53   #8
 
elite*gold: 0
Join Date: Oct 2006
Posts: 305
Received Thanks: 3
well dosnt it download itself?
1994clint is offline  
Old 12/04/2006, 08:57   #9
 
elite*gold: 0
Join Date: Apr 2005
Posts: 308
Received Thanks: 8
Quote:
Originally posted by 1994clint@Dec 4 2006, 08:53
well dosnt it download itself?
If you got a hold of the download link before TQ took down the site Then no.
Rancid-Milk-Man is offline  
Old 12/04/2006, 08:59   #10
 
elite*gold: 0
Join Date: Oct 2006
Posts: 305
Received Thanks: 3
so what happens to other ppl if ur like the only one with this patch
1994clint is offline  
Old 12/04/2006, 09:01   #11
 
elite*gold: 0
Join Date: Apr 2005
Posts: 308
Received Thanks: 8
Quote:
Originally posted by 1994clint@Dec 4 2006, 08:59
so what happens to other ppl if ur like the only one with this patch
The site will most likely be back up today. It was taken down most likely because of bandwidth issues. Meaning tons of people were visiting the webpage and they couldn't handle the net traffic. I'm going back to bed. Dont worry everyone will get the patch. I just attached it so people could see it before release.
Rancid-Milk-Man is offline  
Old 12/04/2006, 09:02   #12
 
elite*gold: 0
Join Date: Oct 2006
Posts: 305
Received Thanks: 3
oh and wat u mean do not extract the conquer 2.0 folder?, im noob lol
1994clint is offline  
Old 12/04/2006, 09:03   #13
 
elite*gold: 0
Join Date: Oct 2006
Posts: 305
Received Thanks: 3
so i download for no reason
1994clint is offline  
Old 12/04/2006, 09:05   #14
 
elite*gold: 0
Join Date: Apr 2005
Posts: 308
Received Thanks: 8
It means exactly what it says it means.
Rancid-Milk-Man is offline  
Old 12/04/2006, 09:16   #15
 
DM2000's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 1,919
Received Thanks: 178
Hi,

the picture mean "Enlighten"

DM
Attached Images
File Type: jpg post-53-1165220171.jpg (58.1 KB, 2 views)
DM2000 is offline  
Closed Thread


Similar Threads Similar Threads
[HELP] Map Details
07/06/2010 - EO PServer Hosting - 4 Replies
Alright so I want to implement a couple new maps into my server but I don't know how to change the mountability of the maps, and the ability to use randoms/town portals. I would be really appreciative if someone could tell me how, or even point me in the correct direction.
Aion Announces Patch 1.9 Details
03/04/2010 - Gaming News - EN - 1 Replies
As mentioned earlier this week in a little game of hide and seek info, Aion has announced more details in regards to the upcoming 1.9 patch. The news is good for most players! Along with fixes and updates, more quests will be added including dozens of daily quests, increase in experience gain, soul healing, soul binding, and transportation cost reductions, and new skills for every class.
kSRO details??
12/22/2009 - Silkroad Online - 1 Replies
Hey there I noticed there is a Russian Silkroad coming (still offical from joymax) let's make a deal YOU DO NOT BOT & I DON'T HACK YOUR PC/B] freaking tired of iSRO, we are ALL!! WE GET A NEW START, get it into your brains people!! A chance like this is rare!! I'm russian :handsdown:
[SUCHE] den Testrealm Patch Details look in plz
07/10/2008 - World of Warcraft - 2 Replies
Hi wie schon im Titel beschrieben brauche ich einen bestimmten testrealm patch für den Aktuellen Testserver um darauf zu zocken, aber wenn ich mich dort einlogge steht Update wird heruntergladen und dann Patch ausführen und der Blizzard downloader startet aber er downloadet einfach nichts, nach einer Zeit kommt die Meldung: Der Tracker antwortet nicht. Was glaube ich soviel heißt wie "Server nicht erreichbar" oder whatever, deswegen frage ich hier nach um jemand des Patch...
Wow 2.2.0 Details
08/21/2007 - World of Warcraft - 21 Replies
Endlich kommt der Voip Chat der vor Monaten angekündigt wurde. Ich wünsch euch viel spaß mit den Kidds im Voip. =) Wieder ist dies ein Patch bei dem der Schamane genurfed wurde, kein patch seit release ohne Schamanen nurf. ._. Und fals es schon gepostet wurde, was ich aber nicht gesehen habe... wayne O.o! Der mag sowas. :O Allgemeines Sprachchat - Der Sprachchat ist jetzt im Spiel verfügbar und kann im Optionsmenü unter dem Menüpunkt 'Sound und Sprache' aktiviert werden. Im...



All times are GMT +2. The time now is 14: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.