How to use elemental conveter?

International

Moderator: Moderators

iankayau
Noob
Noob
Posts: 5
Joined: 01 Apr 2010, 11:14
Noob?: Yes

How to use elemental conveter?

#1 Post by iankayau »

useSelf_item Elemental Converter{
inLockOnly 1
whenStatusInactive Elemental Converter
timeout 5
}

I put those in my config, but is not working
Plz help
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: How to use elemental conveter?

#2 Post by Mushroom »

Try separating the item name from the curly bracket.

Code: Select all

useSelf_item Elemental Converter {
Quit.
c0wz
Noob
Noob
Posts: 6
Joined: 05 Nov 2010, 00:38
Noob?: No

Re: How to use elemental conveter?

#3 Post by c0wz »

This works also.

useSelf_item Elemental Converter {
whenStatusInactive Elemental Converter
inLockOnly 1
notWhileSitting 1
timeout 180
}

Timeout=180 since each converter lasts 3 minutes.