Jump to content
  • 0

Trading NPC


letstry

Question


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  219
  • Reputation:   0
  • Joined:  05/03/12
  • Last Seen:  

Requesting a npc which will trade all things in exchange of some in just 1 click..

Example:

I have 10 jellopy, then if I clicked the npc, I will have 10 fluff.

But if I have 6 jellopy only, Ill only have 6 fluff.

Thanks

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   2
  • Joined:  05/23/12
  • Last Seen:  

set @nb_jel,countitem(909);
delitem 909,@nb_jel;
getitem 914,@nb_jel;
end;

Edited by Aksl
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  219
  • Reputation:   0
  • Joined:  05/03/12
  • Last Seen:  

yes.. I need delitem too

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   2
  • Joined:  05/23/12
  • Last Seen:  

Look my first post.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

NPC Header,{
mes "[NPC NAME]";
mes "Exchanging "+countitem(909)+" Jellopies into "+countitem(909)+" Fluffs.";
getitem 914,countitem(909);
delitem 909,countitem(909);
close;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

Posted · Hidden by Arcenciel, June 25, 2012 - Spam
Hidden by Arcenciel, June 25, 2012 - Spam

uhmmm

Link to comment

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...