SlashGeeGee Posted May 25, 2012 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Share Posted May 25, 2012 Can someone please fix this script ? it's giving me these errors . screenshot : script : RefineTicketSmith.txt Thanks, SlashGeeGee Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Yesterday at 05:27 AM Share Posted May 25, 2012 change if(countitem(20004) < 0 ) goto LNotEnough; to if(countitem(20004) <= 0 ) goto LNotEnough; Quote Link to comment Share on other sites More sharing options...
SlashGeeGee Posted May 25, 2012 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Author Share Posted May 25, 2012 change if(countitem(20004) < 0 ) goto LNotEnough; to if(countitem(20004) <= 0 ) goto LNotEnough; Thanks Emistry . Solved Quote Link to comment Share on other sites More sharing options...
WhatFT Posted May 25, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted May 25, 2012 Suggestion ! Kindly stop the refine if the player already have refined the item in +10... Cause even if +10, it still consume the item required. Quote Link to comment Share on other sites More sharing options...
Question
SlashGeeGee
Can someone please fix this script ? it's giving me these errors .
screenshot :
script :
RefineTicketSmith.txt
Thanks,
SlashGeeGee
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.