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
DropON_GROUND not working
Author Message
Eledrian
Apprentice
*

Posts: 8
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #1
DropON_GROUND not working
Hi,
I just find really mysterious problem - on my shard when Im using this trigger for years suddenly STOP working at all.

Im using Sep 20 build, Spheresvr runs on Win7 64bit.

I tried use community scp - same result, I tried use another builds (including nightly) - same result. This trigger doesnt fire for me...

Anyone have idea what can be the reason for it?
(This post was last modified: 03-24-2013 05:24 AM by Eledrian.)
03-23-2013 03:14 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: RegionEnter not working
There should be no problem with this trigger.
You are using the build from Sept 20 last year?
Does your player have the event on him that contains this trigger?

[Image: 2nis46r.jpg]
03-23-2013 03:19 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Eledrian
Apprentice
*

Posts: 8
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #3
RE: RegionEnter not working
(03-23-2013 03:19 AM)Mordaunt Wrote:  There should be no problem with this trigger.
You are using the build from Sept 20 last year?
Does your player have the event on him that contains this trigger?

On my live shard this trigg works fine with same options, same scripts... so problem must be somewhere in my computer. But ive tried clean sphere instalation and problem still remains.

Is it possible that the problem is OS or some missing library?
(This post was last modified: 03-23-2013 03:32 AM by Eledrian.)
03-23-2013 03:32 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: RegionEnter not working
I don't think, maybe you forgot to install the proper event in the character Shock
03-23-2013 03:51 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #5
RE: RegionEnter not working
Nope....
It is more likely that you have not given the player the event that contains the trigger.
It will not run whatever you want it to run by default.
You have a script something like:

Code:
[events e_myevent]
ON=@REGIONENTER
       do whatever here

If your player does not have that event it will not work.
On a fresh install unless you are using save files from your live server an player entering might not have that event unless you have soecified them to get it when they log in.

[Image: 2nis46r.jpg]
03-23-2013 03:52 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Eledrian
Apprentice
*

Posts: 8
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #6
RE: RegionEnter not working
(03-23-2013 03:51 AM)darksun84 Wrote:  I don't think, maybe you forgot to install the proper event in the character Shock

... no

Ive tried to solve this problem for 3 hours approx. You really think that Im way to stupid to forgot install event? Its just dont work on my PC, but on my live shard it works.
03-23-2013 03:53 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #7
RE: RegionEnter not working
It is called TROUBLE SHOOTING
We cannot see your server nor your files, and so advice and options are offered up to rule out possibilities

[Image: 2nis46r.jpg]
03-23-2013 03:53 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Eledrian
Apprentice
*

Posts: 8
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #8
RE: RegionEnter not working
(03-23-2013 03:52 AM)Mordaunt Wrote:  Nope....
It is more likely that you have not given the player the event that contains the trigger.
It will not run whatever you want it to run by default.
You have a script something like:

Code:
[events e_myevent]
ON=@REGIONENTER
       do whatever here

If your player does not have that event it will not work.
On a fresh install unless you are using save files from your live server an player entering might not have that event unless you have soecified them to get it when they log in.

Ok. Im not newbie. I am working with sphere and scripts for 6 years so I KNOW how add events correctly...

(03-23-2013 03:53 AM)Mordaunt Wrote:  It is called TROUBLE SHOOTING
We cannot see your server nor your files, and so advice and options are offered up to rule out possibilities

I just install brand new sphere with community scp, create sth like this
[EVENTS test]
on=@regionEnter
serv.b kuk

on=@itemdclick
serv.b kukkk

and add it on my player. REGIONENTER doesnt work, dclick works.
(This post was last modified: 03-23-2013 03:56 AM by Eledrian.)
03-23-2013 03:55 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #9
RE: RegionEnter not working
Do you have EF_NewTriggers turned on in sphere.ini?
I think that particular trigger falls under that

[Image: 2nis46r.jpg]
03-23-2013 03:58 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Eledrian
Apprentice
*

Posts: 8
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #10
RE: RegionEnter not working
(03-23-2013 03:58 AM)Mordaunt Wrote:  Do you have EF_NewTriggers turned on in sphere.ini?
I think that particular trigger falls under that

THANK you so much.... thats the solution.
But its kind a weird that the triggers like that falls under that experimantal flag, isnt it?
03-23-2013 04:00 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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