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:
  • 1 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
command
Author Message
Spooky
Apprentice
*

Posts: 22
Likes Given: 6
Likes Received: 0 in 0 posts
Joined: Dec 2014
Reputation: 0

Sosaria World

Post: #1
command
Who knew command for place more floor in one sector?
12-16-2014 12:23 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Artyk
Journeyman
*

Posts: 75
Likes Given: 43
Likes Received: 9 in 9 posts
Joined: Sep 2014
Reputation: 0



Post: #2
RE: command
This function place under yourself a 9 tile ground of a choosen item id, just typing "f_large_ground " and the choosen item (eg. f_large_ground i_floor_marble)

Code:
[FUNCTION f_large_ground]
SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>

SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>
NEW.MOVE -1,-1

SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>
NEW.MOVE -1,0

SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>
NEW.MOVE -1,1

SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>
NEW.MOVE 0,-1

SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>
NEW.MOVE 0 1

SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>
NEW.MOVE 1,-1

SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>
NEW.MOVE 1,0

SRC.NEWITEM <ARGS>
NEW.ATTR = attr_static
NEW.P = <SRC.P>
NEW.MOVE 1,1
12-17-2014 09:46 PM
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: #3
RE: command
.tile z item

example: .tile 20 i_floor_marble

It will create an area with marble floors at z=20

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.
12-18-2014 01:56 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Extreme's post
Post Reply 


Forum Jump:


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