Chessnut / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.rocks
MIT License
94 stars 77 forks source link

Logical Space(Inventroy), -1. #212

Closed rebel1324 closed 9 years ago

rebel1324 commented 10 years ago

This allows you to create more stuffs with inventory. You can move your item to Logical Space/Inventory by transferring to -1.

item:transfer(-1)

Items in Logical Space will not be networked. Items in Logical Space must be networked manually. Items in Logical Space does not requires (x, y) position.

This Logical Space allows you..

  1. List Based Storage/Bank (Unlimited Storage)
  2. Space Simulating(The space when the items are not exist on the specific Inventory.)
  3. Item Cloud(lol)
  4. Auction or whatever.
  5. Across Server Item Persist.
Chessnut commented 10 years ago

Database stores invID as unsigned though.

On Sunday, October 26, 2014, Kyu Yeon Lee notifications@github.com wrote:

This allows you to create more stuffs with inventory. You can move your item to Logical Space/Inventory by transferring to -1.

item:transfer(-1)

Items in Logical Space will not be networked. Items in Logical Space must be networked manually. Items in Logical Space does not requires (x, y) position.

This Logical Space allows you..

  1. List Based Storage/Bank (Unlimited Storage)
  2. Space Simulating(The space when the items are not exist on the specific Inventory.)
  3. Item Cloud(lol)
  4. Auction or whatever.
  5. Across Server Item Persist.

— Reply to this email directly or view it on GitHub https://github.com/Chessnut/NutScript/issues/212.

rebel1324 commented 10 years ago

Damn

2014년 10월 27일 월요일, Briannotifications@github.com님이 작성한 메시지:

Database stores invID as unsigned though.

On Sunday, October 26, 2014, Kyu Yeon Lee <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

This allows you to create more stuffs with inventory. You can move your item to Logical Space/Inventory by transferring to -1.

item:transfer(-1)

Items in Logical Space will not be networked. Items in Logical Space must be networked manually. Items in Logical Space does not requires (x, y) position.

This Logical Space allows you..

  1. List Based Storage/Bank (Unlimited Storage)
  2. Space Simulating(The space when the items are not exist on the specific Inventory.)
  3. Item Cloud(lol)
  4. Auction or whatever.
  5. Across Server Item Persist.

— Reply to this email directly or view it on GitHub https://github.com/Chessnut/NutScript/issues/212.

— Reply to this email directly or view it on GitHub https://github.com/Chessnut/NutScript/issues/212#issuecomment-60552634.