Unable to display exp output in guild chat or pm

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

Moderator: Moderators

Message
Author
santosh24
Noob
Noob
Posts: 6
Joined: 17 Dec 2018, 14:13
Noob?: Yes

Unable to display exp output in guild chat or pm

#1 Post by santosh24 »

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
}

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

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

#2 Post by fadreus »

santosh24 wrote:$item1 = @invamount (Iron) Iron
while (@invamount (Iron) > 0) as loop
This is wrong.
Check at wiki
http://openkore.com/index.php/Macro_plu ... l_Keywords
santosh24 wrote:$item1 -= 1;
Why you put - before =
???

What do you mean by Exp?? Experience / Expression ??
Why don't you read carefully.
It's all simple mistakes.

Just use simple English if you bad at it.

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

#3 Post by santosh24 »

i am talking about Experience report.
i am able to get information for 1 item through that macro but i wanted to print exp output i.e ext.txt (console cmd) in either guild chat or in a pm , so you have any idea sir?

For 1 item macro:

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
}
Attachments
Untitled2.png
Untitled2.png (1.1 KiB) Viewed 3810 times

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

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

#4 Post by fadreus »

santosh24 wrote:i am talking about Experience report.
http://openkore.com/index.php/Exp
santosh24 wrote:so you have any idea sir?
What's the problem?

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

#5 Post by santosh24 »

So i want exp items to be displayed in guild chat as a reply from bot.
As in pic below want to reply all those items in a pm or guild chat.
So anyone has any idea about the script regarding this?
Attachments
expitem.png
expitem.png (9.89 KiB) Viewed 3746 times

billharis
Noob
Noob
Posts: 1
Joined: 26 Aug 2019, 10:47
Noob?: Yes

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

#6 Post by billharis »

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
}

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

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

#7 Post by fadreus »

santosh24 wrote:So i want exp items to be displayed in guild chat as a reply from bot.
As in pic below want to reply all those items in a pm or guild chat.
So anyone has any idea about the script regarding this?
Bruh, just set overallAuth.txt and use responses.txt duh. :?
Once you set, just write exp item :roll:
You should spend more time reading.

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

#8 Post by santosh24 »

fadreus wrote:
santosh24 wrote:So i want exp items to be displayed in guild chat as a reply from bot.
As in pic below want to reply all those items in a pm or guild chat.
So anyone has any idea about the script regarding this?
Bruh, just set overallAuth.txt and use responses.txt duh. :?
Once you set, just write exp item :roll:
You should spend more time reading.
can you make a script and show?
Thanks btw

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

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

#9 Post by fadreus »

What script?

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

#10 Post by santosh24 »

i tried too many things still didnt succed
can u give me an example of exp output display in ingame through chat

Post Reply