Go Back   EQEmulator Home > EQEmulator Forums > Development > EQEmu Operations Center

EQEmu Operations Center Web development tools

Reply
 
Thread Tools Display Modes
  #1  
Old 12-06-2012, 04:46 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default First Post!

Just starting a new thread in this section of the forums since it is currently empty.

This section is for a new Dev/Admin tool for EQEmu servers that Akkadius and I have been working on. So far, I have completed a new Task Editor tool within the EOC (EQEmu Operations Center) and Akka has made a functional Item Editor. The item editor may still need a few tweaks, but I believe it is fully functional and it has a lot of cool features that aren't available in other tools yet.

More tools will become available as we complete them. I think our next focuses will be on things like an NPC Editor, Merchant Editor, Tradeskill Editor and such. I will probably also work on a Mercenary Editor once the tables for them are finalized for EQEmu.

We should be able to have the details available for accessing the new tool pretty soon. I will leave it up to Akka to introduce the tool and to show how to access it.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #2  
Old 12-06-2012, 06:54 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

fancy new tools, mercs, significant database update... you'd think christmas was coming soon! thanks for the work you guys put into all of this. it is much appreciated.
Reply With Quote
  #3  
Old 12-06-2012, 08:45 AM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 270
Default

Quote:
We should be able to have the details available for accessing the new tool pretty soon. I will leave it up to Akka to introduce the tool and to show how to access it.
So it's closed-source and non-local?
Reply With Quote
  #4  
Old 12-06-2012, 11:01 AM
Davood
Discordant
 
Join Date: Jan 2005
Posts: 488
Default

This sounds promising

Thsnk you guys!

Will it be web based?
__________________
----------
Demon Overlord of Alakamin
skype @ davoodinator
Reply With Quote
  #5  
Old 12-06-2012, 11:28 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Tabasco View Post
So it's closed-source and non-local?
Not necessarily closed source, we're open to those that are interested in working on it but my idea behind this tool was to make it so easy to use and to cut down development time I don't really care to put it on an SVN or make it available others due to the complexity of setting it up.

Also with stuff that I've had in mind it would not be user friendly for the average Jo to setup. The PEQ editor for example people will stumble over trying to set it up properly.

The whole idea behind this is to cut down development time as much as possible and make this a tool that can access a database remotely. It works actually quite well on remote databases and I'll make a post later sometime, I'm in the middle of a bunch of things.
Reply With Quote
  #6  
Old 12-06-2012, 01:31 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Yeah I have been playing with this for a bit thanks to Trevius/Akkadius. For those who have security concerns, it:

1) only connects to a remote database and store nothing on the remote server for connecting (cookie based locally)
2) I'm sure Akkadius can give it to you if you are still concerned and want to set things up yourself with no support.
3) it's really, REALLY flexible and fast. I had 50ms page loads when connecting to my own database. It doesn't require refreshing a page; all of it is ajax based and realtime.
Reply With Quote
  #7  
Old 12-06-2012, 03:12 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default

I saw the previews of the Dev Tool / Spell Editor and Task Editor and am HIGHLY anxious. Can't wait!
__________________
Clumsy's World: Resurgence
Clumsy's World [2006-2012]
Reply With Quote
  #8  
Old 12-18-2012, 05:52 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Akkadius is reworking the item editor stuff quite a bit and I think we should be ready to start sharing more info on the tool once he is done. There are a couple more tools in the works now that should be pretty useful when ready.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #9  
Old 12-18-2012, 11:40 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by trevius View Post
Akkadius is reworking the item editor stuff quite a bit and I think we should be ready to start sharing more info on the tool once he is done. There are a couple more tools in the works now that should be pretty useful when ready.
Yeah I have a bunch of time off until the rest of the year so I have been working on Funhouse stuff and getting things done on EoC so once I feel it is somewhat ready we will release it.

Overhauling the existing code for the item editor by stuffing the entire form into an array (Like 100+ sub arrays) so it can be flexibly manipulated as a mass item editor once it is all said and done.

I finished some of the sub tools for the item editor and plan on finishing some of the real time savers like automatic item scaling and custom item views.

Automatic item scaling - Will allow you to set a type (solo/group/raid) and a level and it will suggest values for main statistical fields and you can bump it up a % of the base value of the suggested values.

Custom Item Views - If you are editing say a Book that is just a 'Quest Item', why would I want to see all the statistic sections and the spell sections? We toggle that stuff off by default on opening the item in the item editor and then toggle it back on as you wish.

I also want to make the PEQ Editor available in a frame in one of the sections, which hugely adds value to the tool as a whole, no setup required for anyone, just a shared service that points to your database. Yes, you have to be able to trust who is behind EoC (Trevius and I) but I think I've proven trust in this community and I know I could trust Trevius with some of my info I do not hardly ever share with anyone so I think people are fine on that respect.

So essentially you can provide your Mysql connection manually and not require authentication and still use the PEQ editor without having to set a damn thing up but your DB info.

Also the intention for making this section on the forums were so we can start making threads on collecting information for these tools that we don't already have like pictures of all of the races and textures so we can manipulate them in different areas of the tools and such and whatever else we decide to throw in here.

Last edited by Akkadius; 12-18-2012 at 11:55 AM..
Reply With Quote
  #10  
Old 12-18-2012, 12:51 PM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Excited to hear the news about the EoC, have been hoping you two would find the time to push some tools out.
I trust you two more then anyone else on EMU but I personally would still love to torture myself with trying to figure out how to get it all working on the local end. Maybe I like pain and blood
__________________

Reply With Quote
  #11  
Old 12-20-2012, 02:42 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Reply With Quote
  #12  
Old 12-20-2012, 02:52 AM
rhyotte
Hill Giant
 
Join Date: Jul 2012
Location: Oklahoma
Posts: 222
Default

Go Akkadian Go, I guess it is the season!!
Reply With Quote
  #13  
Old 02-02-2013, 10:46 AM
Thuz989
Sarnak
 
Join Date: Jan 2006
Posts: 45
Default

Looking forward to this, hows it coming along?
Reply With Quote
  #14  
Old 02-02-2013, 12:16 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I haven't had time to work on it lately, because I have been putting all of the time I can into getting RoF completed. I know Akkadius has been pretty busy with some RL work and such as well.

Akkadius was working on a revamp of the items tool to improve it in a few ways, so I think he was wanting to wait until that is finished before releasing it.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #15  
Old 03-17-2013, 05:15 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

My god we have so much shit on our plate that these types of things go to the way side quick.

I am digging into EoC today and am looking to get a BETA release for the public.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:50 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3