![]() |
Hide helm - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Hide helm (/Thread-Hide-helm) Pages: 1 2 |
RE: Hide helm - pointhz - 04-12-2017 10:30 PM What is your invis potion script? And whats the script/option to move while invis? RE: Hide helm - an0n!m0use - 04-13-2017 08:23 PM (04-12-2017 10:30 PM)pointhz Wrote: What is your invis potion script? And whats the script/option to move while invis?Standart. PHP Code: [ITEMDEF i_potion_Invisibility] Problem is when you using simple server command .UPDATE ... client update and helmet upon the shroud ... RE: Hide helm - Satvet - 06-22-2017 09:01 AM Hi, my similar problem and I want to reverse this process. The accessory to the head should be visible. I wrote to resurrected the topic. it works on 2x client. // Used robe: Code: [ITEMDEF 0204E] ![]() Note: I can not use 'i_deathshroud' item with 6x client. No weapons can be seen. it is not working on a 6x client. // Robe I used: Code: [ITEMDEF 02683] ![]() I want this. how can I do it? / Client version I am using: 6.0.6.1 Quote: RE: Hide helm - WRWR - 06-22-2017 12:51 PM (06-22-2017 09:01 AM)Satvet Wrote: Hi, my similar problem and I want to reverse this process. it's different shrouds RE: Hide helm - Satvet - 06-22-2017 04:45 PM @WRWR yes I know. This is not the answer I want to get. ![]() How can I use a 6x client like 2x client. different shroud also.? |