EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=593)
-   -   AllaClone 2.0 (https://www.eqemulator.org/forums/showthread.php?t=34915)

chrsschb 03-20-2012 05:08 PM

Quote:

Originally Posted by provocating (Post 208299)
Discovered items is in the config file.

True changing it to this.

Code:

$DiscoveredItemsOnly=TRUE;

Sweet thanks. I must have misread that description to mean something else.

Akkadius 03-21-2012 02:22 AM

Quote:

Originally Posted by chrsschb (Post 208220)
That worked!


Now... does anyone know how to add the loot/item links my forum.

Add this to the config.php anywhere, this will get rolled out in the default config in the next SVN submission.

Code:

// PHP Debugging
$DebugMode = FALSE;

        if($DebugMode){
                error_reporting(E_ALL);
                ini_set('display_errors', '1');
        }
        else{
                error_reporting(0);
        }


Akkadius 03-21-2012 02:24 AM

Quote:

Originally Posted by provocating (Post 208299)
Discovered items is in the config file.

True changing it to this.

Code:

$DiscoveredItemsOnly=TRUE;
Also Trevius, if you are listening. I noticed there is a wiki options boolean. Is this going to be integrated into Mediawiki or some other wiki program? One thing people have asked for is a way to be able to make comments on NPC's and such, like they can on Allakhazam's also the option for them to be able to add a jpg for NPC's that do not have an image.

The Wiki boolean was something that Trevius was looking at simply appending Wiki stuff to but would have been a very manual adaption to the Allakhazam.

As far as making comments to NPC's and items, we can make that happen but probably won't be touched considering what we're working on right now, but we can fix crucial things in the meantime. I'll let you know.

trevius 03-21-2012 02:38 AM

Yeah, eventually it would be nice to be able to allow players to add a pic and information about any page. With the wiki thing, I was thinking of a simple solution where it would just generate a wiki link for every item/npc/whatever page you might go to that is unique by name, type and/or ID. Basically, there would be a link at the top of the allaclone that would point to a unique wiki page. You could click that link and initially it would be an empty/new wiki page, but if someone populates it, it would have useful information for the next person that clicks it. From there, pics and notes could be posted. If we can figure it out, it would be cool to be able to pull information directly from those pages to display right in the related clone page along with the link to the wiki to edit it.

There have been a few changes to the allaclone that aren't on the SVN yet, but we will probably wait until our new project is a bit further along before doing the next update as it will be related/included with the clone.

Akkadius 03-21-2012 02:55 AM

Quote:

Originally Posted by trevius (Post 208313)
Yeah, eventually it would be nice to be able to allow players to add a pic and information about any page. With the wiki thing, I was thinking of a simple solution where it would just generate a wiki link for every item/npc/whatever page you might go to that is unique by name, type and/or ID. Basically, there would be a link at the top of the allaclone that would point to a unique wiki page. You could click that link and initially it would be an empty/new wiki page, but if someone populates it, it would have useful information for the next person that clicks it. From there, pics and notes could be posted. If we can figure it out, it would be cool to be able to pull information directly from those pages to display right in the related clone page along with the link to the wiki to edit it.

There have been a few changes to the allaclone that aren't on the SVN yet, but we will probably wait until our new project is a bit further along before doing the next update as it will be related/included with the clone.

It's not so much a question of IF rather than when we can do it haha.

And yes this new project is really really cool. ;)

provocating 03-21-2012 08:22 AM

The "really cool" comment is making me patiently impatient Akkadius :)

Caryatis 03-21-2012 06:32 PM

Thank god Trevius is involved then otherwise all we would get are monthly updates about how much has been done :)

(USER WAS BANNED FOR THIS POST)

Secrets 03-21-2012 07:37 PM

>nothing to be done here

http://fuuu.us/395.png

Caryatis2 03-21-2012 08:19 PM

I know you are unfamiliar with the concept of friendly banter Secrets but Im sure if you asked Akkadius, he will say he had a good chuckle over it. Sometimes guys act like guys.

PS Its more like a suspension since it expires on 24th.

Akkadius 03-21-2012 09:09 PM

Quote:

