IPB

Welcome Guest ( Log In | Register )



14 Pages V   1 2 3 > »   
Reply to this topicStart new topic
Athena Database Editor 4.2.1, Last Release: December 13, 2009
spamrat
post Feb 3 2006, 01:27 AM
Post #1


eA Apprentice
Group Icon

Group: eA Community Contributors
Posts: 72
Joined: 28-October 04
Member No.: 9,165



The latest version of Athena Database Editor is 4.2.1. You can download it from one of the links listed below.

ADE 4.1.0+ will also install the VB6 runtime files and components that ADE uses if they're missing. As of 4.2.0+, you can choose to just use the lite version which does not include the runtime files or the components used by ADE.

If you're missing comdlg32.ocx, mscomctl.ocx, or tabctl32.ocx and you've installed ADE using the lite installer, uninstall ADE and use the full installer.

Please post any errors about the current version you may come across in this thread. If you have come across something in an earlier version, please upgrade to the current version.

>>> Make sure to read the readme.txt and backup your files before using ADE! <<<
I will not be held responsible for loss of data because you either didn't bother to read the readme.txt or backup your files prior to use.

IMPORTANT INFO ABOUT UPDATING!
For versions before 4.0.11, you must run uninstall.bat before installing a newer version. If you don't, it will most likely cause any newer dlls from being installed correctly when running install.bat. If you have this problem, you can fix it by installing the previous version and then run uninstall.bat.

For version 4.0.11+, you will need to uninstall it using the uninstaller prior to installing the latest version.

Athena Database Editor 4.2.1 <-- Current Version
====================================================
Main Page
Mirror 1

Changes in 4.2.1: Click Here

Current Bugs and Other Issues
====================================================
Red = This is a serious bug or issue and is suspected of being an issue for everyone.
Orange = This is also a serious bug or issue, but it doesn't affect everyone.
Brown = This is a minor bug or issue that may or may not affect everyone.
Green = This is an issue with a workaround available for those affected.
Blue = This is a bug or issue that has been fixed, but won't be available till the next release.
====================================================
None Currently Known

This post has been edited by spamrat: Dec 14 2009, 02:09 AM
Go to the top of the page
 
+Quote Post
vicious_pucca
post Feb 3 2006, 02:38 AM
Post #2


Inactive RO Sage
Group Icon

Group: eA Community Contributors
Posts: 978
Joined: 28-June 05
From: WA, USA
Member No.: 116,013



*pins*
Go to the top of the page
 
+Quote Post
o0Hamster0o
post Feb 3 2006, 03:48 AM
Post #3


eA Newbie
*

Group: eA Level 3 (Normal)
Posts: 17
Joined: 4-January 06
From: Unknown
Member No.: 138,407



