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
sphere region
Author Message
djazraell
Apprentice
*

Posts: 26
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: May 2014
Reputation: 0



Post: #1
sphere region
Friends, I am writing to divide into sphere_map0
Code:
[AREADEF a_tarlam]
EVENTS=r_tarlam
NAME=Tarla
RECT=1184,1839,1215,1839,
P=1200,1824
FLAGS=region_antimagic_recall_in | region_antimagic_all | region_flag_safe | region_flag_no_pvp|region_antimagic_recall_out | region_flag_nobuilding
If sphere_regio into
Code:
[REGIONTYPE r_tarlam]
on @enter
src.sysmessage @1153 Tarla alanina hosgeldin <src.name>

on @exit
src.sysmessage @38 Tarla alanindan ayrildiniz.
Error adding RECT coordinates into sphere_map0 I'm doing., Teach me?

Facebook
06-12-2014 02:59 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #2
RE: sphere region
RECT=1184,1839,1215,1839, <--- this last comma makes sphere wait for a value for the map, if the map is default ( 0 ), write a 0
P=1200,1824 <--- same here, write the Z coord and the Map value.
06-12-2014 03:34 PM
Find all posts by this user Like Post Quote this message in a reply
djazraell
Apprentice
*

Posts: 26
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: May 2014
Reputation: 0



Post: #3
RE: sphere region
For example, before
coord 1 left over (xxxx,aaaa)
ie xxxx?

After the bottom-left coord 2 (xxxx,aaaa)
ie aaaa?

The same as the left right?

Facebook
06-12-2014 03:55 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #4
RE: sphere region
Creating regions is like creating squares ingame, just imagine that, think that you have to give 2 different points to Sphere: first one is the top left corner of the square, second one is the bottom right one (each one with xxxx,yyyy values) and after both you have to specify the map number of the region, its a must.
06-12-2014 10:14 PM
Find all posts by this user Like Post Quote this message in a reply
djazraell
Apprentice
*

Posts: 26
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: May 2014
Reputation: 0



Post: #5
RE: sphere region
Ok, I did
Code:
[AREADEF a_tarlam]
EVENTS=r_tarlam
NAME=Tarla
RECT=1184,1808,1215,1839,0
RECT=1184,1839,1215,1808,0
RECT=1215,1839,1184,1808,0
RECT=1215,1808,1215,1839,0
P=1200,1824
FLAGS=region_antimagic_recall_in | region_antimagic_all | region_flag_safe | region_flag_no_pvp|region_antimagic_recall_out | region_flag_nobuilding

Facebook
06-13-2014 01:34 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #6
RE: sphere region
(06-12-2014 03:34 PM)XuN Wrote:  RECT=1184,1839,1215,1839, <--- this last comma makes sphere wait for a value for the map, if the map is default ( 0 ), write a 0
P=1200,1824 <--- same here, write the Z coord and the Map value.
06-13-2014 01:47 AM
Find all posts by this user Like Post Quote this message in a reply
djazraell
Apprentice
*

Posts: 26
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: May 2014
Reputation: 0



Post: #7
RE: sphere region
Thank you took care of it

Facebook
06-13-2014 04:16 PM
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)