so u are ignoring my problem or what? 4 voc prison -1 -> paladin is stucked at mana shop in "town" action 26 .. he is standing infront of the shop (npc ofc near), he is at action 26 and then going to 24 again ->26->24->26->24... like he is not finding location or something like that. also knight, sorc and druid dont have the action after the shop, but the paladin has it. maybe this is the problem? because ek, ms, ed are working fine without this action.
check out this image: to the left is EK script and to the right is RP script.
http://imgur.com/a/c6GFf
here is the action:
npctalk("bye")
closewindows()
wait(1000)
openBackpacks(supplybp,lootbp,goldbp)
if itemcount(extrabp) > 0 then
while windowcount(extrabp) ~= 1 do
openitem(extrabp,0,true) waitping(4,8)
end
end