mikemike Posted January 17, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 07/21/12 Last Seen: June 26, 2014 Share Posted January 17, 2013 i hope anyone can help me to get or have script allskills npc with payments or without payments.. please Quote Link to comment Share on other sites More sharing options...
goddameit Posted January 17, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted January 17, 2013 allskill without payment prontera,150,180,4 script Test 100,{ atcommand "@allskill"; end; } Quote Link to comment Share on other sites More sharing options...
mikemike Posted January 17, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 07/21/12 Last Seen: June 26, 2014 Author Share Posted January 17, 2013 Thank You ... i hope someone can give me with payment .... thank you. .! Quote Link to comment Share on other sites More sharing options...
goddameit Posted January 17, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted January 17, 2013 (edited) with payment prontera,150,180,4 script Test 100,{ mes "You have to pay me 100z"; select("Yes"); if(Zeny<100) { mes "Your Zeny are not enough."; close; } set Zeny,Zeny-100; atcommand "@allskill"; mes "Success."; close; } Edited January 17, 2013 by goddameit Quote Link to comment Share on other sites More sharing options...
mikemike Posted January 17, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 07/21/12 Last Seen: June 26, 2014 Author Share Posted January 17, 2013 (edited) boom !!! THANK YOU !! btw i modify the script like this with spacing..... its good ? prontera,150,180,4 script Test 100,{ [tab]mes "You have to pay me 100z"; [tab]select("Yes"); [tab]if(Zeny<1000000000) [tab]{ [tab]mes "Your Zeny are not enough."; [tab]close; [tab]} [tab]set Zeny,Zeny-1000000000; [tab]atcommand "@allskill"; [tab]mes "Success."; [tab]close; } Edited January 17, 2013 by mikemike Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 17, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 17, 2013 Tabs aren't processed by the script engine so you can add/remove them wherever (except within words/numbers, of course). You only need them in the script header. prontera,150,180,4 script Test 100,{ Quote Link to comment Share on other sites More sharing options...
Yudax Posted January 20, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 248 Reputation: 7 Joined: 11/27/12 Last Seen: July 21, 2016 Share Posted January 20, 2013 (edited) Yep the tabs are only important to this prontera,150,180,4<tab>script<tab>Test<tab>100,{ boom !!! THANK YOU !! btw i modify the script like this with spacing..... its good ? prontera,150,180,4 script Test 100,{ [tab]mes "You have to pay me 100z"; [tab]select("Yes"); [tab]if(Zeny<1000000000) [tab]{ [tab]mes "Your Zeny are not enough."; [tab]close; [tab]} [tab]set Zeny,Zeny-1000000000; [tab]atcommand "@allskill"; [tab]mes "Success."; [tab]close; } Edited January 20, 2013 by Yudax Quote Link to comment Share on other sites More sharing options...
mikemike Posted January 22, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 07/21/12 Last Seen: June 26, 2014 Author Share Posted January 22, 2013 Thank You Quote Link to comment Share on other sites More sharing options...
Question
mikemike
i hope anyone can help me to get or have script allskills npc with payments or without payments.. please
Link to comment
Share on other sites
7 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.