SphereCommunity
[split] 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: [split] DropON_GROUND not working (/Thread-split-DropON-GROUND-not-working)



[split] DropON_GROUND not working - Eledrian - 03-24-2013 05:23 AM

Hi,
I have another problem, but very similiar. Another trigger which doesnt works for me is dropon_ground.

It works when I use it in player event like ITEMdropon_ground... but in itemdef, typedef, itemevents.... it doenst fire.

Example:
[ITEMDEF 013bb]
DEFNAME=i_chainmail_coif
TYPE=T_ARMOR
RESOURCES=10 i_ingot_iron
SKILLMAKE=BLACKSMITHING 27.6
WEIGHT=7
FLIP=1
ARMOR=23
REQSTR=20
VALUE=103
CATEGORY=Provisions - Armor
SUBSECTION=Chainmail Armor
DESCRIPTION=Chainmail Coif
DUPELIST=013c0

ON=@Create
COLOR=color_o_iron
HITPOINTS={50 60}

on=@dropon_ground
serv.b TEST TEST

I dont receive any result.

Any idea whyyyyyyyyyy this sick problem again? I dont really get it becouse I never experienced problems like this.


RE: [split] DropON_GROUND not working - Mordaunt - 03-24-2013 06:53 AM

Please don't change thread titles and stick a new problem on the end, it becomes confusing, always start a new one. I have split this thread.

@ItemDropOn_Ground fires on players
@DropOn_Ground fires on items

2 different triggers

I actually misread some of that...
Have you tried adding it as a TEVENT? though there should be no issues in how you are attempting to use it anyway.