Jump to content
  • 0

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


DevilSupremeRO

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.02
  • Content Count:  55
  • Reputation:   0
  • Joined:  08/21/20
  • Last Seen:  

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

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   6
  • Joined:  04/04/12
  • Last Seen:  

Just use this 

And edit the classes with stats and change the cases to the items you want to give. Like switch "swordsman" to "strength" 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  177
  • Reputation:   25
  • Joined:  12/24/14
  • Last Seen:  

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$);

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.02
  • Content Count:  55
  • Reputation:   0
  • Joined:  08/21/20
  • Last Seen:  

Thankyou for your help guys!

Link to comment
Share on other sites

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.

×
×
  • Create New...