Jump to content
  • 0

Freebies Gepard unique ID that can choose STR/DEX/AGI/VIT/LUK/INT


Question

Posted (edited)

hi does anyone have something like this with Gepard unique ID ?

query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`= '" + getcharid(3) + "'", .@lip$);
    mes "Hi There Enjoy Stay Safe!";

    if(!#Freebie && ( getd("$" + .@lip$ + "_ASD") == 0 )) {
        mes "Please Select Your Item Based On Your Job:";
        next;

            set #Freebie, 1;
            setd "$" + .@lip$ + "_ASD", getd("$" + .@lip$ + "_ASD") + 1;
            close;

 

Edited by DevilSupremeRO

3 answers to this question

Recommended Posts

  • 0
Posted
On 4/10/2021 at 7:54 PM, DevilSupremeRO said:

query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`= '" + getcharid(3) + "'", .@lip$);

change with :

Quote

query_sql ("SELECT `last_unique_id` FROM `login` WHERE `account_id`= '" + getcharid(3) + "'", .@lip$);

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...