Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No move
Author Message
djazraell
Apprentice
*

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



Post: #1
No move
I use Sphere 56b-Nightly
what I want her to do Sphere_region, If there is kill's it won't switch and send back but won't send
src.move 6 ?
[regiontype r_cove_graveyard_1]
On=@Enter
if (<src.kills> > 0)
src.sysmessage @0790 <src.name> <region.name> mezarlikigina giris yapabilmeniz icin Kill'e sahip olmamaniz gerekir ! [<src.kills>]
src.go 2442,1121,8
return 1
else
src.sysmessage @054 Bu alanda
src.sysmessage @030 RECALL & MARK yasaklanmistir.
src.sysmessage @0790 <region.name> mezarligina hosgeldiniz.
endif

Facebook
02-26-2021 10:50 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
golfin
Banned

Posts: 213
Likes Given: 2
Likes Received: 32 in 28 posts
Joined: Nov 2017

Eranova

Post: #2
RE: No move
Enter the coordinates to move. x, y.z.
PHP Code:
src.move 6,0,
Or use the go command on a fixed coordinate.
(This post was last modified: 02-27-2021 12:36 PM by golfin.)
02-27-2021 12:30 PM
Visit this user's website 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: No move
(02-27-2021 12:30 PM)golfin Wrote:  Enter the coordinates to move. x, y.z.
PHP Code:
src.move 6,0,
Or use the go command on a fixed coordinate.

Here the correct message appears, but if the player won't enter (kill 1 +), it won't go back (src.move 6.0,0)
PHP Code:
[regiontype r_cove_graveyard_1]
On=@Enter
if (<src.kills> > 0)
src.sysmessage @0790 <src.name> <region.namemezarlikigina giris yapabilmeniz icin Kill'e sahip olmamaniz gerekir ! [<src.kills>]
src.move 6,0,0
return 1
else
src.sysmessage @054 Bu alanda
src.sysmessage @030 RECALL & MARK yasaklanmistir.
src.sysmessage @0790 <region.name> mezarligina hosgeldiniz.
endif

On=@Exit
src.sysmessage @0790 <region.name> mezarlikigindan Cikis Yaptiniz.. 

Facebook
02-27-2021 05:38 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #4
RE: No move
On=@Enter
if (<src.kills> > 0)
src.sysmessage @0790 <src.name> <region.name> mezarlikigina giris yapabilmeniz icin Kill'e sahip olmamaniz gerekir ! [<src.kills>]
src.move 6,0,0
return 1 <<<<<<<<<<<<<<<<<<<<<<<<<<<?????????
else
src.sysmessage @054 Bu alanda
src.sysmessage @030 RECALL & MARK yasaklanmistir.
src.sysmessage @0790 <region.name> mezarligina hosgeldiniz.
endif

Overriding Hardcoded Commands <<<< Read this wiki

Grandmaster Localhost Admin
(This post was last modified: 03-05-2021 03:44 AM by Kanibal.)
03-05-2021 03:39 AM
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)