I'm sorry, I can't reproduce that on either PWI or PW MS. Must be native to the russian version then oOQuote:
Interest07, It's not so easy with skill-casting packet. You wrote:
I've tried it using a priest on PW-RU and found that I have to write $packet &= '0701' instead of $packet &= '0001'.Code:Func useSkill($skillId, $targetId, $pid) ;uses the specified skill on the target. Pass your own ;Id if you wish to use buffs. When teleporting targetId ;is the targeted city. local $packet, $packetSize $packet = '2900' $packet &= _hex($skillId) $packet &= '0001' $packet &= _hex($targetId) $packetSize = 12 sendPacket($packet, $packetSize, $pid) EndFunc
Weird, yeah ? Don't you know what [0001 / 0701] in this means ?
on PWI and PW-MS it is just 0001