Originally Posted by Caryatis2 (Post 208329)
I know you are unfamiliar with the concept of friendly banter Secrets but Im sure if you asked Akkadius, he will say he had a good chuckle over it. Sometimes guys act like guys.

PS Its more like a suspension since it expires on 24th.

I'm totally guilty of life pulling me away from any possibility of getting anything done here. Though, this is a bit different what we're doing. I'm sure in the next week or so we'll post something. Already has made tons of progress.

Secrets 03-21-2012 09:35 PM

Quote:

Originally Posted by Akkadius (Post 208330)
I'm totally guilty of life pulling me away from any possibility of getting anything done here. Though, this is a bit different what we're doing. I'm sure in the next week or so we'll post something. Already has made tons of progress.

200% progress

sorvani 03-22-2012 12:27 AM

Quote:

Originally Posted by Akkadius (Post 208330)
Already has made tons of progress.

U.S. or Metric?

chrsschb 03-22-2012 02:38 PM

So does anyone know how to pull tooltips from this database as opposed to the REAL Allakhazam database? Would like to be able to link my custom / modified items.

Akkadius 03-22-2012 02:52 PM

Quote:

Originally Posted by chrsschb (Post 208339)
So does anyone know how to pull tooltips from this database as opposed to the REAL Allakhazam database? Would like to be able to link my custom / modified items.

They don't pull the same way Allakhazam's do, our's work better performance wise but don't load dynamically which is on the agenda.

trevius 03-28-2012 08:23 PM

They load dynamically now :)

http://stormhavenserver.com/forums/viewtopic.php?t=2368

Working on getting all of the old item links replaces with the new ones that load dynamically. I think that will let all item links work throughout the whole tool without special code.

chrsschb 03-29-2012 01:43 AM

Quote:

Originally Posted by trevius (Post 208479)
They load dynamically now :)

http://stormhavenserver.com/forums/viewtopic.php?t=2368

Working on getting all of the old item links replaces with the new ones that load dynamically. I think that will let all item links work throughout the whole tool without special code.

I like! When will we be able to use that?

trevius 03-29-2012 02:01 AM

I also added tooltips for spells tonight as well with the new dynamic loading system. You can see them at the same link to my forums that I posted above.

It is much easier to deal with tooltips this way.

Hopefully, it won't be long before we can get the SVN updated with a new revision. I think we are waiting until our new tool is more functional before doing so, though. There is still a ways to go on that, but these new tooltips should help a bit.

There are still a few issues to work out like how they can load off of the screen partially at first, but I think we can resolve that. I also need to find a better way to have it load the css file for the tooltips other than having a hard coded url in the script.

Also, for anyone that wants to use the new tooltips on their forums or other parts of their website, it does require a bit of extra setup. Basically, you have to add 1 script link at the bottom of whatever page you want to use them in. Here is a page that explains how to setup the ZAM version, which is almost identical steps to how ours is set up:

http://www.zam.com/wiki/tooltips

The only difference is that the file name and url for the script will be something more like this:

HTML Code:

<script type="text/javascript" src="http://http://69.168.254.243/AllaClone/jquery/eqemutooltip.js"></script>
Hah, I guess those html tags on the forums have terrible colors, so here it is in code tags:
Code:

<script type="text/javascript" src="http://http://69.168.254.243/AllaClone/jquery/eqemutooltip.js"></script>

provocating 03-29-2012 08:21 AM

I like it.

I see many uses of that script even in other places.

chrsschb 03-29-2012 10:10 AM

Alright I added the code to my site, I was using the ZAM one already.

However the links aren't working. There are two .js files inside of my jquery folder, jquery.js and linktooltip.js, neither one works.

I'm tried using my actual domain for my alla clone (alla.blahblah.com) and I've tried using a root domain (www.blahblah.com/allaclone) with the allaclone folder added to it. Neither or those worked either.

trevius 04-04-2012 01:09 PM

Well, the dynamic tooltip stuff isn't released yet. It still needs a couple of minor changes. For one thing, it currently looks for an IP address in the URL instead of a domain name. I just need to figure out a good work-around for parsing out the URL and getting the correct information that is required so it can work for any site. If ZAM tooltips work on your site, then these already should as well if you use the IP of your server instead of the domain name when you create the link to the item.

