Register for your free account! | Forgot your password?

You last visited: Today at 09:17

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

Advertisement



[SneakPeek]Itemtype Editor 2.0

Discussion on [SneakPeek]Itemtype Editor 2.0 within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old 01/13/2010, 22:40   #16
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
please do not quote a long sentence ^^
PraDevil[ELITE] is offline  
Old 01/13/2010, 23:00   #17
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by chathouse View Post
cool for your idea and also thanks which you sowas develop thereby one not directly in itemtype.dat and/or shop.dat around must tinker.

But it would not be also badly if you e.g. into that upgrades the possibility inserts the descriptions hires to change and add/delete items.

in v1 example-white these Codeare not functioned not indicated and/or to one of those. I believe that am delete Code.
dont quote the whole post ...

you can change/edit items with the first tool as well..
hio77 is offline  
Old 01/13/2010, 23:36   #18
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by PraDevil View Post
funhacker im have a idea to share..trust me its will be nice..
make a box thats show a free id..set it limit to what ever u want for the free id..
also make a shop.dat editor that can make the items in shoppingmall arranged..please do it or i will kiss u up
You're idea is kind of already in it. Along with the auto-generate it will automaticaly choose the next lowest availble ID from a pre-set range which can be changed or added profiles later in the advanced settings.

As for the shop.dat editor I wont be doing a new one of those for a while.

Quote:
Originally Posted by chathouse View Post
cool for your idea and also thanks which you sowas develop thereby one not directly in itemtype.dat and/or shop.dat around must tinker.

But it would not be also badly if you e.g. into that upgrades the possibility inserts the descriptions hires to change and add/delete items.

in v1 example-white these Codeare not functioned not indicated and/or to one of those. I believe that am delete Code.
I have no idea what you are trying to suggest....
funhacker is offline  
Old 01/16/2010, 16:34   #19
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
*Bump*

There is a test app for you guys to sample alot is barely even made but it should work without any hitches (minus the fact it will allow for opening of the editor even if there is no itemtype loaded).

It will only so far load all the itemtype versions 5 and 6 into memory but not display the forms as I am having a design issue as I might have to change it at a latter date when I actually know the name of the new fields.

Feel free to edit your ini files that do not allow so via the settings page. Like the required class names and values.
funhacker is offline  
Thanks
1 User
Old 01/16/2010, 23:06   #20
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
thanks..try it now..also the new idea..
Code:
00 00 00 00 bla..bla..bla...
00 00 00 00 bla..bla..bla...
00 00 00 00 bla..bla..bla...
00 00 00 00 bla..bla..bla...
00 00 00 00 bla..bla..bla...
can see the hex code
PraDevil[ELITE] is offline  
Old 01/17/2010, 03:00   #21
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
looking good .... being able to view the name rather than id in the list would be a good feature to bring back.. would be listing by names again but the filters and stuff is awesome ... keep the good work up
hio77 is offline  
Old 01/17/2010, 03:23   #22
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by hio77 View Post
looking good .... being able to view the name rather than id in the list would be a good feature to bring back.. would be listing by names again but the filters and stuff is awesome ... keep the good work up
Plan on making list by anything you want in the itemtype, name id req_class etc etc. Along with allowing filters within that list too xD
funhacker is offline  
Old 01/20/2010, 07:44   #23
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
*bump*

Added new example program

New Feature

Itemtype -> Settings

Add/edit/delete
______________
custom filters


Add/Delete
______________
Class Types
Gender Types
Replace Text (not functional operation as of yet) - will be used for Description and Name, example replace ~ with a [Space]


Multiple profile setups available.
funhacker is offline  
Old 01/20/2010, 08:24   #24
 
elite*gold: 0
Join Date: Jun 2008
Posts: 111
Received Thanks: 26
wow, funhacker. You have done what I always wanted to.
Feature that may be useful in case that haven't been discussed yet - batch processing.
Say, I define list of item IDs, or ranges and specify what to change for all of those records.

Better for it to be as plugin, so that it could be also launched separately with command line arguments. Yeah, pretty similar to itemtype.dat editor, just more functions, not only modifying name of given IDs, but also allowing to modify any field.

