Jump to content

Recommended Posts

Hello people !

 

My test quest does not worki.

Sysser does not saves errors in the query but the communicats ( Your nick is changed...") its show.

Why this query not work ?

 

My quest:

quest names begin
    state start begin
        when login begin
            names = "[VIP] "..pc.get_name()..""
            query("UPDATE player.player SET name="..names.." WHERE account_id = '"..pc.get_account_id().."';")
            syschat("Your nick is changed. Please logut now.")
        end
    end
end

Update

 

My new quest working but in the game nothings change.

 

Quest:

quest names begin
    state start begin
        when login begin
            names = "[VIP] "..pc.get_name()..""
            query("UPDATE player.player SET name='"..names.."' WHERE account_id = '"..pc.get_account_id().."';")
            syschat("Your nick is changed. Please logut now.")
        end
    end
end

Screens:

http://scr.hu/1wsp/4v2w9
http://scr.hu/1wsp/fci0b
Link to comment
https://metin2.dev/topic/4700-quest-does-not-work/
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.