Error loading tooltip

18 views
Skip to first unread message

luQas

unread,
Oct 18, 2010, 8:40:29 AM10/18/10
to xmlarsenal-discuss
Hello.

I'm trying adapt xmlarsenal for The Burning Crusade (TC1 DB). But i
have little problem with toolip. If item has at least one empty
socket, armory display "Error loading tooltip". I know that there no
support for 2.4.3, but maybe someone have any idea.

Amras Taralom

unread,
Oct 18, 2010, 9:04:22 AM10/18/10
to xmlarsena...@googlegroups.com
hi,

maybe it's better to use mangarsenal for that purpose. it's already designed
to work with TBC and can be adopted more easily (if you need special
adaptions at all).
anyway i'll have to look into that because it will probably happen for wotlk
reams, too.

Greetings, Amras.


--------------------------------------------------
From: "luQas" <luq...@gmail.com>
Sent: Monday, October 18, 2010 2:40 PM
To: "xmlarsenal-discuss" <xmlarsena...@googlegroups.com>
Subject: Error loading tooltip

luQas

unread,
Oct 18, 2010, 10:17:55 AM10/18/10
to xmlarsenal-discuss
No, MangArsenal uses wowarmory.com for getting items data, so it
useless after WotLK item changes.
>
> --------------------------------------------------
> From: "luQas" <luqa...@gmail.com>

Amras Taralom

unread,
Oct 18, 2010, 1:20:02 PM10/18/10
to xmlarsena...@googlegroups.com
oh, i didn't even remember that xD


--------------------------------------------------
From: "luQas" <luq...@gmail.com>
Sent: Monday, October 18, 2010 4:17 PM
To: "xmlarsenal-discuss" <xmlarsena...@googlegroups.com>
Subject: Re: Error loading tooltip

luQas

unread,
Oct 21, 2010, 10:07:07 AM10/21/10
to xmlarsenal-discuss
Hey, you check this? I'm try to fix this, but no results.

On 18 Paź, 19:20, "Amras Taralom" <amras-tara...@streber24.de> wrote:
> oh, i didn't even remember that xD
>
> --------------------------------------------------

luQas

unread,
Nov 28, 2010, 3:29:00 PM11/28/10
to xmlarsenal-discuss
Here is fix:

Character.class.php

Find:
$qry3 = "SELECT i.itemIcon,
il.desc FROM itemsdata i JOIN itemsdata_en_gb il ON i.itemId =
il.itemId WHERE i.itemid = ".$res2['socketRef'].";";
$stmt3 = $arsenaldata-
>query($qry3);
if($stmt3) $res3 = $stmt3-
>fetchRow(MDB2_FETCHMODE_ASSOC);

Replace with:
if($res2['socketRef'] != 0){
$qry3 = "SELECT i.itemIcon,
il.desc FROM itemsdata i JOIN itemsdata_en_gb il ON i.itemId =
il.itemId WHERE i.itemid = ".$res2['socketRef'].";";
$stmt3 = $arsenaldata-
>query($qry3);
if($stmt3) $res3 = $stmt3-
>fetchRow(MDB2_FETCHMODE_ASSOC);
}

Now it's working for me. Send it to repository if you want.

Amras Taralom

unread,
Nov 29, 2010, 4:53:51 AM11/29/10
to xmlarsena...@googlegroups.com
hi,

thanks for the tip, i tested it and put it to the repo.
if you want to work on XMLArsenal regularly i can grant you access to the
repo.

Greetings, Amras.


--------------------------------------------------
From: "luQas" <luq...@gmail.com>
Sent: Sunday, November 28, 2010 9:29 PM


To: "xmlarsenal-discuss" <xmlarsena...@googlegroups.com>
Subject: Re: Error loading tooltip

> Here is fix:

Reply all
Reply to author
Forward
0 new messages