PDA

View Full Version : Transferring Aliases Between Characters



Alorn15
12-10-2009, 12:33 AM
EDIT: See Tillmen's post below.

Tillmen
12-10-2009, 01:42 AM
That probably shouldn't work. The alias script should no longer be used. If you happen to have the alias script left over from Lich v3, it will sort of work, but not really.

If you're just trying to make your character aliases global, this should do it:
;e Alias.list[Char.name].each_pair { |trigger,target| Alias.add(trigger, target, :global) }; Alias.save

Alorn15
12-10-2009, 01:44 AM
Ah, that explains a problem I'd encountered with AutoLich. Thanks T.