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,140
Likes Given: 217
Likes Received: 89 in 76 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)