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
Problem with new container
Author Message
Rizz
Master
**

Posts: 396
Likes Given: 21
Likes Received: 14 in 9 posts
Joined: Oct 2012
Reputation: 0



Post: #1
Problem with new container
This is the script

PHP Code:
[ITEMDEF i_forgia_serpe]
NAME=Elven Forge
ID
=i_barrel
TYPE
=T_CONTAINER
TDATA2
=02A63
FLIP
=1
WEIGHT
=10
SKILLMAKE
=TINKERING 55.0,t_tinker_tools
RESOURCES
=10 i_log 

Noway to open that container but i found this way

PHP Code:
ON=@CREATE
ATTR
=08000
timerf 2
DISPID=02dd8
timerf 3
update 

With the @create trigger the container will full work for a short period of time and then noway to open it again... why?
02-19-2013 09:41 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: Problem with new container
if you set non-container items dispid to the container it will not work. its working for first time because when client first receiving its packet, it has valid container id and client hold that in memory. when items packet resended, it becomes the non-container item for client. you need to modify mul files, tiledata maybe.
(This post was last modified: 02-19-2013 09:57 AM by Shaklaban.)
02-19-2013 09:56 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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