Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ERROR: Can't resolve <DEFNAME>
Author Message
Russian
Journeyman
*

Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0



Post: #11
RE: ERROR: Can't resolve <DEFNAME>
(03-26-2014 12:32 AM)Russian Wrote:  I download this:
http://forum.spherecommunity.net/sshare.php?srt=4

SphereSvr(64bitTime)[win32].zip (v. r1777) Hits: 278 Size: 1.16 MB Feb 7th, 2014, 4:19 am


(03-26-2014 12:32 AM)Russian Wrote:  I download: http://nightly.prerelease.sphere.torfo.org/
Download latest Windows build (March 25, 2014, 12:08 am)

And this sphere server have similar error.
Similar errors on this Spheres.
03-26-2014 07:05 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #12
RE: ERROR: Can't resolve <DEFNAME>
this should work fine
Code:
[REGIONTYPE r_EnterSomeArea]
ON=@Enter    //<-- use @Enter instead @Step
IF (<SRC.REGION.REGION.DEFNAME>==a_astral_dungeon_1)    // <-- use SRC here
  SRC.SAY LOL
ENDIF

[AREADEF a_astral_dungeon_1]
P=6054,936,15,0
RECT=5989,812,6064,945,0
FLAGS=region_flag_nobuilding
EVENTS=r_default, r_EnterSomeArea
RAINCHANCE=0
COLDCHANCE=0
TAG.ARENA=1
03-26-2014 12:49 PM
Find all posts by this user Like Post Quote this message in a reply
Russian
Journeyman
*

Posts: 75
Likes Given: 4
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 0



Post: #13
RE: ERROR: Can't resolve <DEFNAME>
Work! Thank to all very very much.

<SRC.REGION.REGION.DEFNAME>
03-26-2014 05:28 PM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #14
RE: ERROR: Can't resolve <DEFNAME>
Aaaa, I remember that shitty thing. Seomthing similar happened to me and region fuctions didn't work. The only way make them work was using object (player) in the region and call the region -> region -> function.
03-26-2014 11:25 PM
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)