LewL Posted March 27, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted March 27, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Akkarin Posted March 27, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 LewL Posted March 27, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
0 BeWan Posted March 27, 2021 Share Posted March 27, 2021 @Azhul no need to message me. @Haruka Mayumi help you already. Quote Link to comment Share on other sites More sharing options...
0 LewL Posted March 28, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
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 AzhulLink to comment
Share on other sites