Jump to content

Tooltip say_item


Recommended Posts

Hey ich habe diese Quest Funktion hier die ja jedem bekannt sein sollte:

function say_item(name, vnum, desc)
    say("[INSERT_IMAGE image_type;item|idx;"..vnum.."|title;"..name.."|desc;"..desc.."|index;".. 0 .."|total;".. 1 .."]")
end

Die zeigt mir dann soetwas z.B.:

d19913f245.jpg

 

im Questfenster, nun hätte ich gerne, bei Mouseover, die gleichen Infos wie als wenn ich über ein Item im Inventar gehe. Habs erst versucht Clientside in der Source zu lösen in dem ich das INSERT IMAGE Event manipuliere. Aber habe es nicht hinbekommen alle Daten so dahinzubekommen wie ich es benötige.

 

 

 

Dann Dachte ich an Clientside Python Tooltip und hab etwas rumprobiert aber bisher keine Lösung gefunden. Jemand eine Idee?

Bei dieser Funktion dort oben weiß ich nur das desc quasi der Text ist der bei Mouseover miterscheint.

 

Vielen Dank :)

 

English:

 

Hey I got this Quest Function, you know it:

 

function say_item(name, vnum, desc)
    say("[INSERT_IMAGE image_type;item|idx;"..vnum.."|title;"..name.."|desc;"..desc.."|index;".. 0 .."|total;".. 1 .."]")
end

The use of these function shows me:
 

d19913f245.jpg

 

ok now I want, on mouseover icon in questwindow, the same Information in a Tooltip like I hover a normal item in Inventory.

First I tried it in the Client Source at the INSERT IMAGE Event, but no chance. Than I tried to use the python Tooltip ..till now no results..

 

Anyone got a solution for this?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.