OpenKore / openkore

A free/open source client and automation tool for Ragnarok Online
http://openkore.com
Other
1.28k stars 1.04k forks source link

Equip Auto Error Bot Can Not Use Command Equip #1299

Closed Ax3l210817 closed 6 years ago

Ax3l210817 commented 6 years ago

Why my bot always disconnect when i used macro command do eq @inventory(Item Name) and also in command console with command "eq" ? Pls help me i play in idRO Ragnarok Gravindo Thx

Nipodemos commented 6 years ago

@inventory is not working on macro plugin anymore

you should use eventMacro plugin

Fadreus commented 6 years ago

I didn't know it is not working anymore. After reading this I try something with @inventory & it is not working but somehow this one is still working.

automacro FlyAway {
pubm /(.*?)/
call {
do is @inventory (Fly Wing)
}
}
Kelberwitz commented 6 years ago

i was try to use " do eq Novice Main-Gauche " with macro its work for me .

Glikadin commented 6 years ago

Try just:

do eq Novice Main-Gauche

oqhadev commented 6 years ago

wrong packet send_equip

https://github.com/OpenKore/openkore/blob/master/src/Network/Send/idRO.pm replace line 26 to be send_equip 0998

sctnightcore commented 6 years ago

@oqhadev go PR XD .