BeWan Posted December 28, 2019 Posted December 28, 2019 View File Freebies NPC with Gepard Function (UniqueID) Freebies NPC with gepard function (UniqueID)In response to this post : Quote Contact: Discord: BeWan#8988 Website: https://www.foxhosting.xyz/store/ Submitter BeWan Submitted 12/26/19 Category Utilities Video Content Author BeWan Quote
Schmerz Posted January 11, 2020 Posted January 11, 2020 hi @BeWan or anybody, Can I ask how can I allow like 2 or 3 time a Unique Id can get my freebie? Quote
BeWan Posted January 11, 2020 Author Posted January 11, 2020 (edited) 1 hour ago, Schmerz said: hi @BeWan or anybody, Can I ask how can I allow like 2 or 3 time a Unique Id can get my freebie? find: if(getd("$ID_" + .@unique_id$) > 0 || #FreebiesReward > 0){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } #FreebiesReward = 1; and replace with this : if(getd("$ID_" + .@unique_id$) == 3 || #FreebiesReward == 3){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } #FreebiesReward = ++1; Edited January 11, 2020 by BeWan 1 Quote
BeWan Posted January 12, 2020 Author Posted January 12, 2020 (edited) 4 hours ago, Bringer said: can you explain how is UniqueID work? this function is to avoid spam even if you use proxy. Like getting the mac address or the private ip of your laptop or desktop. Edited January 12, 2020 by BeWan Quote
Bringer Posted January 12, 2020 Posted January 12, 2020 14 minutes ago, BeWan said: this function is to avoid spam even if you use proxy. Like getting the mac address or the private ip of your laptop or desktop. do you have version for bounditem ? Quote
BeWan Posted January 12, 2020 Author Posted January 12, 2020 (edited) 9 hours ago, Bringer said: do you have version for bounditem ? Find: getitem .items[.@i],.items[.@i+1]; and replace with this : getitembound .items[.@i],.items[.@i+1],1; Edited January 12, 2020 by BeWan 1 Quote
Bringer Posted January 15, 2020 Posted January 15, 2020 On 1/12/2020 at 10:36 PM, BeWan said: Find: getitem .items[.@i],.items[.@i+1]; and replace with this : getitembound .items[.@i],.items[.@i+1],1; my server already have gepard even on test server Quote
sader1992 Posted January 15, 2020 Posted January 15, 2020 3 hours ago, Bringer said: my server already have gepard even on test server you need to contact @Functor Quote
Bringer Posted January 16, 2020 Posted January 16, 2020 10 hours ago, sader1992 said: you need to contact @Functor i already DM @Functor Quote
BeWan Posted January 16, 2020 Author Posted January 16, 2020 20 minutes ago, Bringer said: i already DM @Functor the script is 100% working in gepard. may i ask if you run this on your localhost? your error generate only if there's no gepard function install on your src. Quote
Bringer Posted January 16, 2020 Posted January 16, 2020 2 minutes ago, BeWan said: the script is 100% working in gepard. may i ask if you run this on your localhost? your error generate only if there's no gepard function install on your src. local and online same src with gepard Quote
BeWan Posted January 16, 2020 Author Posted January 16, 2020 1 hour ago, Bringer said: local and online same src with gepard use the script on your hosted server. Quote
Bringer Posted January 16, 2020 Posted January 16, 2020 On 1/16/2020 at 12:54 PM, BeWan said: use the script on your hosted server. same error @BeWan this freebies can be reset? Quote
BeWan Posted January 26, 2020 Author Posted January 26, 2020 (edited) On 1/25/2020 at 10:55 AM, Bringer said: @BeWan this freebies can be reset? ofcourse. update this #FreebiesReward1 > 0 and #FreebiesReward1 = 1; Edited February 25, 2020 by BeWan Quote
daShiru Posted April 23, 2020 Posted April 23, 2020 Hi Bewan, How can i make this script per account? Quote
BeWan Posted April 23, 2020 Author Posted April 23, 2020 1 hour ago, daShiru said: Hi Bewan, How can i make this script per account? this is per account already or you want every account can claim even same ip/unique id? Quote
daShiru Posted April 23, 2020 Posted April 23, 2020 Yes correct every account even same ip/unique Quote
BeWan Posted April 24, 2020 Author Posted April 24, 2020 (edited) 17 hours ago, daShiru said: Yes correct every account even same ip/unique you need to use different script. cuz as the title says it use gepard function (unique_id) anyway other version of freebies npc. jupe_ele,41,34,5 script Freebies 435,{ if(#freebies1 == 1) goto F_1; if (BaseLevel < 1) goto L_1; mes "[Freebies NPC]"; mes "Hi! "+strcharinfo(0)+""; mes "You will recieve 1 Krane Ragnarok Online Freebies"; mes "Thanks For Joining Here , Wish Too See You in the Future."; next; //ITEM CONFIG getitem 512,1; emotion ET_THX; set #freebies1,1; close; OnInit: waitingroom "Freebies NPC",0; end; L_1: mes "[Freebies NPC]"; mes "You must be level 1 to Enjoy Our Freebies"; emotion ET_THX; close; F_1: mes "[Freebies NPC]"; mes "Enjoy Playing Krane-RO !"; emotion ET_STARE; close; } Edited April 24, 2020 by BeWan 1 Quote
daShiru Posted April 24, 2020 Posted April 24, 2020 7 hours ago, BeWan said: you need to use different script. cuz as the title says it use gepard function (unique_id) anyway other version of freebies npc. jupe_ele,41,34,5 script Freebies 435,{ if(#freebies1 == 1) goto F_1; if (BaseLevel < 1) goto L_1; mes "[Freebies NPC]"; mes "Hi! "+strcharinfo(0)+""; mes "You will recieve 1 Krane Ragnarok Online Freebies"; mes "Thanks For Joining Here , Wish Too See You in the Future."; next; //ITEM CONFIG getitem 512,1; emotion ET_THX; set #freebies1,1; close; OnInit: waitingroom "Freebies NPC",0; end; L_1: mes "[Freebies NPC]"; mes "You must be level 1 to Enjoy Our Freebies"; emotion ET_THX; close; F_1: mes "[Freebies NPC]"; mes "Enjoy Playing Krane-RO !"; emotion ET_STARE; close; } Hi Bewan, I can't click npc in game Quote
BeWan Posted April 24, 2020 Author Posted April 24, 2020 6 minutes ago, daShiru said: Hi Bewan, I can't click npc in game can you post the error message? 1 Quote
daShiru Posted April 24, 2020 Posted April 24, 2020 Actually there was no error. but when i try to replace the getitem - getitembound it doesn't work hmm how do i make the items bound? Quote
BeWan Posted April 24, 2020 Author Posted April 24, 2020 21 minutes ago, daShiru said: Actually there was no error. but when i try to replace the getitem - getitembound it doesn't work hmm how do i make the items bound? getitembound 1202,1,Bound_Account; getitembound 1202,1,Bound_Guild; getitembound 1202,1,Bound_Party; getitembound 1202,1,Bound_Char; Quote
kodkodkub Posted April 24, 2020 Posted April 24, 2020 15 minutes ago, daShiru said: Actually there was no error. but when i try to replace the getitem - getitembound it doesn't work hmm how do i make the items bound? you need to write which BOUND use want to use more detail at doc/script_command.txt //Example getitembound 501,1,Bound_Char; // This will give 1 Red Potion(Character Bound) Quote
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.