please do not quote a long sentence ^^
dont quote the whole post ...Quote:
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 [Only registered and activated users can see links. Click Here To Register...] example-white these Codeare not functioned not indicated and/or to one of those. I believe that am delete Code.
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.Quote:
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:p
I have no idea what you are trying to suggest....Quote:
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 [Only registered and activated users can see links. Click Here To Register...] example-white these Codeare not functioned not indicated and/or to one of those. I believe that am delete 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...
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 xDQuote:
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 :D ... keep the good work up :D
Do mean a console kind of version. Like SQL?Quote:
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.
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?Quote:
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).
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 versionsQuote:
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#