Of course, you will still need the rest of the files that are used by the tooltips from the AllaClone if you want them to work against your own server's items. For example, the javascript actually references a page that builds the tooltip as a js function from another page. Here is an example:

Item:
http://69.168.254.243/AllaClone/incl...1001&type=item

Spell:
http://69.168.254.243/AllaClone/incl...=11&type=spell


BTW, I had to do a lot of searching through ZAM tooltip stuff to get the dynamic tooltips working. I am guessing they noticed me directly hitting their tooltip url like the one I linked above, which probably isn't normally accessed directly. Literally 2 days later, the ZAM tooltip javascript was rewritten a bit and obfuscated lol. Not only that, but they had also updated the EQ item tooltips to show an icon. Since it has been the old way for years, I can only assume that I triggered them to make that change. I imagine they saw our server hitting theirs and maybe saw our tooltips (which I think look better) and figured it was time to update theirs. I also noticed that they set their tooltips to load above the cursor instead of below. This is probably because they had a bug that caused tooltips to load in the wrong position until the mouse was moved if they were partially off of the screen. I figured out the fix, so ours still loads from the bottom, just without the bug.

Caryatis 04-09-2012 11:21 PM

This thread is alot like Christianity, there is a death(ban), rebirth(unban) and huge disappointment(no updates).

Akkadius 04-10-2012 02:35 AM

Quote:

Originally Posted by Caryatis (Post 208722)
This thread is alot like Christianity, there is a death(ban), rebirth(unban) and huge disappointment(no updates).

Yeah I know right? There need to be some updates going on in this thread! :D

trevius 04-10-2012 04:15 AM

Quote:

Originally Posted by Akkadius (Post 208724)
Yeah I know right? There need to be some updates going on in this thread! :D

Yeah, I am sure there would be more updates if I wasn't so easily distracted or busy with RL stuff most of the time :P Been working on the VoA/Live client a bit and will be doing some more work on the AllaClone pretty soon. Though, I am not sure when the new stuff will be ready for a news update as there are quite a few things that need to be worked on. We may be able to have a couple of the new parts ready, but ultimately there are a lot of parts to work on that haven't even been started yet.

Tabasco 04-10-2012 10:00 PM

The sneak peaks I've seen are very promising, and I've been working on a counterpart to it all.
It's still in the proof-of-concept stage, but you can mess around with it.

http://dungeoncrawl.us.to/eq/mapvis/?zone=dawnshroud

For initial testing I'm just dumping the map files that azone2 produces. They still need chunked up according to the map's octree so we can get some culling performance boosts, but on a reasonably modern machine and browser it's perfectly usable as-is.
I've tested it in chrome and firefox, but chrome has the best performance.

Akkadius 04-15-2012 08:08 PM

Quote:

Originally Posted by Tabasco (Post 208746)
The sneak peaks I've seen are very promising, and I've been working on a counterpart to it all.
It's still in the proof-of-concept stage, but you can mess around with it.

http://dungeoncrawl.us.to/eq/mapvis/?zone=dawnshroud

For initial testing I'm just dumping the map files that azone2 produces. They still need chunked up according to the map's octree so we can get some culling performance boosts, but on a reasonably modern machine and browser it's perfectly usable as-is.
I've tested it in chrome and firefox, but chrome has the best performance.

I will just add to this by saying how awesome this is already and what Tabasco and I have conceptually spoke about it to be.

The idea was to be able to edit spawns and grids through either a 2d or 3d editor so you could quickly make adjustments instead of constantly waiting to see the output of your result. Creating a zone can become quite tedious really quick if you are doing the whole thing or even just mapping out a few grids for a few different NPC's.

We also spoke about being able to simply edit zone lines or possibly even object or door placement. How awesome would that be?

Looks like Tabasco already has NPC selection and spawns working straight to the database. I loaded up Everfrost where the igloo and several path conjunction comes together:

http://i.imgur.com/kVGEg.png

------------------------------------


EOC - EQEmu Operations Center


To keep people from constantly hanging on to 'Ok what is going on here? What are we waiting on?' here is a few teasers from an editor I have been working on. Any of the stuff Trevius is working on he will have to show himself, sounds like he has been a little distracted with VoA client stuff at this time.

