Unable to display exp output in guild chat or pm
Moderator: Moderators
-
- The Kore Devil
- Posts: 708
- Joined: 17 Nov 2017, 23:32
- Noob?: No
- Location: Genting Highland, Malaysia
Re: Unable to display exp output in guild chat or pm
iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.

-
- Noob
- Posts: 6
- Joined: 17 Dec 2018, 14:13
- Noob?: Yes
-
- Noob
- Posts: 1
- Joined: 30 Aug 2019, 07:45
- Noob?: Yes
Re: Unable to display exp output in guild chat or pm
Thanks for sharing
santosh24 wrote:I used to have script for displaying exp output(exp.txt) in guild chat but lost due to ransomeware
hence,lost all so can anyone help me with this
this is just for an certain item using pm:
automacro test {
pm "item"
exclusive 1
priority 1
timeout 30
call qwer
}
macro qwer {
$item1 = @invamount (Iron) Iron
while (@invamount (Iron) > 0) as loop
do pm "$.lastpm" $item1
$item1 -= 1;
end loop
stop
}