Jump to content

Recommended Posts

Hello im have problem with quest:

wsxxTGU.png

 

Problem is id item under images use function : say_item_vnum(1000009)

Im add problem is only client src 34k im see normal only images some idea?

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1

 

 

Link to comment
https://metin2.dev/topic/8892-images-problem/
Share on other sites

in questlib.lua

Search 

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

Replace 

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

 

  • Love 2
Link to comment
https://metin2.dev/topic/8892-images-problem/#findComment-54117
Share on other sites

No fix problem just center images. Thx alote Max for directing find problem.

Im fix this that :

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

Replace with this:

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

 

Edited by MrKarpiuk
  • Love 1

 

 

Link to comment
https://metin2.dev/topic/8892-images-problem/#findComment-54147
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.