Jump to content

Quest does not work


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
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.