This whole 'secret' is an intuitive editor that we want tailored towards custom development and to take down development time down by fractions by what you would spend doing things through traditional tools available right now. Even though we've been blessed with all of the tools created thus far, between Trevius' and I's perspective custom development can be tedious and the process deserves some intuitive tools to speed up the process.

To start, one of the first things I started working on was an item editor. This item editor interfaces directly with the AllaClone and if you are logged in as an administrator, an 'edit' option will appear next to your item so you can start editing the item right in a very fast and 'under construction' intuitive interface.

What I hope to achieve with this:
  • A way to automatically scale an item by solo, group, raid definitions that are pre-built into your EOC database (We will be throwing these together)
  • A way to randomize statistical fields within a range for speed of customization
  • A way to visually see icons and edit them very swiftly
  • To edit weapon graphics very quickly and have an on-demand viewer that integrates with the editor and other parts of EOC
  • A way to resolve some of the issues that you have with traditional item editing
  • Making intuitive graphical visuals to reference certain field types
  • Creating ultimate functionality and speed for creating items and leaving more time for development in other areas
  • To also wrap this interface in a EverQuest feel to also fuel your development endeavours

First you start with you search criteria that is the same thing that you see here:http://69.168.254.244/eoc/AllaClone/...isearch=Search

You will then see something similar to this:

http://i.imgur.com/kOCH2.png (Linked due to image limitation)

You select your item and you are brought into a very quick interface to edit your item:

http://i.imgur.com/690yS.jpg

http://i.imgur.com/cXOES.jpg

http://i.imgur.com/hURVa.jpg

I have other field translations that I need to do yet before I just link it and let people go away on it. I also want to make sure Trevius is ready to start letting people tool around with it before I start linking stuff, he is working on some cool stuff as well.

As you can tell, all of this is web-based and you require no special software to access this other than a decent browser (Not IE *cough).

This will be setup completely with user based access permissions and action based logs to hold developers to accountability and to see what is being done from a user perspective.

To jump back to the item editor, whenever you hit save a very quick Save will confirm your item creation or save by also generating a query that you can paste to someone else to also import it into their database for off-site editing.

Code:

