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
Bag full of items
Author Message
SheriffWhite
Apprentice
*

Posts: 2
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2012
Reputation: 0



Post: #1
Bag full of items
Hi, first sorry for my english.

I would like to know, hot to make a bag with items, because i want to make a deed, and if i double-click the deed, deed changes into bag and in the bag will be some item(s) - for example with axe, sword...

I know it's really stupid question, but i am a real beginner.


Thank you very much
08-12-2012 09:07 AM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #2
RE: Bag full of items
you can use templates, its very easy;

[TEMPLATE BLA_BLA]
container=i_Bag
item=i_katana
item=i_gold

then in deed script:

on=@dclick
serv.newitem bla_bla
src.bounce <new> //call that function on the character
remove
(This post was last modified: 08-12-2012 09:58 AM by Shaklaban.)
08-12-2012 09:57 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
SheriffWhite
Apprentice
*

Posts: 2
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2012
Reputation: 0



Post: #3
RE: Bag full of items
Thank you, I'll do it.

Edit: Works perfect. Thank you
(This post was last modified: 08-13-2012 03:49 AM by SheriffWhite.)
08-12-2012 05:52 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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