At last its released ! Cool! Thanks for the hard work (IMG:http://www.eathena.ws/board/style_emoticons/default/smile.gif)

- MIRROR -

1 question -> Its seems that it doesnt update my itemslotcounttable.txt when I modify the slot for my weapon .. (IMG:http://www.eathena.ws/board/style_emoticons/default/ohmy.gif)
Go to the top of the page
 
+Quote Post
Seventh
post Feb 3 2006, 04:15 AM
Post #4


Craving for Ramen ... Mmm ...
Group Icon

Group: eA Community Contributors
Posts: 479
Joined: 16-June 04
From: South East Asia
Member No.: 1,087



Thanks for the nifty tool,spamrat.

If you need a mirror for the tool,drop me a PM.
Go to the top of the page
 
+Quote Post
spamrat
post Feb 3 2006, 06:11 AM
Post #5


eA Apprentice
Group Icon

Group: eA Community Contributors
Posts: 72
Joined: 28-October 04
Member No.: 9,165



QUOTE (o0Hamster0o @ Feb 2 2006, 09:48 PM)
1 question -> Its seems that it doesnt update my itemslotcounttable.txt when I modify the slot for my weapon ..  (IMG:http://www.eathena.ws/board/style_emoticons/default/ohmy.gif)

That's because I'm saving all client data updates for when I start on the client data section, since it is the biggest portion of the item section that I have left to do.

Right now it only handles the following files:
  • item_avail.txt
  • item_bluebox.txt
  • item_cardalbum.txt
  • item_db.txt
  • item_db2.txt
  • item_findingore.txt
  • item_giftbox.txt
  • item_scroll.txt
  • item_violetbox.txt
Go to the top of the page
 
+Quote Post
deng17
post Feb 3 2006, 09:26 PM
Post #6


eAthena Promising Supporter
***

Group: eA Level 5 (Super)
Posts: 152
Joined: 8-July 05
From: Philippines
Member No.: 117,266



ok i can wait for the full release....but this is still good im waiting long for this...thanks
Go to the top of the page
 
+Quote Post
deng17
post Feb 4 2006, 12:46 AM
Post #7


eAthena Promising Supporter
***

Group: eA Level 5 (Super)
Posts: 152
Joined: 8-July 05
From: Philippines
Member No.: 117,266



sorry for the double post...but it seems that it doesn't read css25 human eggs....ranges from id 9028...and it doesn't read my custom items starting from id 25000
Go to the top of the page
 
+Quote Post
o0Hamster0o
post Feb 4 2006, 01:27 AM
Post #8


eA Newbie
*

Group: eA Level 3 (Normal)
Posts: 17
Joined: 4-January 06
From: Unknown
Member No.: 138,407



I think it wont be long before the full release (IMG:http://www.eathena.ws/board/style_emoticons/default/smile.gif) Waiting ........ (IMG:http://www.eathena.ws/board/style_emoticons/default/smile.gif)
Go to the top of the page
 
+Quote Post
spamrat
post Feb 4 2006, 01:43 AM
Post #9


eA Apprentice
Group Icon

Group: eA Community Contributors
Posts: 72
Joined: 28-October 04
Member No.: 9,165



QUOTE (deng17 @ Feb 3 2006, 06:46 PM)
it seems that it doesn't read css25 human eggs....ranges from id 9028...and it doesn't read my custom items starting from id 25000

The ranges it currently does work with is 501 through 16000, but I can alter the range if needed.

I use a static array with ADE for speed. This way I don't have to redimension the array any time an entry is added or deleted, as well as not having to resort the array based on the entry's ID. I just use the ID to plug it into the array and for any pointers to that entry.

As far as the item ID range goes, I don't know what the maximum ID is that Athena will use. I've just never seen any IDs used above the 15xxx range.

About the css25 human eggs portion, I need some sort of reference to work with.

Also to note, if an entry doesn't meet the minimum number of fields that are defined by the server type selected when it is installed, it will skip the entry.
Go to the top of the page
 
+Quote Post
deng17
post Feb 4 2006, 01:47 AM
Post #10


eAthena Promising Supporter
***

Group: eA Level 5 (Super)
Posts: 152
Joined: 8-July 05
From: Philippines
Member No.: 117,266



so im going to use lower id's
Go to the top of the page
 
+Quote Post
Metta
post Feb 4 2006, 09:25 AM
Post #11


Leaning eA
**

Group: eA Level 5 (Super)
Posts: 26
Joined: 20-December 04
From: With her~ <3
Member No.: 100,126



Very nice program. Mirror is offline. @_@

This post has been edited by Metta: Jul 23 2008, 07:40 AM
Go to the top of the page
 
+Quote Post
deng17
post Feb 4 2006, 09:43 AM
Post #12


eAthena Promising Supporter
***

Group: eA Level 5 (Super)
Posts: 152
Joined: 8-July 05
From: Philippines
Member No.: 117,266



got another error...
QUOTE
Error#58
File already exists

Athena_DB_Editor.modBufferItemRandom.UpdateItemRandom


this happens after i have inserted a script in my custom wings
Go to the top of the page
 
+Quote Post
anti-pro-bot
post Feb 4 2006, 03:49 PM
Post #13


Certified Spammer [offline]
Group Icon

Group: eA Community Contributors
Posts: 13
Joined: 6-June 04
From: North Pole
Member No.: 95



another mirror
http://eamirror.skamfroj.net/xdl/download.php?id=63
Go to the top of the page
 
+Quote Post
spamrat
post Feb 4 2006, 09:42 PM
Post #14


eA Apprentice
Group Icon

Group: eA Community Contributors
Posts: 72
Joined: 28-October 04
Member No.: 9,165



QUOTE (deng17 @ Feb 4 2006, 03:43 AM)
got another error...

Fixxored! Also, I got the Item Restrictions portion working as well now.

Athena Database Editor's current version is 3.0.1.
Go to the top of the page
 
+Quote Post
deng17
post Feb 4 2006, 10:18 PM
Post #15


eAthena Promising Supporter
***

Group: eA Level 5 (Super)
Posts: 152
Joined: 8-July 05
From: Philippines
Member No.: 117,266



still got errors

when updating client/server files...after loading this error happens
QUOTE
File not found

Athena_DB_Editor.modBufferItemTrade.UpdateItemTrade
when adding entry...after i have inputted a free id and DB_Name, when i click on Label text box...this error happens
QUOTE
Invalid property array index

Athena_DB_Editor.frmAddEntry.Validate_txtName



i dontt know if it is the program or me...this is what i have inputted manually
QUOTE
14000,Angel_Tear,Angel Tear,3,250000,250000,10,,,,,,,,,,,,,{}
14001,Glacial_Wings,Glacial Wings,5,10,10,100,,10,,0,127918079,7,2,1,,100,255,208,{ bonus bAllStats,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bDef2Rate,5; bonus bMdef2Rate,5; bonus bHitRate,5; bonus bCriticalRate,5; bonus bFleeRate,5; bonus bSpeedRate,5; bonus bHPrecovRate,5; bonus bSPrecovRate,5; bonus bSubEle,Ele_Water,50; }
14002,Phoenix_Wings,Phoenix Wings,5,10,10,100,,10,,0,127918079,7,2,1,,100,255,209,{ bonus bAllStats,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bDef2Rate,5; bonus bMdef2Rate,5; bonus bHitRate,5; bonus bCriticalRate,5; bonus bFleeRate,5; bonus bSpeedRate,5; bonus bHPrecovRate,5; bonus bSPrecovRate,5; bonus bSubEle,Ele_Fire,50; }
14003,Seraph_Wings,Seraph Wings,5,10,10,100,,10,,0,127918079,7,2,1,,100,255,210,{ bonus bAllStats,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bDef2Rate,5; bonus bMdef2Rate,5; bonus bHitRate,5; bonus bCriticalRate,5; bonus bFleeRate,5; bonus bSpeedRate,5; bonus bHPrecovRate,5; bonus bSPrecovRate,5; bonus bSubEle,Ele_Holy,50; }
14004,Nifelhus_Wings,Nifelhus Wings,5,10,10,100,,10,,0,127918079,7,2,1,,100,255,211,{ bonus bAllStats,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bDef2Rate,5; bonus bMdef2Rate,5; bonus bHitRate,5; bonus bCriticalRate,5; bonus bFleeRate,5; bonus bSpeedRate,5; bonus bHPrecovRate,5; bonus bSPrecovRate,5; bonus bSubEle,Ele_Dark,50; }
14005,Dragon_Wings,Dragon Wings,5,10,10,100,,10,,0,127918079,7,2,1,,100,255,212,{ bonus bAllStats,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bDef2Rate,5; bonus bMdef2Rate,5; bonus bHitRate,5; bonus bCriticalRate,5; bonus bFleeRate,5; bonus bSpeedRate,5; bonus bHPrecovRate,5; bonus bSPrecovRate,5; bonus bSubEle,RC_Dragon,50; }
14006,Colette_Wings,Colette Wings,5,10,10,100,,10,,0,127918079,7,2,1,,100,255,213,{ bonus bAllStats,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bDef2Rate,5; bonus bMdef2Rate,5; bonus bHitRate,5; bonus bCriticalRate,5; bonus bFleeRate,5; bonus bSpeedRate,5; bonus bHPrecovRate,5; bonus bSPrecovRate,5; }
14007,Valkyrie_Helm,Valkyrie Helm,5,10,10,10,,10,,0,127918079,7,2,256,,0,255,214,{ bonus bAllStats,3; bonus bMaxHPrate,3; bonus bDefRate,3; bonus bMdefRate,3; bonus bCriticalRate,3; bonus bAspdRate,3; bonus bHPrecovRate,3; bonus2 bAddEle,Ele_Holy,3; }



btw,

got your cool program mirrored ADE 3.01
Go to the top of the page
 
+Quote Post

14 Pages V   1 2 3 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 3rd September 2010 - 06:36 AM
Bridged By IpbWiki: Integration Of Invision Power Board and MediaWiki © GlobalSoft