LewL Posted March 27, 2021 Posted March 27, 2021 (edited) Hello everyone, Can i request for a simple Quest NPC with Gepard function. Example Quest npc will ask for x10 apple, x10 banana and 1m zeny in exchange of 1 headgear. Then the quest is ip based or mac based like gepard function. once the player finished the quest he/she wouldn't be able to quest it again. In short IP/Mac bound quest. Thanks if advance. Godbless Edited March 27, 2021 by Azhul Quote
0 Haruka Mayumi Posted March 27, 2021 Posted March 27, 2021 prontera,155,173,5 script Give 94,{ if(getd("$Quest_"+get_unique_id())){ message strcharinfo(0),"Quest already done for this mac."; end; } if(countitem(512) >= 10 && countitem(513) >= 10){ delitem 512,10; delitem 513,10; getitem 501,1; setd "$Quest_"+get_unique_id(),getcharid(0); } else message strcharinfo(0),"Not enough items."; end; } 1 Quote
0 Akkarin Posted March 27, 2021 Posted March 27, 2021 Since not everyone uses Gepard, how are we supposed to provide you with a scrip if we don't know how Gepard functions? You're probably better off just finding a normal quest script and adding the checks that Gepard provides to the script yourself. Quote
0 LewL Posted March 27, 2021 Author Posted March 27, 2021 2 hours ago, Akkarin said: Since not everyone uses Gepard, how are we supposed to provide you with a scrip if we don't know how Gepard functions? You're probably better off just finding a normal quest script and adding the checks that Gepard provides to the script yourself. ohh sorry for that @Akkarin maybe you can help me with the IP bound or Mac/uniqid bound quest npc? it doesn't have to be gepard function all i want is the player could only make the quest once with his/her IP or per computer (pc). Quote
0 BeWan Posted March 27, 2021 Posted March 27, 2021 @Azhul no need to message me. @Haruka Mayumi help you already. Quote
0 LewL Posted March 28, 2021 Author Posted March 28, 2021 On 3/27/2021 at 9:02 PM, Haruka Mayumi said: prontera,155,173,5 script Give 94,{ if(getd("$Quest_"+get_unique_id())){ message strcharinfo(0),"Quest already done for this mac."; end; } if(countitem(512) >= 10 && countitem(513) >= 10){ delitem 512,10; delitem 513,10; getitem 501,1; setd "$Quest_"+get_unique_id(),getcharid(0); } else message strcharinfo(0),"Not enough items."; end; } Thanks bro. Quote
Question
LewL
Hello everyone, Can i request for a simple Quest NPC with Gepard function.
Example Quest npc will ask for x10 apple, x10 banana and 1m zeny in exchange of 1 headgear.
Then the quest is ip based or mac based like gepard function. once the player finished the quest he/she wouldn't be able to quest it again.
In short IP/Mac bound quest. Thanks if advance. Godbless
Edited by Azhul5 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.