Register for your free account! | Forgot your password?

You last visited: Today at 03:27

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

Advertisement



VERSION READING

Discussion on VERSION READING within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2014
Posts: 190
Received Thanks: 87
VERSION READING

Hi Epvpers im asking some question about version reading in source.,

now if v15 source were can we define the version of v16 skills in propskill.txt column?
same as in propitem.txt i want to implement the propitem.txt not Spec_item.txt
and were can we define version of Spec_item.txt column.

thanks.,
Zeljian is offline  
Old 12/08/2017, 08:37   #2
 
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
Upgrade your Source to v16?
#undef __VER
#define __VER 16
Include some v16 things If needed.

Am i right that you want the specItem Parameter at propItem? ò.Ó
Dr. Peacock is offline  
Old 12/08/2017, 19:59   #3
 
elite*gold: 0
Join Date: Jun 2017
Posts: 46
Received Thanks: 29
Why run #undef when you can just changed the original define since you're not doing some special black magics with it.

I am not sure what you want, Zeljian. Could you possibly be more descriptive whilst explaining what you want?
Hekmatyar is offline  
Old 12/09/2017, 12:29   #4
 
elite*gold: 60
Join Date: Sep 2017
Posts: 424
Received Thanks: 138
Quote:
Originally Posted by Hekmatyar View Post
Why run #undef when you can just changed the original define since you're not doing some special black magics with it.

I am not sure what you want, Zeljian. Could you possibly be more descriptive whilst explaining what you want?

Code:
Check your Neuz ;)

#define __VER 19
....


#undef __VER
#define __VER 15

:D
Dr. Peacock is offline  
Old 12/09/2017, 14:27   #5
 
elite*gold: 0
Join Date: Jun 2017
Posts: 46
Received Thanks: 29
Its ran right there if internalserver is defined. that is fine. It is black magics internal setting control.

What I mean is, I see lots people do

#define __VER 15
#undef __VER
#define __VER 19

at the beginning of file.
Hekmatyar is offline  
Thanks
1 User
Old 12/10/2017, 03:46   #6
 
elite*gold: 0
Join Date: Dec 2014
Posts: 190
Received Thanks: 87
the column of the propitem.txt //ver column, if the code

16 II_SYSLORDCLOAK thte item is not working., if i change to 15 its working.,
Zeljian is offline  
Old 12/10/2017, 04:28   #7
 
elite*gold: 0
Join Date: Jun 2017
Posts: 46
Received Thanks: 29
Quote:
Originally Posted by Zeljian View Post
the column of the propitem.txt //ver column, if the code

16 II_SYSLORDCLOAK thte item is not working., if i change to 15 its working.,

It is because
Code:
if( nVer <= __VER )
		{
			m_mapII.insert( std::map<std::string, DWORD>::value_type( prop.szName, prop.dwID ) );
when it reads the propitem file. You can change the values to 15 or you can comment out the if part. That will allow items with separate versions that are above your version define to be added.

that is if you dont want to increase the define to 16.
Hekmatyar is offline  
Old 12/12/2017, 05:31   #8
 
elite*gold: 0
Join Date: Dec 2014
Posts: 190
Received Thanks: 87
its fix now., thanks
Zeljian is offline  
Reply


Similar Threads Similar Threads
Reading your item type
12/05/2006 - CO2 Guides & Templates - 42 Replies
The program is written in Visual Basic 6. It shows you in CSV what the itemtype.dat contains. This basic edition works for the latest patch. Those who requires the new version to rename stuffs, please PM me. Anyone who has Visual Basic 6 SP 5 or better installed can just run this application without problems. Those who doesn't have, you can download the VB6SP5 runtime package from Microsoft. I can't post one with the runtime files inside as file upload limit is only 300k (Package about...
memory reading and writing problem
08/11/2006 - Conquer Online 2 - 3 Replies
hello all, i learnt to use C++ recently and is trying to write my own little proggy to monitor values in game. Right now i came across a little problem. i can't make my program read the memory addresses. Can someone please tell me the code to reading memory addresses for their values and also the relevant header files to use. Additional info: the memory editor i used give me this type of address, eg : 000A09E4, 009207C8. 00BF0EE0 ... Pros please help. i really want to have a feel...
Chat Logfile Reading Offline
12/31/2005 - Conquer Online 2 - 2 Replies
Anyone know or have any programs that allows us to read chat logs without having to log into CO to do so? the log files are in a .txt format but in gibberish that u can't read, is there a program or is it possible to make a program to read the chat logs without having to log or open CO? any help will be appreciated, thanx.
L2max - request about reading token
11/17/2005 - Lineage 2 - 0 Replies
Hi! I playing on server l2max.com and i and I want to use L2walker I readed adress ip and protocol version but i can't read token from engine.dll I have request about reading token from file engine.dll Sorry for my english
Reading your monster.dat
06/17/2005 - Conquer Online 2 - 7 Replies
Following on the itemtype.dat file reader. Here is the monster.dat file reader. The program is written in Visual Basic 6. It shows you in CSV what the monster.dat contains. This basic edition works for the latest patch. The change size option is disabled for this edition. Those who wants it, please PM me so that I know who is asking for it. Refer to "Reading your item type" for installation requirements. Instructions: 1. Put the EXE file into any folder 2. Copy your monster.dat into...



All times are GMT +2. The time now is 03:27.


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.