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
Help this script.
Author Message
victorstelzer
Journeyman
*

Posts: 80
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #1
Help this script.
It is only creating 1 item

As he has to create the 3 items?

[ITEMDEF i_deed_vulcan]
NAME=Deed Plate vulcan
ID=i_deed
TYPE=t_normal
VALUE=5000


on=@create
COLOR=color_o_vulcan


on=@dclick
serv.newitem=i_vulcan_platemail_arms
serv.newitem=i_vulcan_PLATEMAIL_leggings
serv.newitem=i_vulcan_plate_helm
new.bounce
src.anim 17
src.sound snd_spell_gate_travel
consume 1 i_deed
return 1
10-01-2012 08:47 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #2
RE: Help this script.
serv.newitem=i_vulcan_platemail_arms,1,<uid>
serv.newitem=i_vulcan_PLATEMAIL_leggings,1,<uid>
serv.newitem=i_vulcan_plate_helm,1,<uid>

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
10-01-2012 09:48 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #3
RE: Help this script.
...also, get rid of this line since it is not necessary:

Code:
new.bounce

...also, the following line is dangerous, so change it from this:

Code:
consume 1 i_deed

...and replace it with this:

Code:
remove
(This post was last modified: 10-01-2012 10:09 AM by RanXerox.)
10-01-2012 10:09 AM
Find all posts by this user Like Post Quote this message in a reply
victorstelzer
Journeyman
*

Posts: 80
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #4
RE: Help this script.
Is creating only the last item

serv.newitem = i_vulcan_platemail_arms, 1, <uid>
serv.newitem = i_vulcan_PLATEMAIL_leggings, 1, <uid>
serv.newitem = i_vulcan_plate_helm, 1, <uid>

21:11:ERROR:(deeds plates.scp,14)Non container uid=04000c35a,id=0a035
21:11:ERROR:(deeds plates.scp,15)Non container uid=04000c35a,id=0a035
21:11:ERROR:(deeds plates.scp,16)Non container uid=04000c35a,id=0a035
10-01-2012 10:15 AM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #5
RE: Help this script.
serv.newitem=i_vulcan_platemail_arms,1,<src.findlayer.21>
serv.newitem=i_vulcan_PLATEMAIL_leggings,1,<src.findlayer.21>
serv.newitem=i_vulcan_plate_helm,1,<src.findlayer.21>

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
10-01-2012 10:19 AM
Find all posts by this user Like Post Quote this message in a reply
victorstelzer
Journeyman
*

Posts: 80
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #6
RE: Help this script.
RanXerox, Extreme , thank helps
10-01-2012 10:30 AM
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)