Jump to content

Recommended Posts

Is posible use this scroll in gameforge?

state information begin
        when letter begin
            local v = find_npc_by_vnum(20084)
            if v != 0 then
                target.vid("__TARGET__", v, "Biologist Chaegirab")
            end
            q.set_icon("scroll_open_green.tga")
            send_letter("&Chaegirab's Study")
        end

 

gameforge:

state information begin
        when letter begin
            local v = find_npc_by_vnum(20084)
            if v != 0 then
                target.vid("__TARGET__", v, gameforge.collect_herb_lv10._150_sayTitle)
            end
            send_letter(gameforge.collect_quest_lv30._10_sendLetter)
        end

Link to comment
https://metin2.dev/topic/10639-scroll-color/
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

48 minutes ago, arves100 said:

in send_Letter function to his:

send_letter("&" .. gameforge.collect_quest_lv30._10_sendLetter)

This good friend, https://metin2.download/picture/BnG8GQ11OssgYcs2Ukv3i9BDong0XPV8/.png

but this bad, https://metin2.download/picture/5fiZV12o0EhPPYANmLV6fhtW8mEW1cMg/.png

Thx for you help

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/10639-scroll-color/#findComment-62768
Share on other sites

2 minutes ago, arves100 said:

Yes ,i foget to tell you to add this before send letter

q.set_icon("scroll_open_green.tga")

Yes friend i use this

state information begin
        when letter begin
            local v = find_npc_by_vnum(20084)
            if v != 0 then
                target.vid("__TARGET__", v, gameforge.collect_herb_lv10._150_sayTitle)
            end
            q.set_icon("scroll_open_green.tga")
            send_letter("&" .. gameforge.collect_quest_lv30._10_sendLetter)
        end

and in all sned_letter add  "&" ..  have this problem https://metin2.download/picture/5fiZV12o0EhPPYANmLV6fhtW8mEW1cMg/.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/10639-scroll-color/#findComment-62770
Share on other sites

ok, i check

11 minutes ago, arves100 said:

This problem is caused by this: q.set_icon("scroll_open_green.tga"). Maybie you haven't got functions or icons in client

I check and other quest why not work with gameforge found 100% :(

= thx friend

Link to comment
https://metin2.dev/topic/10639-scroll-color/#findComment-62772
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.