REPLACE INTO items (`Name`, `lore`, `id`, `minstatus`, `artifactflag`, `fvnodrop`, `icon`, `idfile`, `itemclass`, `itemtype`,
`loregroup`, `magic`, `material`, `nodrop`, `norent`, `pendingloreflag`, `tradeskills`, `classes`, `races`, `reclevel`, `recskill`, `reqlevel`,
`size`, `slots`, `weight`, `attuneable`, `nopet`, `potionbelt`, `potionbeltslots`, `stacksize`, `notransfer`, `stackable`, `expendablearrow`,
 `bagsize`, `bagslots`, `bagtype`, `bagwr`, `price`, `ldonprice`, `ldontheme`, `ldonsold`, `sellrate`, `favor`, `guildfavor`, `pointtype`,
`ldonsellbackrate`, `deity`, `light`, `updated`, `comment`, `serialized`, `verified`, `serialization`, `source`, `evolvinglevel`, `created`,
`scrolleffect`, `scrolltype`, `scrolllevel2`, `scrolllevel`, `scrollname`, `astr`, `heroic_str`, `adex`, `heroic_dex`, `asta`, `heroic_sta`,
`aagi`, `heroic_agi`, `acha`, `heroic_cha`, `awis`, `heroic_wis`, `aint`, `heroic_int`, `cr`, `heroic_cr`, `fr`, `heroic_fr`, `dr`, `heroic_dr`,
 `mr`, `heroic_mr`, `pr`, `heroic_pr`, `svcorruption`, `heroic_svcorrup`, `accuracy`, `avoidance`, `dotshielding`, `shielding`, `spellshield`,
`strikethrough`, `stunresist`, `dsmitigation`, `healamt`, `clairvoyance`, `attack`, `combateffects`, `damageshield`, `endur`, `hp`, `regen`,
 `mana`, `manaregen`, `enduranceregen`, `banedmgamt`, `banedmgraceamt`, `banedmgbody`, `banedmgrace`, `extradmgskill`,
`extradmgamt`, `damage`, `delay`, `elemdmgtype`, `elemdmgamt`, `haste`, `range`, `spelldmg`, `backstabdmg`, `augrestrict`,
`augslot1type`, `augslot1visible`, `augslot2type`, `augslot2visible`, `augslot3type`, `augslot3visible`, `augslot4type`, `augslot4visible`,
`augslot5type`, `augslot5visible`, `augtype`, `augdistiller`, `augslot1unk2`, `augslot2unk2`, `augslot3unk2`, `augslot4unk2`,
`augslot5unk2`, `casttime`, `casttime_`, `clicktype`, `clicklevel2`, `focuseffect`, `clicklevel`, `maxcharges`, `procrate`, `clickeffect`,
`recastdelay`, `recasttype`, `proceffect`, `proctype`, `proclevel2`, `proclevel`, `worneffect`, `worntype`, `wornlevel2`, `wornlevel`,
`focustype`, `focuslevel2`, `focuslevel`, `clickname`, `procname`, `wornname`, `focusname`, `bardeffect`, `bardeffecttype`,
`factionamt1`, `factionamt2`, `factionamt3`, `factionamt4`, `factionmod1`, `factionmod2`, `factionmod3`, `factionmod4`, `bardtype`,
`bardvalue`, `book`, `charmfile`, `charmfileid`, `color`, `filename`, `skillmodtype`, `skillmodvalue`, `summonedflag`, `UNK012`, `UNK013`,
`benefitflag`, `UNK054`, `UNK059`, `booktype`, `UNK123`, `UNK124`, `UNK127`, `UNK134`, `UNK137`, `UNK142`, `UNK147`, `UNK152`,
`UNK157`, `UNK033`) VALUES ('Al\'Kabor\'s Pestle', 'Oversized grinding power for really tough jobs', '122463', '0', '0', '0', '3109', 'IT11685', '0',
'3', '-1', '1', '0', '1', '1', '0', '0', '16841', '65515', '90', '0', '87', '2', '24576', '11', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '1', '6743',
 '6743', '0', '70', '0', '3', '2011-12-17 08:41:58', '', '0000-00-00 00:00:00', '2011-06-27 21:18:57', '', '13THFLOOR', '0', '2011-01-23 11:06:01',
'-1', '0', '0', '0', '', '50', '0', '30', '0', '42', '0', '13', '0', '18', '0', '21', '0', '15', '0', '26', '0', '33', '0', '28', '0', '46', '0', '41', '0', '23', '0', '5', '5', '3', '3', '4',
 '5', '3', '3', '21', '38', '60', '6', '3', '1926', '2004', '2', '1926', '3', '0', '0', '0', '0', '25', '0', '0', '102', '24', '0', '0', '0', '0', '11', '0', '0', '8', '1', '0', '1', '0',
'1', '0', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '-1', '0', '0', '0', '-1', '0', '0', '17854', '0', '0', '0', '-1', '0', '0', '0', '0', '0', '0', '', '', '', '', '-1',
 '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '4278190080', '', '-1', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '0', '0', '0');


Akkadius 04-15-2012 08:19 PM

Here's another snippet:

http://i.imgur.com/Z3tRm.jpg

I'd like to hear some thoughts as I will most likely need help getting a library of information for this tool as I would like to get images of all of the races in EverQuest so it can be provided in an NPC editor as well.

It wouldn't be very hard to get quick reference tools to look up Races and their numbers with a visual mosaic of NPC races and things like that will cut down development time in half if not more depending on the monotonous task.

For the NPC editor I want to be able to build definitions for NPC's so you can scale a group of selected NPC's in a zone by solo, group, raid and/or by level and intuitively change their fields with graphical references like you see in the item editor.

(I'm just spewing at the mouth at this point)

What I also wanted to build for the NPC editor was a way to flexibly build templates for NPC's. So if you wanted to build a scaling template for a zone, you could go in your NPC template and build scaling definitions based on a zone and it will scale based on the level of the NPC.

It has also gone through my mind to build templates for NPC's say if you wanted to make a Merchant NPC or a Raid NPC, you would save the fields that are commonly associated with that NPC such as special attacks that you have set before, appearances, size and things of that nature so that you do not have to spend time performing redundant tasks of the past.

----------------

As I am still working on the item editor, I will follow up with an actual live demo here shortly. My schedule is quite packed and yesterday is the first day in a few weeks that I have had to even look at it. It won't take very long to finish it up and Trevius and I can discuss getting it out to the SVN that we have built for the AllaClone and start developing onto it as we go along.

This is not to step on any other editor but provide an interface tailored towards custom development and cutting development tasks down by fractions of the typical time it takes to do anything.

I'm missing quite a few things but maybe this will at least fill everyone in on what we've been working towards.

If anyone has any questions or thoughts please fire away.

Thanks,
~Akkadius

wolfwalkereci 04-15-2012 08:45 PM

This is looking pretty cool and I am excited by this post of yours.
Cant wait for it to be ready for public consumption.

chrsschb 04-15-2012 09:06 PM

http://www.seriousbirdhunting.com/wp...omer_drool.jpg

Akkadius 04-16-2012 07:11 PM

Preview
 
Here are a few links of some items for those who want to tool around with this and get a feel with what is done so far.

Keep in mind that there is an entire interface that precedes this window that is not going to be revealed quite yet, I've opened up the Item editor so it requires no authentication.

Also keep in mind that the layout is definitely not final and I'm still working on adding small editors to individual fields, I have about a dozen or so more to go for spell effect selection, scroll selection, augmentation distillers, augmentation types, slots, races as well as a few others I'm missing right now.

I will also be rearranging the way some fields lay out for ease of visual navigation by grouping 'like' fields. The entire form is dynamically generated so I have to do a little bit to work around that and still keep it flexible.

Things to be added:
  • Toggling music and sound effects (easy)
  • Automatic scaling of an entire item based on definitions
  • Modular editing, this means that only fields and sections relevant to the item you are editing will show. For example, in the menu that preceds this interface, if you wanted to create a new item it will ask you what item type you would like to produce (Tradeskill, Quest Item, Bag, Weapon, Jewelery etc.), only fields relevant to that item type will show in the editor to reduce the overwhelming aspect of how large the editor is

http://69.168.254.244/eoc/AllaClone/...ditItem=121351
http://69.168.254.244/eoc/AllaClone/...ditItem=129097
http://69.168.254.244/eoc/AllaClone/...ditItem=122260
http://69.168.254.244/eoc/AllaClone/...ditItem=111866

Let me know if you have questions. Also, do not be afraid to break anything, this is completely tied to an irrelevant test database comprised of one of PEQ's most recent DB dumps.

xinu 04-16-2012 07:38 PM

Very nice i really like what you have done so far. When i first heard the music first thing that popped into my mind was Ultima Online :-D

Akkadius 04-16-2012 10:41 PM

Spell Search & Preview
 
Got quite a few things done tonight. One of these things include child window handling for spell searches.

Here is a very visual spell search and selector that automatically updates the 'View' fields with the tooltip information on mouse over to view the spell information:

Check out the live tool here as shown in previous post:

http://69.168.254.244/eoc/AllaClone/...ditItem=122463

http://i.imgur.com/Nmw8Z.png

Class selection was also added as well as grabbing a free item ID from the items table. We'll see how much more I can get done tonight.

chrsschb 05-07-2012 12:48 AM

Any updates to AllaClone or the new editor?

Would still like to get the AC update that let's me use lootlinks and I still can't get the blue theme to work =/

Tabasco 06-22-2012 03:29 PM

I did some work with the quest parser and should have a more functional script as well as fresher pre-made quest includes.

I mostly just added the missing functions and methods as I found them but some of the quests require formatting changes. That diff is here: http://dungeoncrawl.us.to/quests.diff.txt

The allaclone modifications for quests are here:
http://dungeoncrawl.us.to/allaquests.tar.gz

Akkadius 08-04-2012 11:38 PM

Just so people know. I've picked work back up on this. I intended on people being able to use it remotely without having to install it.

Yes, this will require you to enter in DB info which will be done on the fly.

Should see something sometime soon that is usable.

I will start by having the Item editor publicly usable, will be a centralized hosted solution for now.

rhyotte 08-05-2012 01:04 AM

I almost can not believe I will not be required to use Windows to make edits! Oh, it says Apple Quicktime required. I don't suppose there is a more OS neutral solution? I would very much love to dump windows once and for all. I just do not care for the direction windows is going.

In other news Valve seems to be making a big push into linux, perhaps putting together something that is Ubuntu friendly for Client and Server sides could become workable at some point?

Really love what you guys are doing, this is going to make customizing so much easier.

Sincerely thank all of you!
P.S. Ubuntu would not personally be my first linux choice, I prefer Fedora or CentOS depending. I only said Ubuntu because there seems to be so much momentum building behind it at the moment.

Akkadius 08-06-2012 12:59 AM

To keep people in the loop, got some things done. Cleaned up a lot of descriptions and made a lot of other background changes to start making it able to be pointed towards another users database. You will be able to define your server information, create users and give them permissions particular to your server. I want make it so that you can store that info and use the AllaClone all based on what you have stored. It will be designed so that it will ask you about creating a user that can read only on all of the informational tables.

As EoC was intended to have many more tools available that are interconnected, visual, easy to use and that cut down development time any way possible. Trevius and I got hit by the D3 bug quite a while ago in the middle of this, but I quit some time ago and he just had another kid.

To see the item editor itself and play with it, here is a link:

http://69.168.254.244/AllaClone/eoc/...ditItem=111821

Immediate Roadmap:
  • Automatic Item Scaling (AJAX Method)
  • Finish up editor tools for races
  • Finish up diety selector
  • Aug Type Distiller Selector
  • Aug Type selector
  • Min-Max function on Type 2 stats
  • Min-Max on Type 3
  • Icon 'Type' selector, so you can select say 'Helm' or 'Sword' and it will prepopulate icon to more easily select icons
  • Weapon Graphic Type Selector (Similar to above)
  • Faction selectors
  • Change the layout a bit

General Roadmap:
- Currently, I don't really like the layout. It should be tabular and the fields should be bigger and easier to see given it is tabular. But people should be used to the layout as it is right now. I'm going to get this functional so it can start being usable and then knock out some other tools. Though the majority of this was done in a few weekends a few months ago, it was still a pretty massive undertaking compared to say a weenie Task Editor.

http://i.imgur.com/XEsLL.png
http://i.imgur.com/QrcGV.png

Wisperin 08-08-2012 10:27 PM

Quote:

Originally Posted by Tabasco (Post 210484)
I did some work with the quest parser and should have a more functional script as well as fresher pre-made quest includes.

I mostly just added the missing functions and methods as I found them but some of the quests require formatting changes. That diff is here: http://dungeoncrawl.us.to/quests.diff.txt

The allaclone modifications for quests are here:
http://dungeoncrawl.us.to/allaquests.tar.gz

I know I'm missing something simple with this. I've been trying for a couple of days to figure it out with no luck. I've got it working to the point where it will list the NPC quests within a zone but when i try to view the quest I just get a blank white page. Anyone have any tips?

Warking 10-03-2012 03:27 AM

The EoC is exactly what I am looking for to help customize my server. Will there be a download release anytime?

trevius 10-03-2012 05:24 AM

Well, soon is a relative term, but I am sure we will have something ready at some point. Both Akka and I have been pretty busy IRL lately, so work has slowed down considerably. I have recently started working on EOC again and am currently making good progress on the tasks tool, but it still has a ways to go before being completed. The good part is that I am working out some solid systems that should be usable for the rest of the tools we make for it, so once tasks are done the rest should be a bit quicker.

There is definitely no kind of ETA at this point. Even on the tools that have been worked on, there is plenty left to do. And, there are a lot of tools that need to be added such as NPC editing, tradeskill editing, etc.

I will have to see what Akkadius thinks about giving out a generic username and password for our EOC dev box so people can check in on the progress so far. We have a basic login system created for it, so the tools require authentication. Once logged in, you would be able to see the tools we have enabled so far and play around with them.

Akkadius 10-03-2012 10:23 AM

If people want, there's no reason why I can't be given Mysql information in a PM and then hard-code it to a login in the meantime. You Mysql connection needs to be view-able from the outside world.

Just keep in mind you'd be using it on a completely BETA basis and only the item editor is really functional at this point.


All times are GMT -4. The time now is 01:01 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.