|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Development::GeorgeS's Tools A forum just for GeorgeS's tools |

10-19-2006, 02:01 PM
|
Forum Guide
|
|
Join Date: Sep 2003
Location: California
Posts: 1,474
|
|
Finished this request - Shroud is now a race (makes it 16bits) now.
ALL races=65535
You can run this script to make global changes to add the shroud race to existing items previously that were 32767
update items SET race=65535 WHERE race=0 OR race=32767;
Also fixed a few minor issues, DL this version 10.19.0
I'm also considering adding the ability to load any Magelo Characters.
GeorgeS
|

10-31-2006, 04:00 PM
|
Forum Guide
|
|
Join Date: Sep 2003
Location: California
Posts: 1,474
|
|
Added Loading of any Magelo Characters. This was a big job trying to create a javascript parser, but it works well and I already loaded in many characters.
It will load the magelo character's worn items and any bank items incl. bags and items within them.
GeorgeS
Last edited by GeorgeS; 09-21-2008 at 08:15 PM..
|

11-01-2006, 05:26 AM
|
Demi-God
|
|
Join Date: Jul 2006
Posts: 1,552
|
|
omg you are a life saver, George. I was just starting a parser script to do that same thing. started out parsing the txt file it dumps, and thought how much better it would be to just parse the profile by ID.
Thank you!
|

11-01-2006, 09:54 AM
|
Demi-God
|
|
Join Date: Jul 2006
Posts: 1,552
|
|
I ran to try this soon as I had a moment. Got the tool installed, registered the OCX, myODBC 3.5 installed, and connect fine. I think the tool is working like normal. So I got to import the Magelo, and it pulls what looks like some different skinned EQRankings site (not brown, but lite blues). Thought they changed something, but the actual site looks the same.
Anyway, I get to my profile, pop it up, and try to import the character, and nothing happens. Says it did it ok, but no char data. Am I doing something wrong?
|

11-01-2006, 02:50 PM
|
Forum Guide
|
|
Join Date: Sep 2003
Location: California
Posts: 1,474
|
|
--Make sure you load in a character first. Then run the magelo parser
edit - just checked without loading a character and it parses ok and load the items fine.
Make sure you browse to
http://eq.testmagelo.com/do_ranking.jspa?classeId=11
or in my program connect to the server by clicking on 'Bowse Magelo Profiles (www)' either way it must be the new magelo format.
Any other Magelo server (old format) will not work. Only the new format will work. Use URL I showed above. The old one has different javascript and the tags will not be found by the parser
GeorgeS
GeorgeS
Last edited by GeorgeS; 11-01-2006 at 10:58 PM..
|
 |
|
 |

11-01-2006, 03:01 PM
|
Forum Guide
|
|
Join Date: Sep 2003
Location: California
Posts: 1,474
|
|
The parser is pretty complicated as it has to handle bags and items within them. I spent a good part of a week figuring the links out. Magelo also is close to the eqemu db format for bags and bank inventory, but the bag contents 'slot id's' are not the same as eqemu. That was a hard one to figure out.
Actually, I loaded in some pretty cool characters I found on magelo, and made a pretty naked necro very uber.
Just FYI, the function I wrote that parses out magelo id's is
Function find_itemnumber(i As Integer, itemnum As Long)
iitem$ = "items[" & i & "] = new Item("
srch_len = Len(iitem$)
srch_end$ = ",'"
first_find = InStr(1, magelo.Text, iitem$, vbTextCompare)
If (first_find) Then
last_find = InStr(first_find, magelo.Text, srch_end$, vbTextCompare)
itemnum = Mid(magelo.Text, first_find + srch_len, last_find - (first_find + srch_len))
Else
itemnum = 0
End If
GeorgeS
Last edited by GeorgeS; 11-01-2006 at 11:04 PM..
|
 |
|
 |

11-02-2006, 07:00 AM
|
Demi-God
|
|
Join Date: Jul 2006
Posts: 1,552
|
|
Ahhhh, I did not load a character first, George. My bad. I will try again tonight, see what I get. Thanks! Here I was going to use it to import my own 5 accounts worth of toons - but you made me realize, I can be ANYONE on Magelo muhahahaha!!
Ok, not that exciting, but very cool nonetheless.
|

08-06-2007, 09:03 AM
|
Fire Beetle
|
|
Join Date: Sep 2006
Posts: 22
|
|
item editor
I love your item editor i was wondering if you could load all the items like mangoos editor did i really like his but it is very dated now
|

10-02-2009, 12:31 AM
|
Sarnak
|
|
Join Date: May 2008
Posts: 70
|
|
im getting the mysql database connection error, i installed the odbc and fixed the db.ini for my db but it still wont connect. any idea where im going wrong.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 04:06 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |