Jump to content
  • 0

Refiner Script Error


SlashGeeGee

Question


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

Can someone please fix this script ? it's giving me these errors .

screenshot :

post-415-0-98666100-1337962165_thumb.jpg

script :

RefineTicketSmith.txt

Thanks,

SlashGeeGee

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

change

if(countitem(20004) < 0 ) goto LNotEnough;

to

if(countitem(20004) <= 0 ) goto LNotEnough;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

change

if(countitem(20004) < 0 ) goto LNotEnough;

to

if(countitem(20004) <= 0 ) goto LNotEnough;

Thanks Emistry . Solved :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...