Jump to content
  • 0

Custom Poison Bottle?


Yuka

Question


  • Group:  Members
  • Topic Count:  100
  • Topics Per Day:  0.03
  • Content Count:  333
  • Reputation:   7
  • Joined:  03/01/14
  • Last Seen:  

Hi,

 

I have created Vote Poison Bottle and Vote Acid Bombs that are accountbound, but it seems I have to manipulate the skill Enchant Deadly Poison and Acid Demonstration to use either normal or those bottles. :/

How do I do this? D:

 

I guess I have to edit this line in db/skill_require_db.txt

378,0,0,60:70:80:90:100,0,0,0,99,0,0,none,0,0,678,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//ASC_EDP#エンチャントデッドリ?ポイズン#

But how can I make it that it consumes either 678 or 19548, not both? D:

Thanks!

 

EDIT: I believe this belongs in Database, sorry. :/

Edited by Greyford
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

If you're testing on an admin account, they have this permission on by default:

can_trade_bounded: true
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

Hi,

 

I have created Vote Poison Bottle and Vote Acid Bombs that are accountbound, but it seems I have to manipulate the skill Enchant Deadly Poison and Acid Demonstration to use either normal or those bottles. :/

How do I do this? D:

 

I guess I have to edit this line in db/skill_require_db.txt

378,0,0,60:70:80:90:100,0,0,0,99,0,0,none,0,0,678,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0	//ASC_EDP#エンチャントデッドリ?ポイズン#

But how can I make it that it consumes either 678 or 19548, not both? D:

Thanks!

 

EDIT: I believe this belongs in Database, sorry. :/

Don't worry, It belongs in Source Support because it required the actual skill to be changed but a mod shall move it soon

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Why not use the 'getitembound' command?

*getitembound <item id>,<amount>,<bound type>{,<account ID>};

*getitembound "<item name>",<amount>,<bound type>{,<account ID>};

This command behaves identically to 'getitem', but the items created will be

bound to the target character as specified by the bound type. All items created

in this manner cannot be dropped, sold, vended, auctioned, or mailed, and in

some cases cannot be traded or stored.

Valid bound types are:

1 - Account Bound

2 - Guild Bound

3 - Party Bound

4 - Character Bound

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  100
  • Topics Per Day:  0.03
  • Content Count:  333
  • Reputation:   7
  • Joined:  03/01/14
  • Last Seen:  

Why not use the 'getitembound' command?

*getitembound <item id>,<amount>,<bound type>{,<account ID>};

*getitembound "<item name>",<amount>,<bound type>{,<account ID>};

This command behaves identically to 'getitem', but the items created will be

bound to the target character as specified by the bound type. All items created

in this manner cannot be dropped, sold, vended, auctioned, or mailed, and in

some cases cannot be traded or stored.

Valid bound types are:

1 - Account Bound

2 - Guild Bound

3 - Party Bound

4 - Character Bound

 

 

 

Wow this is awesome! I didn't know this exists!

Thanks sir, I'm gonna try it.

Why not use the 'getitembound' command?

*getitembound <item id>,<amount>,<bound type>{,<account ID>};

*getitembound "<item name>",<amount>,<bound type>{,<account ID>};

This command behaves identically to 'getitem', but the items created will be

bound to the target character as specified by the bound type. All items created

in this manner cannot be dropped, sold, vended, auctioned, or mailed, and in

some cases cannot be traded or stored.

Valid bound types are:

1 - Account Bound

2 - Guild Bound

3 - Party Bound

4 - Character Bound

 

 

It just colours the item yellow, but I can still drop it.. :/

 

Do I need to install this: http://rathena.org/board/files/file/2558-account-bound-items/ ?

If so, how do I install it? D:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  100
  • Topics Per Day:  0.03
  • Content Count:  333
  • Reputation:   7
  • Joined:  03/01/14
  • Last Seen:  

If you're testing on an admin account, they have this permission on by default:

can_trade_bounded: true

Dumb me. D: Thank you. Works now.

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