![]() |
DropON_GROUND not working - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: DropON_GROUND not working (/Thread-DropON-GROUND-not-working) Pages: 1 2 |
DropON_GROUND not working - Eledrian - 03-23-2013 03:14 AM 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? RE: RegionEnter not working - Mordaunt - 03-23-2013 03:19 AM 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? RE: RegionEnter not working - Eledrian - 03-23-2013 03:32 AM (03-23-2013 03:19 AM)Mordaunt Wrote: There should be no problem with 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? RE: RegionEnter not working - darksun84 - 03-23-2013 03:51 AM I don't think, maybe you forgot to install the proper event in the character ![]() RE: RegionEnter not working - Mordaunt - 03-23-2013 03:52 AM 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] 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. RE: RegionEnter not working - Eledrian - 03-23-2013 03:53 AM (03-23-2013 03:51 AM)darksun84 Wrote: I don't think, maybe you forgot to install the proper event in the character ... 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. RE: RegionEnter not working - Mordaunt - 03-23-2013 03:53 AM 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 RE: RegionEnter not working - Eledrian - 03-23-2013 03:55 AM (03-23-2013 03:52 AM)Mordaunt Wrote: Nope.... 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 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. RE: RegionEnter not working - Mordaunt - 03-23-2013 03:58 AM Do you have EF_NewTriggers turned on in sphere.ini? I think that particular trigger falls under that RE: RegionEnter not working - Eledrian - 03-23-2013 04:00 AM (03-23-2013 03:58 AM)Mordaunt Wrote: Do you have EF_NewTriggers turned on in sphere.ini? THANK you so much.... thats the solution. But its kind a weird that the triggers like that falls under that experimantal flag, isnt it? |