Like - monopoly flags or action IDs.
picadilly is offline  
Old 01/20/2010, 08:27   #25
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by picadilly View Post
wow, funhacker. You have done what I always wanted to.
Feature that may be useful in case that haven't been discussed yet - batch processing.
Say, I define list of item IDs, or ranges and specify what to change for all of those records.

Better for it to be as plugin, so that it could be also launched separately with command line arguments. Yeah, pretty similar to itemtype.dat editor, just more functions, not only modifying name of given IDs, but also allowing to modify any field.

Like - monopoly flags or action IDs.
Do mean a console kind of version. Like SQL?

So you could do

update name = "example" where id >= 700000 and id <= 799999;


Then it would change all items within the data file within the given id range to have the name example.
funhacker is offline  
Old 01/20/2010, 14:37   #26
 
elite*gold: 0
Join Date: Jun 2008
Posts: 111
Received Thanks: 26
Something like that.
Well it does not have to be that advanced. Enough that you define:
1. Ranges, like
700000 | 700001 | 700002 | 704000-705000 | 780000-790000
Maybe probably also exclusion, like all items in range 700100-710000, except 702001
Think that could be possible with regexp syntax
2. What to do with them, like Name -> "example"

And a processor, that goes through items, for those that match given range, change some values.

SQL like syntax would also require parser, unless you include some existing libraries (depends in what you are coding it).
picadilly is offline  
Old 01/20/2010, 23:20   #27
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by picadilly View Post
Something like that.
Well it does not have to be that advanced. Enough that you define:
1. Ranges, like
700000 | 700001 | 700002 | 704000-705000 | 780000-790000
Maybe probably also exclusion, like all items in range 700100-710000, except 702001
Think that could be possible with regexp syntax
2. What to do with them, like Name -> "example"

And a processor, that goes through items, for those that match given range, change some values.

SQL like syntax would also require parser, unless you include some existing libraries (depends in what you are coding it).
I have noticed ALOT plugins don't seem to work for 64bit OS (Which is what I use) so I will just make my own SQL class, how hard could it be right?

Also it's c#
funhacker is offline  
Old 01/21/2010, 22:55   #28
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by funhacker View Post
I have noticed ALOT plugins don't seem to work for 64bit OS (Which is what I use) so I will just make my own SQL class, how hard could it be right?

Also it's c#
you could compile it at forced x86 mode since its only an itemtype running it in x86 mode wouldn't matter so much.... only problem is you cant do this with the express versions
hio77 is offline  
Old 01/22/2010, 01:09   #29
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Sadly express is exactly what I am using xD
funhacker is offline  
Old 01/22/2010, 04:38   #30
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by funhacker View Post
Sadly express is exactly what I am using xD
lol yeh i used it for soo long ... i now have a handy little disk of the full professional version
hio77 is offline  
Reply


Similar Threads Similar Threads
itemtype.dat editor?
05/07/2011 - Conquer Online 2 - 1 Replies
anyone have an itemtype.dat editor... and not the one recently posted in the hacks, cuz that one is outdated and doesn't work.
ItemType.dat Editor
12/07/2010 - EO Exploits, Hacks, Tools & Macros - 169 Replies
Now it will no longer mess up prices for eudmons in shoppingmall. While this wouldnt change how much you paid (server sided) it would change how many your client would let you buy (client sided). If you have a messed up ItemType.dat go DL patch 1083, as 1084 doesnt contain itemtype.dat Ok since we obviously need to do this stuff the easy way...i dont like the idea of reediting the file after a patch. This will let you edit your ItemType.Dat super easily. If you dont have any idea what you...
Itemtype RAW Editor
11/30/2009 - CO2 Exploits, Hacks & Tools - 3 Replies
Itemtype.dat RAW Editor by Bajotumn.com http://www.bajotumn.com/pictures/ItemtypeRAWEdito r-v1.0.0.1-Screenshot.png http://www.bajotumn.com/pictures/ItemtypeRAWEdito r-v1.0.0.1-PopulatedList-Screenshot.png I call it a RAW editor because it gives you a datagrid of values, RAW data for you to edit...have fun, And give credit where credit is due, fuckers. No need to encrypt or decrypt, uses my encryption and decryption class. YOU NEED .NET 2.0 Framework If you don't already have it punch...
[HELP]Itemtype editor
12/28/2008 - EO PServer Hosting - 0 Replies
Hey .Is there anyone who can explain to me how is this editor working???i cant learn it....



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


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.