need help abt enrich celermine

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

omengzki
Noob
Noob
Posts: 11
Joined: 31 Oct 2009, 22:48
Noob?: Yes

need help abt enrich celermine

#1 Post by omengzki »

my concern is abt the hex string for brewing enrich celermine.. i tried creating a macro for that particular item but for now im holding into this coz i dont know how or where i can get this particular info. i did some reasearch but i cant find this info for completing the macro. here is my macro for enrich celermine..

Code: Select all

automacro enrich {
location payon_in01
inventory "awakening potion" > 4
inventory "concentration potion" > 4
inventory "spicy sauce" > 4
inventory "empty testtube" > 9
call etona
}

macro etona {
do ss 2497 10
pause 5
do send [ THIS IS THE MISSING PART ]
call enrich
hope you can help with this guys.. thanks
Shadow7
Human
Human
Posts: 25
Joined: 03 Dec 2009, 12:30
Noob?: No

Re: need help abt enrich celermine

#2 Post by Shadow7 »

I had a similar problem before but then I used a packet sniffer. Latched on to a GG-less client and recorded the packet.

Another is to check out the following options under config.txt
http://wiki.openkore.com/index.php/Category:Config.txt

Debug
DebugDomains
DebugPacket exclude
DebugPacket include
DebugPacket include dumpMethod
DebugPacket received
DebugPacket ro sent
DebugPacket sent
DebugPacket unparsed

What you might be interested in particular is
DebugPacket ro sent
DebugPacket sent

Place your character in a remote location (Where your console won't be flooded) then brew your celermine
It should show you the packet sent when you selected the option for the celermine :)

I'm 90% sure this should work. Tell me if it does :)
omengzki
Noob
Noob
Posts: 11
Joined: 31 Oct 2009, 22:48
Noob?: Yes

Re: need help abt enrich celermine

#3 Post by omengzki »

thanks for the response shadow.. a friend of mine told me to use the packet sniffer.. thats what ive used and prob is solved.. :D