Jump to content
  • 0

successremovecards vs bound item


cahadeyelo

Question


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   1
  • Joined:  11/13/14
  • Last Seen:  

getitembound command helps me to make the item bounded to specific target character but after they used the card remover npc or this command "successremovecards" the bounded item has been unbounded. How can i prevent this to happen.?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   17
  • Joined:  12/31/11
  • Last Seen:  

You need to identify if the user is removing cards from a bounded weapon and use getitembound instead of getitem on the script (yes you will need to edit it by your self)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   1
  • Joined:  11/13/14
  • Last Seen:  

thanks sir luan122 but here's my script on card remover, where do i need to put the getitembound script?

 

if ( countitem(1000) < 1  || countitem(715) < 1 ) goto Not_Enough_W;
    if ( Zeny < 350000) goto Not_Enough_W;
    successremovecards (EQI_HEAD_TOP);
    delitem 1000,1; //Star_Crumb
    delitem 715,1; //Yellow_Gemstone
    set zeny,zeny - 350000;
    mes "[ Server ]";
    mes "The process was a success. Here are your cards and your item. Farewell.";
    close;
Edited by cahadeyelo
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   17
  • Joined:  12/31/11
  • Last Seen:  

Well... I see it now... the script use a script command to remove cards, I will try to think about this and if I get the answer I will post here to you (if no one does that).

Edited by luan122
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   1
  • Joined:  11/13/14
  • Last Seen:  

Thank You... /gawi

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