Jump to content
Vykimo

Utility: @restock everywhere from your storage

Recommended Posts

@restock everywhere from your storage


One version of @restock. Create a list of items to restock automatically from your storage. Available everywhere

Usage

  • @restock <itemid> <itemid> ... : add items to restock list
  • @restock off : disable restocking

Config :

  1. Consume 1 coin if non VIP Player, but you can disable it.
  2. You can set maps where restocking isn't allowed.

  • Submitter
  • Submitted
    11/12/2018
  • Category
  • Video
  • Content Author
    Vykimo

 

  • Love 1
Link to comment
Share on other sites

Thx for this script , When we created the list, how do we restock after?

when i have create my list and i use item on this list my cmd tell me that

1054768385_Sanstitre.png.63573a22d46e0bc14eae816e8f51c69f.png

fixed you have missing in your .diff

search in ../ pc.cpp

Quote
	case SP_KILLEDGID:
		sd->killedgid = val;
		return true;

Add below: 

	case SP_ITEMUSEDID:
		sd->itemusedid = val;
		return true;

 

fixed by @n0tttt

Link to comment
Share on other sites

Added the diffs and the script. No errors on recompiling.
Script is already on scripts_custom.conf

I tried the restock command. Not working for me.

Using latest rathena 2019 Feb

SOLVED:

Need to recheck the diffs. ❤️

Edited by Dev G Inc
Link to comment
Share on other sites

file seems damaged, can anyone send/PM me a working files? huge thx

Edit: Nvm, thx again

Edited by Valor
i got it recovered
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
Reply to this topic...

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.