Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Robe
Author Message
darksoulfe
Journeyman
*

Posts: 60
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2013
Reputation: 0



Post: #1
Robe
Good morning, I would like to know what to put in a robe script, I would like when I clicked 2 times on the robe that is equipped in his body he would turn the robe of dead and when clicked 2 times again he would turn the normal robe, thus getting Hooded and unmanned have intented, follows immediately below a beginning of the script thanks

[ITEMDEF i_new_robe]
ID=02687
name=Robe capuz
WEIGHT=0.5
VALUE=2
type=T_CLOTHING

ON=@CREATE
COLOR=0185
06-27-2017 11:51 PM
Find all posts by this user Like Post Quote this message in a reply
aserehe
Apprentice
*

Posts: 22
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2015
Reputation: 0



Post: #2
RE: Robe
[ITEMDEF i_new_robe]
ID=02687
name=Robe capuz
WEIGHT=0.5
VALUE=2
type=T_CLOTHING

ON=@CREATE
COLOR=0185
morex=1

On=@DClick
if (<morex> == 1)
dispid i_deathshroud
morex 2
elseif (<morex> == 2)
dispid 02687
morex 1
endif
(This post was last modified: 06-28-2017 12:00 AM by aserehe.)
06-27-2017 11:57 PM
Find all posts by this user Like Post Quote this message in a reply
Criminal
Journeyman
*

Posts: 182
Likes Given: 38
Likes Received: 22 in 22 posts
Joined: Jun 2015
Reputation: 0

SantiagoUO.com

Post: #3
RE: Robe
@dclick
dispid=irobe dead

[Image: mfqAZnj.png]
Discord: SantiagoUO
Skype:
criminaluo
06-27-2017 11:58 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
aserehe
Apprentice
*

Posts: 22
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2015
Reputation: 0



Post: #4
RE: Robe
Another dclick i_robe?
(This post was last modified: 06-28-2017 12:01 AM by aserehe.)
06-28-2017 12:01 AM
Find all posts by this user Like Post Quote this message in a reply
darksoulfe
Journeyman
*

Posts: 60
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2013
Reputation: 0



Post: #5
RE: Robe
When I'm clicking 2 times he is not changing to the dead man's robe, he is only in the normal robe !!!
I would like when I clicked on the paperdoll of the player for 2 times he changed from robe of dead to normal robe, would be with hood and without hood
06-28-2017 12:03 AM
Find all posts by this user Like Post Quote this message in a reply
aserehe
Apprentice
*

Posts: 22
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2015
Reputation: 0



Post: #6
RE: Robe
Change this:

On=@DClick
if (<morex> == 1)
dispid i_deathshroud
morex 2
update
elseif (<morex> == 2)
dispid 02687
morex 1
update
endif
06-28-2017 12:05 AM
Find all posts by this user Like Post Quote this message in a reply
darksoulfe
Journeyman
*

Posts: 60
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2013
Reputation: 0



Post: #7
RE: Robe
Now the robe exchanges more the problem is that when equipped the death robe the weapon remains equipped more some of the hand of the player more it is still equipped
06-28-2017 12:08 AM
Find all posts by this user Like Post Quote this message in a reply
aserehe
Apprentice
*

Posts: 22
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2015
Reputation: 0



Post: #8
RE: Robe
i tried, this working.

On=@DClick
if (<morex> == 1)
dispid i_robe
morex 2
update
elseif (<morex> == 2)
dispid 02683
morex 1
update
endif
06-28-2017 12:11 AM
Find all posts by this user Like Post Quote this message in a reply
darksoulfe
Journeyman
*

Posts: 60
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jun 2013
Reputation: 0



Post: #9
RE: Robe
Sorry to bother again, now I wanted to know how it would look like this. He has a deathrobe and when equipped with a mask bear, death becomes a normal robe.
06-28-2017 12:43 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)