The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Armor Packing
Author Message
Avatar
Journeyman
*

Posts: 172
Likes Given: 6
Likes Received: 27 in 12 posts
Joined: Apr 2012
Reputation: 5

The North Shield

Post: #6
RE: Armor Packing
Why dont you make this with tagging.

For instance, create an item ad deed ,

[itemdef i_deed_store_set]
id i_deed
type t_script /or whatever you want
name
color
etc..

on=@create
tag.glove
tag.gorget
tag.etc etc etc.... // You donot need to put tags at the beginning but i just show you how you gonna do.

Then

on=@dclick
target Which set item you would like to store ?

on=@targot_item
if <argo.type> = t_armor_etc etc ec // arrange here.
argo.remove
tag.<argo.id> 1 // for instance.
tag.set_total ++
return 1
endif

if <tag0.set_total> == 5 // for instance
// here just put serv.newitem from tags to create sets you stored.
endif


Only thing you need targeting items that you want to store and remove them, tag them to deed and once you store all item you want to store , limit # of items that set should have by tagging. That's all.

You can make like that. I saw your post befor i go to colleage therefore, I'm writing too fast and just try to get the analogy.
(This post was last modified: 12-20-2013 06:43 PM by Avatar.)
12-20-2013 06:41 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Armor Packing - Runcuks - 12-19-2013, 09:34 PM
RE: Armor Packing - Soulless - 12-20-2013, 08:14 AM
RE: Armor Packing - Avatar - 12-20-2013, 10:23 AM
RE: Armor Packing - Runcuks - 12-20-2013, 03:45 PM
RE: Armor Packing - Anarch Cassius - 12-20-2013, 06:37 PM
RE: Armor Packing - Avatar - 12-20-2013 06:41 PM
RE: Armor Packing - Runcuks - 12-20-2013, 08:24 PM
RE: Armor Packing - Khaos - 12-29-2013, 03:39 AM
RE: Armor Packing - Khaos - 12-29-2013, 05:38 AM
RE: Armor Packing - Khaos - 12-29-2013, 06:48 AM
RE: Armor Packing - Extreme - 12-29-2013, 06:59 AM
RE: Armor Packing - Khaos - 12-29-2013, 07:06 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)