Jump to content
  • 0

Edit buyingstore


EL Dragon

Question


  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  

the item script is buyingstore 4; so you can dan 4 items in the purchase , but I would like to see more items..... can someone help me ?

 

server supports only 5 slot ......

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  196
  • Reputation:   72
  • Joined:  12/12/11
  • Last Seen:  

you try src/map folder and open buyingstore.h

find 

#define MAX_BUYINGSTORE_SLOTS 5 <--- edit you want slot

 

and recompile you server again

Edited by Napster
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

Uhm. Whats this for? I dont know this.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

Uhm. Whats this for? I dont know this.

He told you that to increse the number of slots for the buying store you need to modify that file

src/map/buyingstore.h

this line

#define MAX_BUYINGSTORE_SLOTS 5

change the number 5 for the number of Buying Store Slots that you want (i don't know the max limit, i suggest you to leave it for 10)

 

after that, save the changes in the file and then recompile

 

Note:

always make a backup of the src folder since any error there will cause your server to not run untile the error is fixed

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

No i mean what does buyingstore do. I found out that its an item if you click it you can open a shop. And it works to non merchant class. credits goes to iRO.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

No i mean what does buyingstore do. I found out that its an item if you click it you can open a shop. And it works to non merchant class. credits goes to iRO.

 

here my friend (: 

 

http://irowiki.org/wiki/Buying_Store

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