DevilSupremeRO Posted April 10, 2021 Posted April 10, 2021 (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 April 10, 2021 by DevilSupremeRO Quote
0 DR4LUC0N Posted April 29, 2021 Posted April 29, 2021 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" Quote
0 mR L Posted May 3, 2021 Posted May 3, 2021 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$); Quote
Question
DevilSupremeRO
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;
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.