![]() |
|
Hit across wall of stone - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Hit across wall of stone (/Thread-Hit-across-wall-of-stone) Pages: 1 2 |
RE: Hit across wall of stone - Rizz - 08-15-2014 12:37 AM LOOOOL Why?! Can i see your tiledata setting for fence? I use 7.018 client. RE: Hit across wall of stone - darksun84 - 08-15-2014 01:54 AM Name: iron fence Graphic: 0x0821 Height/Capacity: 20 Weight: 255 Animation: 0 Quality/Layer/Light: 0 Quantity: 0 Hue: 0 StackingOffset/Unk4: 0 Flags: Wall, Impassable, ArticleAn RE: Hit across wall of stone - Rizz - 08-15-2014 02:35 AM (08-15-2014 01:54 AM)darksun84 Wrote: Name: iron fence The same... i tried to add the flag "no shoot" but is like i didn't anything. Maybe client 7 reads informations somewhere else? I will try to use client 7.015 to discover if i can shoot through fence. RE: Hit across wall of stone - darksun84 - 08-15-2014 02:45 AM I am using last nightly btw RE: Hit across wall of stone - Rizz - 08-15-2014 03:08 AM I use r2001. I cannot retrieve the 7.015.1 client but i tested 7.0.13.4 and 7.0.8.2, nothing is changed for me. Can you share me your client? Ok i think i got the problem: sphere cannot deal with static files. I can shoot through static iron fence but if i add a new fence i cannot shoot through. I'm searching a "i_wall_marble" in the world (i tried wind's tunnel but i only found i_wall_marble_1... maybe is just a dupelist one). Anyway if i add in the game a i_wall_marble i cannot shoot through, i also cannot shoot through static i_wall_marble_1. RE: Hit across wall of stone - Skul - 08-15-2014 03:29 AM what about CAN_I_BLOCK on i_wall_stone_7? or CAN_I_BLOCKLOS? RE: Hit across wall of stone - Rizz - 08-15-2014 03:30 AM CONFIRMED: static items cannot prevent me from shooting, no matter what i change in tiledata. If i add "no shoot" flags on iron fence, only a dynamic (.add i_iron_fence) item can prevent me from shooting . PHP Code: [ITEMDEF 0821]nothing changes RE: Hit across wall of stone - Skul - 08-15-2014 03:54 AM I can't replicate on my version, although I did notice with .gm on I was able to shoot through static items, with gm off I was not able to. I use August 4th release. |