Polymorph

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Polymorph

Post by Biba »

Is possible to detect (un)polymorphed main char with "If" sequence? I mean re-polymorph if spell disapear. :)
Aceton
Posts: 13
Joined: 2004-05-13 15:59:12
Contact:

Post by Aceton »

эээ.... че сказал то 7 :?: :roll: :twisted: :D
BETEPAH
Expert!
Posts: 838
Joined: 2004-05-31 09:31:51
Contact:

Post by BETEPAH »

In which context you want to use it ?
Все просто.
BETEPAH ™
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post by Biba »

I got big macro for inscription with many things and i need to carry reagents and scrolls. I dont know if it is possible, or i need another factor like - str or something like that.
Lord Ruslan Nightmare
Expert!
Posts: 359
Joined: 2004-04-25 11:11:07
Contact:

Post by Lord Ruslan Nightmare »

maybe uo.getgraphic("self") can help?
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post by Biba »

Can u write it in full lenght? Only gethgraphic will dont help i think. Thx.
Lord Ruslan Nightmare
Expert!
Posts: 359
Joined: 2004-04-25 11:11:07
Contact:

Post by Lord Ruslan Nightmare »

if uo.getgraphic("self") == "common character type" then
<polymorph to deamon>
endif
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...
Biba
Posts: 30
Joined: 2004-07-02 12:14:09

Post by Biba »

Lord Ruslan Nightmare wrote:if uo.getgraphic("self") == "common character type" then
<polymorph to deamon>
endif
Thanks. Before i think, that will be so much harder than type:).
Post Reply