Jump to content
  • 0

Weight limit


xWulfen

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/03/13
  • Last Seen:  

Hello!

 

I am fairly new to this whole server creation thing, so I apologize in advance if this question has already been answered, or if I am posting this to the wrong place.

 

Anyway, I made an offline server which I only want to use for solo play (not intending to bring it online), and I was wondering, how do I remove the weight limit from the server? I've set up mid-decent rates, but it's a pain to have to reach the limit every ten minutes.

 

I learned that I could use @storage anywhere and that somehow alleviates the problem,but its not the fix I want.

 

I also tried to get the enlarge weight quest skill #36 #681, but even though I use @questskill and it says its added, I receive nothing.

 

I'd prefer If I could just simply keep everything in my inventory. Is it possible? 

 

Help would be greatly appreciated. Thanks!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Maybe changing all items weight to 0..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/03/13
  • Last Seen:  

How do I go about doing that?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

How do I go about doing that?

 

db/re/item_db.txt#L4 

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

If you use item db by sql, you can change the weight in one go

UPDATE `item_db_re` SET `weight`=0

otherwise by txt... well you can do it with some trick

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

if you're too lazy to edit the info in db/re/item_db.txt ...and not using SQL database..

( there are actually some easy way to done this...ex: regular expression to replace string )

 

you can try this..

http://upaste.me/r/8ef8be

it will took few seconds for this to complete...

[Debug]: script debug : 0 110066214 : Consumed 3 seconds to set 8235 items to 0 weight..

relog is required for those player who are still online..

 

OyxRD7P.jpg

 

but using script to do this work isnt recommended ...

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