[SOLVED] r7792 Job Manual Unknown Status after Dewata Patch

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

kaBOTi
Plain Yogurt
Plain Yogurt
Posts: 78
Joined: 08 Jun 2008, 00:02
Noob?: No

[SOLVED] r7792 Job Manual Unknown Status after Dewata Patch

#1 Post by kaBOTi »

Before dewata patch my code to use job manual is below

Code: Select all

useSelf_item Job Manual {
	timeout 1800
	disabled 0
	whenStatusInactive Job Manual
	manualAI 0
	notInTown 1
}
but after dewata, code block does not work and if i manually use item in console this is what happens
Image

hope somebody can share some idea why.
Last edited by kaBOTi on 13 Aug 2011, 06:44, edited 1 time in total.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: r7792 Job Manual Unknown Status after Dewata Patch

#2 Post by EternalHarvest »

663 is "You cannot use this item while sitting."
kaBOTi
Plain Yogurt
Plain Yogurt
Posts: 78
Joined: 08 Jun 2008, 00:02
Noob?: No

Re: r7792 Job Manual Unknown Status after Dewata Patch

#3 Post by kaBOTi »

I see, removing the sitAuto_idle 0