Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: Null
Forum: Development::Tools 06-09-2012, 10:08 PM
Replies: 130
Views: 163,841
Posted By Null
Can you give me a screenshot?

Can you give me a screenshot?
Forum: Development::Tools 05-04-2012, 08:59 PM
Replies: 130
Views: 163,841
Posted By Null
Ooops, had a flag set that targets an older...

Ooops, had a flag set that targets an older version of the source, should be fixed now.

Here. (http://dl.dropbox.com/u/7751891/NullSpellEdit_no_video_1.9.1.7z)
Forum: Development::Tools 05-02-2012, 08:14 AM
Replies: 130
Views: 163,841
Posted By Null
Here....

Here. (http://dl.dropbox.com/u/7751891/NullSpellEdit_no_video_1.9.7z)

I placed it in the main tab to the right of spell name.

Enjoy!
Forum: Development::Tools 10-22-2011, 03:50 PM
Replies: 130
Views: 163,841
Posted By Null
1.8.3 with videos as requested: ...

1.8.3 with videos as requested:

http://dl.dropbox.com/u/7751891/NullSpellEdit_1.8.3.rar
Forum: Development::Tools 09-08-2011, 08:10 PM
Replies: 130
Views: 163,841
Posted By Null
Null Spell Editor v1.8.3

I believe I fixed the target type drop down issue, the formatting changed in one of the header files so I had to update it.

The editor should have a 'Set to Lowest ID' menu option under spells,...
Forum: Development::Tools 05-04-2011, 11:48 PM
Replies: 130
Views: 163,841
Posted By Null
I went back and tried what you did, setting the...

I went back and tried what you did, setting the ID to 3500 and it exploded...silently. I fixed the bug and here is the build:

1.8.2 (http://dl.dropbox.com/u/7751891/NullSpellEdit_1.8.2.rar)...
Forum: Development::Tools 05-04-2011, 12:20 AM
Replies: 130
Views: 163,841
Posted By Null
You can change the number if you want or you can...

You can change the number if you want or you can just edit that string value for its default id. The deal is that you have to save the string file separately from the spell file (File-> Save String...
Forum: Development::Tools 04-19-2011, 07:59 PM
Replies: 130
Views: 163,841
Posted By Null
Fixed! 1.8.1...

Fixed!

1.8.1 (http://dl.dropbox.com/u/7751891/NullSpellEdit_1.8.1.rar)
1.8.1 (no video) (http://dl.dropbox.com/u/7751891/NullSpellEdit_no_video_1.8.1.rar)
Forum: Development::Tools 04-18-2011, 12:44 AM
Replies: 130
Views: 163,841
Posted By Null
v1.8

Changes

Fixed some MySQL query issues, let me know if anyone has any other issues with them.
Added a gem icon viewer to go along side the buff icon viewer.
Added the ability to edit the...
Forum: Development::Tools 10-11-2010, 01:24 PM
Replies: 130
Views: 163,841
Posted By Null
Been sort of swamped/moving/generally doing other...

Been sort of swamped/moving/generally doing other shit. I'll try to patch it up in the near future, along with the ability to edit the db strings file.

Thanks for being patient.
Forum: Development::Tools 09-21-2010, 01:39 PM
Replies: 130
Views: 163,841
Posted By Null
I don't remember what version of MySQL I am using...

I don't remember what version of MySQL I am using at home, but so far it has not had an issue with the range field.

Typically it breaks when a field in the database gets renamed, I keep meaning to...
Forum: Development::Tools 07-24-2010, 05:39 PM
Replies: 130
Views: 163,841
Posted By Null
v1.3

I have a new version up. If you pull your spdat.h from google code then you will need to use this version to get your pull downs populated correctly.

Changes
Updated the parsing for spdat.h on...
Forum: Development::Tools 07-17-2010, 08:57 PM
Replies: 130
Views: 163,841
Posted By Null
v1.2

Changes

Redid Delete Functionality so that it will only mark a spell for deletion, but will not actually preform the delete until a write is preformed. (it actually works now too) Improved the...
Forum: Development::Tools 07-17-2010, 03:16 AM
Replies: 130
Views: 163,841
Posted By Null
I have a fixes for delete and the positioning...

I have a fixes for delete and the positioning issue you were having, but I want to test it in the morning when I am a bit more sober.
Forum: Development::Tools 07-16-2010, 11:54 PM
Replies: 130
Views: 163,841
Posted By Null
v1.1.10

I am pretty sure I fixed the problem. Apparently I rolled my face across the keyboard when I was updating my queries and caused a whole mess of issues. I added an error message so next time this...
Forum: Development::Tools 07-16-2010, 02:42 AM
Replies: 130
Views: 163,841
Posted By Null
I'm using 5.1 at home so probably not. Can...

I'm using 5.1 at home so probably not.

Can you try manually running these queries against your spells_new and let me know what happens?


TRUNCATE TABLE spells_new;

INSERT INTO...
Forum: Development::Tools 07-15-2010, 06:35 PM
Replies: 130
Views: 163,841
Posted By Null
Yea, they are identical... When you login,...

Yea, they are identical...

When you login, are the drop down menus for all the pages populated? If they are not then it might be tripping up on the file parsing for the *.h files.

Are you...
Forum: Development::Tools 07-15-2010, 03:05 PM
Replies: 130
Views: 163,841
Posted By Null
When you get to the login screen, does the...

When you get to the login screen, does the version in the uper right hand corner of the login window say 'v1.1.9'?

Can you double check that the fields in your database are the same as the fields...
Forum: Development::Tools 07-15-2010, 02:59 PM
Replies: 130
Views: 163,841
Posted By Null
If I am understanding the issue correctly, you...

If I am understanding the issue correctly, you are importing from a spells_us.txt then writing your changes to the database and it is only updating the ones you have changed. Write Changes will...
Forum: Development::Tools 07-15-2010, 04:35 AM
Replies: 130
Views: 163,841
Posted By Null
v1.1.9

Here is a new version that has updated table queries. I might make these queries pulled from a file in the future so I can avoid having to put up a new build every time a field name gets changed.
...
Forum: Development::Tools 07-14-2010, 05:25 PM
Replies: 130
Views: 163,841
Posted By Null
I think I see the problem, ill put up a new build...

I think I see the problem, ill put up a new build after work tonight.
Forum: Development::Tools 07-12-2010, 03:37 AM
Replies: 130
Views: 163,841
Posted By Null
Can you send me a list of column names in your...

Can you send me a list of column names in your spells_new table?
Forum: Development::Tools 07-09-2010, 02:46 PM
Replies: 130
Views: 163,841
Posted By Null
The only other time I have seen something like...

The only other time I have seen something like this happen was when one of the database fields got a name change. What SVN Build are you using?

If it is the above problem, I just need to update...
Forum: Development::Tools 07-09-2010, 11:54 AM
Replies: 130
Views: 163,841
Posted By Null
I have not been able to add in the new_icon...

I have not been able to add in the new_icon preview yet, but when I do ill make sure to have it loaded from an external file (and ill move the other icons over also) so you can swap them out with...
Forum: Development::Tools 06-06-2010, 04:17 PM
Replies: 130
Views: 163,841
Posted By Null
Ok, I finally reproduced the error that you are...

Ok, I finally reproduced the error that you are getting. The only way I could get it to react the way that you are describing is to extract the zip to a new folder and not run trustfall.bat for that...
Showing results 1 to 25 of 30

 
Forum Jump
   

All times are GMT -4. The time now is 01:22 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