SphereCommunity
@Click trigger issue - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: @Click trigger issue (/Thread-Click-trigger-issue)



@Click trigger issue - kn4tseb - 08-22-2014 01:57 PM

guys it must be the noobest question ever on this forum but ... ive been trying to use @click - @afterclick @charclick @itemclick

inside itemdefs, typedefs, player events, char events, item events.. and i cant make it work..

nothing happens...

for example

[ITEMDEF i_imanoobscripter]
ITEMDEF VARIABLES ..
...
..

ON=@Dclick
serv.log the guy commanding <src.name> is a noob // works perfect

ON=@Click
serv.log the guy commanding <src.name> is a noob // nothing happens...

what could it be?


---------------------------------------

as far as i can remember it has never worked for me or i just dont know how to property use it Confused


RE: @Click trigger issue - darksun84 - 08-22-2014 07:02 PM

If i remember well, @click doesn't fire if you are using the tooltip feature.


RE: @Click trigger issue - admin phoenix - 08-22-2014 08:09 PM

yep, it is the tooltip feature.
so the click trigger is useless


RE: @Click trigger issue - Extreme - 08-23-2014 01:57 AM

LOL


RE: @Click trigger issue - kn4tseb - 08-23-2014 03:16 AM

oh well.... thats why Smile never stop learning, and yes, im using tooltip feature...

LOL extreme.... whats so funny xDDDD i didnt know that dude Smile

REgards to all!


RE: @Click trigger issue - Extreme - 08-23-2014 03:31 AM

Its funny because you have tooltips and can't click on item and want to fire @click hahahhahaha Big Grin


RE: @Click trigger issue - kn4tseb - 08-23-2014 05:23 AM

HAHAHAHAHAHAHA well, my bad =] but doenst matter i figure how to do what i wanted without need of @Click trigger Big Grin


RE: @Click trigger issue - kn4tseb - 08-23-2014 04:38 PM

well, i dont want to create a new thread to make a single question, so i think it would be ok if i ask it right here...
its about @NPCAcceptItem trigger..

im trying to get how it works.. i went to sphere_vendors.scp and under a chardef i just tiped
Code:
ON=@NPCAcceptItem
serv.log <argo>
serv.log <uid>
serv.log <src>

then i summoned that npc i took off my GM status and gave some money to the char but nothing happens.. tried it several times and dont know how to make it fire =]
any suggestions?

Thank you very much