Page 1 of 1

Small Toolkit in the works.

PostPosted: Thu Jan 15, 2009 12:52 am
by BackTrack
- JPortal~ Java based daoc portal that I wanted to come up with, uses dolLoader as a base.

- Item Query Creator~ More command line based item creator, allows for custom item types and has default armor/weapon query generator built in for creating blank normal stated items

- Mod-Checker~ Uses a set of predefined queries with variables from a configuration file to find out of the norm item or characters

- Account Cleanup~ Deletes records of accounts and associated characters and associated items that haven't been logged in for X days.

:) Figure its at least a somewhat useful way for me to put some work into even if its only going to be used by me or a few other people, thoughts?

Re: Small Toolkit in the works.

PostPosted: Thu Jan 15, 2009 9:16 am
by Graveen
Hi BackTrack,

i listed some very interesting features http://www.dolserver.net/viewtopic.php?f=22&t=11913

But you do what you want and what you can.

About JPortal, well, i don't really see the interest, because machines running daoc are far able to run .net 2.0 fwk - i understand you got a problem with .net fwk but jre or .net, same thing for me in terms of potential problems :)

For the others, this is done with a bunch on queries (except ModChecker, but it better takes place in the core - and i beginned the work with spec point checks, and certainly darwin did a stat coherence check too).

But w/e you choose, good luck and, about all, have fun in coding !

Re: Small Toolkit in the works.

PostPosted: Thu Jan 15, 2009 11:02 am
by Roozzz
Next to an Itemcreator, I would really like to see a Spell creator. It works pretty much along the same lines
so if you are interested to make one a lot of people would like it a lot imo :P

Re: Small Toolkit in the works.

PostPosted: Thu Jan 15, 2009 12:19 pm
by Argo
Next to an Itemcreator, I would really like to see a Spell creator. It works pretty much along the same lines
so if you are interested to make one a lot of people would like it a lot imo :P
This one i SIGN in a wishfull manner

kind regards
Argoras

Re: Small Toolkit in the works.

PostPosted: Thu Jan 15, 2009 1:08 pm
by Graveen
Do not hesitate to feed my announcement post, i can update it to push up more valuables projects ;)

Re: Small Toolkit in the works.

PostPosted: Thu Jan 15, 2009 8:49 pm
by BackTrack
By Mod checks I mean I want to also expand the logging system for gm commands to the point where when a gm tries to grant like lets say.. > 100000 RPS or bps, it pops up a dialog to confirm and if they do it goes into a side log that this program will search and such.


And I mean item mods as well such as too slow weapons, too high DPS and etc..

Re: Small Toolkit in the works.

PostPosted: Fri Jan 16, 2009 1:05 pm
by Dinberg
There's a file called GMActions.log or something like that, perhaps you could have it search through that for dubious entries?

Re: Small Toolkit in the works.

PostPosted: Sat Jan 17, 2009 3:15 am
by BackTrack
I'm going to be breaking down the gmlogs.txt system because I dislike how it stores the data, so I think I might move to a database thats reset every reboot of server and every time its reset the file is dumped.