SphereCommunity
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]
ID=i_bottle_WHITE
NAME
=Invisibility
TYPE
=T_POTION
TDATA1
=i_bottle_empty
RESOURCES
=i_reag_worm_heart 4i_bottle_EMPTY
SKILLMAKE
=ALCHEMY 65.1

ON
=@Create
    MORE1
=s_invisibility
    MORE2
=100.0
    COLOR
=96 

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]
DEFNAME=i_deathshroud
NAME=Death Shroud
[Image: nWmaJl.png]
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]
DEFNAME=i_deathshroud_craft
NAME=hooded shroud
[Image: vp8lJ6.png]


I want this. how can I do it? / Client version I am using: 6.0.6.1
Quote:[Image: f50d40964270.png]



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.
The accessory to the head should be visible.
I wrote to resurrected the topic.

it works on 2x client.
// Used robe:
Code:
[ITEMDEF 0204E]
DEFNAME=i_deathshroud
NAME=Death Shroud
[Image: nWmaJl.png]
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]
DEFNAME=i_deathshroud_craft
NAME=hooded shroud
[Image: vp8lJ6.png]


I want this. how can I do it? / Client version I am using: 6.0.6.1
Quote:[Image: f50d40964270.png]

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.
it's different shrouds Smile
How can I use a 6x client like 2x client. different shroud also.?