Eucharist96 Posted December 25, 2011 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 54 Reputation: 2 Joined: 12/09/11 Last Seen: February 28, 2013 Share Posted December 25, 2011 Hmm it is like a Quest npc it just like this Credits to Zeny Zeny to Credits Thanks =D Quote Link to comment Share on other sites More sharing options...
Eucharist96 Posted December 25, 2011 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 54 Reputation: 2 Joined: 12/09/11 Last Seen: February 28, 2013 Author Share Posted December 25, 2011 please move it to Support =D prontera,151,325,4 script Credit 109,{ mes "[Credit Changer]"; mes "What would you like to do?"; close2; switch(select("Pods To Zeny"," Zeny to Pods","Information")) { Case 1: if (countitem(7179) < 10) goto L_NE; delitem 7179,10; set zeny,Zeny+100000000; close; L_NE: mes "I'm Sorry but you don't have enough Proof of Donation."; close; Case 2: if (checkweight(7179,10) == 0 ) goto L_OW; if (zeny<100000) goto L_NEITEM; set zeny,Zeny-100000000; getitem 7179,10; close; Case 3: next; mes "[Credit Changer]"; mes "I can convert your 'Proof of Donation' into 100m Zeny and vice versa."; close; L_NEITEM: mes "[Credit Changer]"; mes "Sorry you don't Zenny"; close; L_OW: mes "[Credit Changer]"; mes "Sorry your overweight"; close; } } Please Help i don't know how to fix this in my server 100% fix but in my friend server when he don't have zeny the npc got hang.sry my english is poor Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 25, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted December 25, 2011 if (zeny<100000) goto L_NEITEM; set zeny,Zeny-100000000; The Required Zeny is 100,000,000 but you only check for...100,000 Quote Link to comment Share on other sites More sharing options...
Eucharist96 Posted December 27, 2011 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 54 Reputation: 2 Joined: 12/09/11 Last Seen: February 28, 2013 Author Share Posted December 27, 2011 (edited) Oh. Thanks Emistry =D you Saved My life Again =D Edited December 27, 2011 by Eucharist1 Quote Link to comment Share on other sites More sharing options...
Question
Eucharist96
Hmm it is like a Quest npc
it just like this
Credits to Zeny
Zeny to Credits
Thanks =D
Link to comment
Share on other sites
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.