Unable to display exp output in guild chat or pm

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

User avatar
fadreus
The Kore Devil
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

#11 Post by fadreus »


iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image
santosh24
Noob
Noob
Posts: 6
Joined: 17 Dec 2018, 14:13
Noob?: Yes

Re: Unable to display exp output in guild chat or pm

#12 Post by santosh24 »

joeharis
Noob
Noob
Posts: 1
Joined: 30 Aug 2019, 07:45
Noob?: Yes

Re: Unable to display exp output in guild chat or pm

#13 Post by joeharis »

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 :D

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
}