LewL Posted March 27, 2021 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 84 Reputation: 1 Joined: 01/08/20 Last Seen: April 5 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 Akkarin Posted March 27, 2021 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: April 15 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 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 84 Reputation: 1 Joined: 01/08/20 Last Seen: April 5 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 Haruka Mayumi Posted March 27, 2021 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: April 14 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 BeWan Posted March 27, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 20 hours ago 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 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 84 Reputation: 1 Joined: 01/08/20 Last Seen: April 5 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...
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 AzhulLink to comment
Share on other sites
5 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.